summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorHerbert Dürr <hdu@apache.org>2011-09-26 10:24:03 +0000
committerHerbert Dürr <hdu@apache.org>2011-09-26 10:24:03 +0000
commitf9a877fa1e62ce1aec28319614534ef06841ada7 (patch)
tree9ccc9fc21aa062f43daa77d8d2e598fcd12b2890 /vcl
parentae350af72b9ccf69a6e344fa00963b420f7af65e (diff)
extend macro->string handling for empty strings
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/unohelp.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/app/unohelp.cxx b/vcl/source/app/unohelp.cxx
index c67abda51f60..e402d4ec8e62 100644
--- a/vcl/source/app/unohelp.cxx
+++ b/vcl/source/app/unohelp.cxx
@@ -55,8 +55,7 @@
using namespace ::com::sun::star;
using namespace ::rtl;
-#define DOSTRING( x ) #x
-#define STRING( x ) DOSTRING( x )
+#define STRING( x ) #x ""
struct VCLRegServiceInfo
{