summaryrefslogtreecommitdiff
path: root/sfx2/source/control/unoctitm.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-04-28 17:55:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-04-28 18:26:56 +0200
commit106e35108b8b7b9ed7c155ac5bdbedeff38eaf79 (patch)
treeede78222d735525b3b38ad2a99bdc13b53e1ef00 /sfx2/source/control/unoctitm.cxx
parent740cf511036cdf881a521a79218d3dcc29422db3 (diff)
loplugin:salunicodeliteral: sfx2
Change-Id: Iff0e8d0ae884cb45e18e0a84b8fdf6e7fcb5f20a
Diffstat (limited to 'sfx2/source/control/unoctitm.cxx')
-rw-r--r--sfx2/source/control/unoctitm.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/unoctitm.cxx b/sfx2/source/control/unoctitm.cxx
index acdf7a3b779d..17a4e5d3c736 100644
--- a/sfx2/source/control/unoctitm.cxx
+++ b/sfx2/source/control/unoctitm.cxx
@@ -989,7 +989,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
OUStringBuffer aBuffer;
aBuffer.append(aEvent.FeatureURL.Complete);
- aBuffer.append(static_cast<sal_Unicode>('='));
+ aBuffer.append(u'=');
if (aEvent.FeatureURL.Path == "Bold" ||
aEvent.FeatureURL.Path == "CenterPara" ||