summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewClipboard.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-11-14 21:02:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-14 21:02:32 +0000
commitf37609830b20839ce2a4c9aee0ec57435d5112a2 (patch)
treec8c26067975cdd669c7098896bdb220a762d2a72 /sd/source/ui/view/ViewClipboard.cxx
parent00b523da3f4e6476d007a1bea10f3b9205d68a70 (diff)
Misuse of RTL_CONSTASCII_STRINGPARAM instead of RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sd/source/ui/view/ViewClipboard.cxx')
-rw-r--r--sd/source/ui/view/ViewClipboard.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/ViewClipboard.cxx b/sd/source/ui/view/ViewClipboard.cxx
index e7e3e7c53a5a..47958e7806c2 100644
--- a/sd/source/ui/view/ViewClipboard.cxx
+++ b/sd/source/ui/view/ViewClipboard.cxx
@@ -169,7 +169,7 @@ void ViewClipboard::AssignMasterPage (
// We have to remove the layout suffix from the layout name which is
// appended again by SetMasterPage() to the given name. Don't ask.
- String sLayoutSuffix (RTL_CONSTASCII_STRINGPARAM(SD_LT_SEPARATOR));
+ String sLayoutSuffix (RTL_CONSTASCII_USTRINGPARAM(SD_LT_SEPARATOR));
sLayoutSuffix.Append (SdResId(STR_LAYOUT_OUTLINE));
USHORT nLength = sLayoutSuffix.Len();
String sLayoutName (pMasterPage->GetLayoutName());