summaryrefslogtreecommitdiff
path: root/sw/inc/PostItMgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/PostItMgr.hxx')
-rw-r--r--sw/inc/PostItMgr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/PostItMgr.hxx b/sw/inc/PostItMgr.hxx
index 1334ee43291d..948445e84048 100644
--- a/sw/inc/PostItMgr.hxx
+++ b/sw/inc/PostItMgr.hxx
@@ -123,7 +123,7 @@ class SwNoteProps: public utl::ConfigItem
{
aNames.realloc(1);
OUString* pNames = aNames.getArray();
- pNames[0] = OUString("ShowAnkor");
+ pNames[0] = "ShowAnkor";
}
return aNames;
}