summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/concustomshape.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/concustomshape.hxx')
-rw-r--r--sw/source/ui/inc/concustomshape.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/concustomshape.hxx b/sw/source/ui/inc/concustomshape.hxx
index 7f91549cc684..39a712e7f147 100644
--- a/sw/source/ui/inc/concustomshape.hxx
+++ b/sw/source/ui/inc/concustomshape.hxx
@@ -35,7 +35,7 @@ class SfxRequest;
class ConstCustomShape : public SwDrawBase
{
- rtl::OUString aCustomShape;
+ OUString aCustomShape;
void SetAttributes( SdrObject* pObj );
@@ -49,8 +49,8 @@ class ConstCustomShape : public SwDrawBase
virtual void Activate(const sal_uInt16 nSlotId); // activate function
- rtl::OUString GetShapeType() const;
- static rtl::OUString GetShapeTypeFromRequest( SfxRequest& rReq );
+ OUString GetShapeType() const;
+ static OUString GetShapeTypeFromRequest( SfxRequest& rReq );
virtual void CreateDefaultObject();