summaryrefslogtreecommitdiff
path: root/filter/source/msfilter/eschesdo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/msfilter/eschesdo.hxx')
-rw-r--r--filter/source/msfilter/eschesdo.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/filter/source/msfilter/eschesdo.hxx b/filter/source/msfilter/eschesdo.hxx
index 78fb28a43a7c..d5b2bc6e255e 100644
--- a/filter/source/msfilter/eschesdo.hxx
+++ b/filter/source/msfilter/eschesdo.hxx
@@ -36,7 +36,7 @@ class ImplEESdrObject
// XTextRef mXText; // TextRef des globalen Text
::com::sun::star::uno::Any mAny;
Rectangle maRect;
- String mType;
+ OUString mType;
sal_uInt32 mnShapeId;
sal_uInt32 mnTextSize;
sal_Int32 mnAngle;
@@ -62,8 +62,8 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape >& GetShapeRef() const { return mXShape; }
const ::com::sun::star::uno::Any& GetUsrAny() const { return mAny; }
- const String& GetType() const { return mType; }
- void SetType( const String& rS ) { mType = rS; }
+ const OUString& GetType() const { return mType; }
+ void SetType( const OUString& rS ) { mType = rS; }
const Rectangle& GetRect() const { return maRect; }
void SetRect( const Point& rPos, const Size& rSz );