diff options
Diffstat (limited to 'svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx')
-rw-r--r-- | svx/source/sidebar/paragraph/ParaLineSpacingControl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
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; |