diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-05-02 15:37:23 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-02 15:37:23 +0200 |
commit | 7d0680d5d5e164246066077637921297006b37ba (patch) | |
tree | 6835c3609f555dff34b63433af6f2ed9eb45a0a6 /include | |
parent | 98b21691f4991899eb33249183a5ce2be83a8a26 (diff) |
No compelling reason for an unnamed namespace in an include file here
Change-Id: Ib5660bde8108808a24c3863952bf6e0dfffaf288
Diffstat (limited to 'include')
-rw-r--r-- | include/oox/export/utils.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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() |