summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 15:19:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-19 18:39:32 +0200
commit35dac3d5d51cf58c3f49e039b8a67b129055f267 (patch)
treeea77a6166d94973c782436fb346a25b610a387e4 /sw/source/filter
parent4bb0afe359a92df09ad5b61b66bc4cb3562aca1e (diff)
convert some #define to OUStringLiteral
Change-Id: I3d2ce76d30ec4f42495d27f1913c6718d2c5078f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114293 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/ww8/wrtww8.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/ww8/wrtww8.cxx b/sw/source/filter/ww8/wrtww8.cxx
index 52c8ebf72dfa..d5d708b97398 100644
--- a/sw/source/filter/ww8/wrtww8.cxx
+++ b/sw/source/filter/ww8/wrtww8.cxx
@@ -445,7 +445,7 @@ void WW8_WrtFactoids::Write(WW8Export& rExport)
#define DEFAULT_STYLES_COUNT 16
// Names of the storage streams
-#define sMainStream OUString("WordDocument")
+constexpr OUStringLiteral sMainStream = u"WordDocument";
#define sCompObj "\1CompObj"
static void WriteDop( WW8Export& rWrt )