summaryrefslogtreecommitdiff
path: root/svx/source/sidebar
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-28 11:30:22 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-28 11:31:21 +0100
commit6dc887d8d54653203bb01ed9ff0509dd789d2e2f (patch)
treedefb818ff94f8114e6edfa702878c44da904cac4 /svx/source/sidebar
parentc06399eff66e28fb1c811c2fde6187cb67e4dfe1 (diff)
XubString->OUString
Change-Id: I7b76026012af2b57861ec8d3dfd285d9e871d74c
Diffstat (limited to 'svx/source/sidebar')
-rw-r--r--svx/source/sidebar/line/LineWidthControl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/sidebar/line/LineWidthControl.cxx b/svx/source/sidebar/line/LineWidthControl.cxx
index 3e8cc4a12cc3..5abfd58e747b 100644
--- a/svx/source/sidebar/line/LineWidthControl.cxx
+++ b/svx/source/sidebar/line/LineWidthControl.cxx
@@ -250,7 +250,7 @@ void LineWidthControl::SetWidthSelect( long lValue, bool bValuable, SfxMapUnit e
MapUnit ePntUnit( MAP_TWIP );
lValue = LogicToLogic( lValue , eOrgUnit, ePntUnit );
- XubString strCurrValue = maMFWidth.GetText();
+ OUString strCurrValue = maMFWidth.GetText();
sal_uInt16 i = 0;
for(; i < 8; i++)
if(strCurrValue == rStr[i])