include/oox/export/utils.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7d0680d5d5e164246066077637921297006b37ba
Author: Stephan Bergmann <[email protected]>
Date: Tue May 2 15:37:23 2017 +0200
No compelling reason for an unnamed namespace in an include file here
Change-Id: Ib5660bde8108808a24c3863952bf6e0dfffaf288
diff --git a/include/oox/export/utils.hxx b/include/oox/export/utils.hxx
index 50e488ec2d6e..a66941f9dc07 100644
--- a/include/oox/export/utils.hxx
+++ b/include/oox/export/utils.hxx
@@ -24,10 +24,8 @@
#include <rtl/textenc.h>
#include <sal/types.h>
-namespace {
inline OString I32S_(sal_Int32 x) { return OString::number(x); }
inline OString I64S_(sal_Int64 x) { return OString::number(x); }
-}
#define I32S(x) I32S_(x).getStr()
#define I64S(x) I64S_(x).getStr()
#define IS(x) OString::number( x ).getStr()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits