summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/SwXMLTextBlocks.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-07-25 19:42:17 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-31 09:58:19 +0000
commite1c2cb7dc89753c81618a6e4ce95dd9b0d43782f (patch)
tree30f3a9959676e13dd13b1c270c20db263c0d2bd7 /sw/source/core/inc/SwXMLTextBlocks.hxx
parent6add3c38a82bbac7e096327277707ba4858bf26a (diff)
String to OUString
Change-Id: Ifc5e74f3a484229e05fe65b47ac5e8b763595fd0 Reviewed-on: https://gerrit.libreoffice.org/5183 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sw/source/core/inc/SwXMLTextBlocks.hxx')
-rw-r--r--sw/source/core/inc/SwXMLTextBlocks.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/inc/SwXMLTextBlocks.hxx b/sw/source/core/inc/SwXMLTextBlocks.hxx
index 8aa3a943ad2c..b3c1b3b0a996 100644
--- a/sw/source/core/inc/SwXMLTextBlocks.hxx
+++ b/sw/source/core/inc/SwXMLTextBlocks.hxx
@@ -60,7 +60,7 @@ public:
//virtual sal_Bool IsOld() const;
virtual sal_uLong Delete( sal_uInt16 );
virtual sal_uLong Rename( sal_uInt16, const String&, const String& );
- virtual sal_uLong CopyBlock( SwImpBlocks& rImp, String& rShort, const String& rLong);
+ virtual sal_uLong CopyBlock( SwImpBlocks& rImp, OUString& rShort, const OUString& rLong);
virtual void ClearDoc();
virtual sal_uLong GetDoc( sal_uInt16 );
virtual sal_uLong BeginPutDoc( const String&, const String& );