summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-11-24 13:26:33 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-11-24 14:46:54 +0100
commitfe9ff3b21f92a023da9364d2f45590b5832f70d0 (patch)
tree9fa4c5debfe60299134f3c9eecaf9dff3ee64b23 /include
parent98fedbc8501b53a199afa4a879707bf89a7f84e5 (diff)
loplugin:stringliteraldefine in filter
Change-Id: I5c38448a9ec9d21bb2b012dd9d85facd759ac447 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125761 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/msdffimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/msdffimp.hxx b/include/filter/msfilter/msdffimp.hxx
index f4d9fda3a0f8..e7ac958d7564 100644
--- a/include/filter/msfilter/msdffimp.hxx
+++ b/include/filter/msfilter/msdffimp.hxx
@@ -119,7 +119,7 @@ public:
typedef ::std::map< sal_Int32, SdrObject* > SvxMSDffShapeIdContainer;
-#define SVEXT_PERSIST_STREAM "\002OlePres000"
+inline constexpr OUStringLiteral SVEXT_PERSIST_STREAM = u"\002OlePres000";
/// the following will be sorted by the order of their appearance:
typedef std::vector<std::unique_ptr<SvxMSDffShapeOrder>> SvxMSDffShapeOrders;