diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2013-01-04 18:12:06 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2013-01-04 18:14:14 +0100 |
commit | a0d2c3c59fbe9324395152e544890fe298b60432 (patch) | |
tree | 3da2fa24c54c655f70096f73c7cd9b117daf190f /oox/inc | |
parent | 6d0b3fe0911c3dda143a64f186d85d1fc3af60bb (diff) |
adapt RtfSdrExport and oox::vml::VMLExport to filter changes
Diffstat (limited to 'oox/inc')
-rw-r--r-- | oox/inc/oox/export/vmlexport.hxx | 2 |
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 ); |