summaryrefslogtreecommitdiffstats
path: root/sw/inc/swacorr.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-16 14:20:18 +0200
committerNoel Grandin <noel@peralex.com>2013-09-17 09:06:08 +0200
commitcb4e009c4539c535108021934e545194b35cad9d (patch)
treeae8b63d0a90630cb7e5ea9cdd5997698098dbba1 /sw/inc/swacorr.hxx
parentconvert some more methods in SvxAutoCorrect to OUString (diff)
downloadcore-cb4e009c4539c535108021934e545194b35cad9d.tar.gz
core-cb4e009c4539c535108021934e545194b35cad9d.zip
convert GetText/PutText in SvxAutoCorrect from String to OUString
Change-Id: Id3d2122d949a7ae940e908ee7c82e6f105b68f40
Diffstat (limited to 'sw/inc/swacorr.hxx')
-rw-r--r--sw/inc/swacorr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index 98799465c98a..0c26eb08591e 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -32,12 +32,12 @@ protected:
// Return replacement text (only for SWG-format, all others can be obtained from wordlist!).
// rShort is stream-name - encrypted!
virtual sal_Bool GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&,
- const String& rFileName, const String& rShort, OUString& rLong );
+ const OUString& rFileName, const OUString& rShort, OUString& rLong );
// Text with attributes (only SWG-format!).
// rShort is stream-name - encrypted!
virtual sal_Bool PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&,
- const String& rFileName, const String& rShort, SfxObjectShell&, OUString& );
+ const OUString& rFileName, const OUString& rShort, SfxObjectShell&, OUString& );
public:
TYPEINFO();