summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-04 18:12:06 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-04 18:14:14 +0100
commita0d2c3c59fbe9324395152e544890fe298b60432 (patch)
tree3da2fa24c54c655f70096f73c7cd9b117daf190f /oox/inc
parent6d0b3fe0911c3dda143a64f186d85d1fc3af60bb (diff)
adapt RtfSdrExport and oox::vml::VMLExport to filter changes
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/export/vmlexport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/export/vmlexport.hxx b/oox/inc/oox/export/vmlexport.hxx
index 54296a04d8fe..29ccdab1dbcb 100644
--- a/oox/inc/oox/export/vmlexport.hxx
+++ b/oox/inc/oox/export/vmlexport.hxx
@@ -111,7 +111,7 @@ private:
virtual void OpenContainer( sal_uInt16 nEscherContainer, int nRecInstance = 0 );
virtual void CloseContainer();
- virtual sal_uInt32 EnterGroup( const String& rShapeName, const Rectangle* pBoundRect = 0 );
+ virtual sal_uInt32 EnterGroup( const OUString& rShapeName, const Rectangle* pBoundRect = 0 );
virtual void LeaveGroup();
virtual void AddShape( sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 nShapeId = 0 );