summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/prevwsh.hxx
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2013-08-14 18:41:28 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2013-08-14 18:42:05 +0400
commitdde3a753cead04915259d3fde0e913096f1a3922 (patch)
treea3dc973ad724eb7ed9678962e907078e21b99f8c /sc/source/ui/inc/prevwsh.hxx
parent46d122d4cc405c4070eb4945abd20cdf3a5fac33 (diff)
convert Read/WriteUserData methods to OUString and bool
Change-Id: I06a8158b7f503976b19383014a7c8a867c0184ea
Diffstat (limited to 'sc/source/ui/inc/prevwsh.hxx')
-rw-r--r--sc/source/ui/inc/prevwsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/prevwsh.hxx b/sc/source/ui/inc/prevwsh.hxx
index 8a4910093a0e..c358280cce4b 100644
--- a/sc/source/ui/inc/prevwsh.hxx
+++ b/sc/source/ui/inc/prevwsh.hxx
@@ -73,8 +73,8 @@ protected:
virtual String GetDescription() const;
- virtual void WriteUserData(String &, sal_Bool bBrowse = false);
- virtual void ReadUserData(const String &, sal_Bool bBrowse = false);
+ virtual void WriteUserData(OUString &, bool bBrowse = false);
+ virtual void ReadUserData(const OUString &, bool bBrowse = false);
virtual void WriteUserDataSequence (::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = false );
virtual void ReadUserDataSequence (const ::com::sun::star::uno::Sequence < ::com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse = false );