diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 12:33:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 12:33:14 +0100 |
commit | 47931f8fc3c1202509e6bbb2cd670d4defeb8967 (patch) | |
tree | b4d25553f9ba66bae36e7fc2f9e1f37b064d7751 | |
parent | 84cad53d1e817492980e98b85bb938686705c7a9 (diff) |
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
Change-Id: Iaac8da990acdcd03858fa9187416400f0e310972
-rw-r--r-- | sw/source/filter/ww8/wrtww8.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx index dfabbce26f5a..fd2b4eddc939 100644 --- a/sw/source/filter/ww8/wrtww8.cxx +++ b/sw/source/filter/ww8/wrtww8.cxx @@ -316,7 +316,7 @@ void WW8_WrtBookmarks::MoveFieldMarks(WW8_CP nFrom, WW8_CP nTo) // Names of the storage streams #define sMainStream OUString("WordDocument") -#define sCompObj OUString("\1CompObj") +#define sCompObj "\1CompObj" static void WriteDop( WW8Export& rWrt ) { |