summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/paragraph
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/paragraph')
-rw-r--r--svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx4
-rw-r--r--svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx b/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
index fabb2086ea27..865377fee8ec 100644
--- a/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
+++ b/svx/source/sidebar/paragraph/ParaLineSpacingControl.cxx
@@ -126,13 +126,13 @@ void ParaLineSpacingControl::initial()
mpImgSel[2] = maSelSpacing15;
mpImgSel[3] = maSelSpacing2;
- mpStr = new XubString[4];
+ mpStr = new OUString[4];
mpStr[0] = SVX_RESSTR(STR_SPACING1);
mpStr[1] = SVX_RESSTR(STR_SPACING115);
mpStr[2] = SVX_RESSTR(STR_SPACING15);
mpStr[3] = SVX_RESSTR(STR_SPACING2);
- mpStrTip = new XubString[4];
+ mpStrTip = new OUString[4];
mpStrTip[0] = SVX_RESSTR(STR_LS_SINGLE);
mpStrTip[1] = SVX_RESSTR(STR_LS_115);
mpStrTip[2] = SVX_RESSTR(STR_LS_15);
diff --git a/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx b/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
index fc540c044971..2e29e8b2af00 100644
--- a/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
+++ b/svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx
@@ -88,12 +88,12 @@ private:
Image maSelSelHanging;
Image maImgCus;
Image maImgCusGrey;
- XubString maStrCus;
+ OUString maStrCus;
Image* mpImg;
Image* mpImgSel;
- XubString* mpStr;
- XubString* mpStrTip;
+ OUString* mpStr;
+ OUString* mpStrTip;
String maLine;
String maOf;