summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewdraw.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uiview/viewdraw.cxx')
-rw-r--r--sw/source/ui/uiview/viewdraw.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/uiview/viewdraw.cxx b/sw/source/ui/uiview/viewdraw.cxx
index 1ab4270abfa7..1f275234b1dd 100644
--- a/sw/source/ui/uiview/viewdraw.cxx
+++ b/sw/source/ui/uiview/viewdraw.cxx
@@ -220,8 +220,8 @@ void SwView::ExecDraw(SfxRequest& rReq)
if( pFuncPtr && pFuncPtr->GetSlotId() == SID_DRAW_CS_ID )
{
ConstCustomShape* pConstCustomShape = (ConstCustomShape*)(pFuncPtr);
- rtl::OUString aNew = ConstCustomShape::GetShapeTypeFromRequest( rReq );
- rtl::OUString aOld = pConstCustomShape->GetShapeType();
+ OUString aNew = ConstCustomShape::GetShapeTypeFromRequest( rReq );
+ OUString aOld = pConstCustomShape->GetShapeType();
if( aNew == aOld )
{
bDeselect = true;