summaryrefslogtreecommitdiffstats
path: root/sw/inc/swacorr.hxx
diff options
context:
space:
mode:
authorMatteo Casalin <matteo.casalin@yahoo.com>2013-07-26 15:37:08 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-30 13:35:28 +0000
commit73a136945d50a207c9e1c552d02c90d5c862c470 (patch)
treed34792f0a5f093aaee4255da994a05079ecb1fe2 /sw/inc/swacorr.hxx
parentDrop internal copies of X11 extensions headers (diff)
downloadcore-73a136945d50a207c9e1c552d02c90d5c862c470.tar.gz
core-73a136945d50a207c9e1c552d02c90d5c862c470.zip
String to OUString
Change-Id: Ia9bebaf92bf570c10d01a9ed3db437f70098a07d Reviewed-on: https://gerrit.libreoffice.org/5185 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'sw/inc/swacorr.hxx')
-rw-r--r--sw/inc/swacorr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/inc/swacorr.hxx b/sw/inc/swacorr.hxx
index 685d7aa81cfe..98799465c98a 100644
--- a/sw/inc/swacorr.hxx
+++ b/sw/inc/swacorr.hxx
@@ -31,12 +31,13 @@ class SwAutoCorrect : public SvxAutoCorrect
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, String& rLong );
+ virtual sal_Bool GetLongText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&,
+ const String& rFileName, const String& 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& ,
- String& );
+ virtual sal_Bool PutText( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >&,
+ const String& rFileName, const String& rShort, SfxObjectShell&, OUString& );
public:
TYPEINFO();