[Libreoffice-commits] core.git: include/oox
Stephan Bergmann
sbergman at redhat.com
Tue May 2 13:38:05 UTC 2017
include/oox/export/utils.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 7d0680d5d5e164246066077637921297006b37ba
Author: Stephan Bergmann <sbergman at redhat.com>
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()
More information about the Libreoffice-commits
mailing list