summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/epptbase.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/epptbase.hxx')
-rw-r--r--sd/source/filter/eppt/epptbase.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/epptbase.hxx b/sd/source/filter/eppt/epptbase.hxx
index 79244e8e2811..1aef0aa89059 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -139,7 +139,7 @@ class PPTExBulletProvider
public :
- sal_uInt16 GetId( const ByteString& rUniqueId, Size& rGraphicSize );
+ sal_uInt16 GetId( const rtl::OString& rUniqueId, Size& rGraphicSize );
PPTExBulletProvider();
~PPTExBulletProvider();
@@ -352,7 +352,7 @@ protected:
::com::sun::star::awt::Size maSize;
::com::sun::star::awt::Point maPosition;
Rectangle maRect;
- ByteString mType;
+ rtl::OString mType;
sal_Bool mbPresObj;
sal_Bool mbEmptyPresObj;
sal_Int32 mnAngle;