summaryrefslogtreecommitdiffstats
path: root/filter/source/msfilter/eschesdo.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-13 16:56:21 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:05:00 +0200
commitda57d51f12e6f9c0e1eba262bfe727c414c5d7c9 (patch)
treebbc3629136c64cb966f9164f3c2c4abfd9e827b5 /filter/source/msfilter/eschesdo.hxx
parentremove dead code (diff)
downloadcore-da57d51f12e6f9c0e1eba262bfe727c414c5d7c9.tar.gz
core-da57d51f12e6f9c0e1eba262bfe727c414c5d7c9.zip
convert filter/source/msfilter/eschesdo.hxx from String to OUString
Change-Id: Ie92f645bb55f4d9eb477074a685023a6f5274357
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 );