Kaydet (Commit) 7d0680d5 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

No compelling reason for an unnamed namespace in an include file here

Change-Id: Ib5660bde8108808a24c3863952bf6e0dfffaf288
üst 98b21691
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment