summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.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 /sw/source/ui/inc/view.hxx
parentRevert "Always disable anti-aliasing for drawing cell borders." fdo#60805 (diff)
downloadcore-dde3a753cead04915259d3fde0e913096f1a3922.tar.gz
core-dde3a753cead04915259d3fde0e913096f1a3922.zip
convert Read/WriteUserData methods to OUString and bool
Change-Id: I06a8158b7f503976b19383014a7c8a867c0184ea
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rw-r--r--sw/source/ui/inc/view.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index d7f538d1ac05..cd7a323d0fb7 100644
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -598,8 +598,8 @@ public:
// so that in the SubShells' DTors m_pShell can be reset if applicable
void ResetSubShell() { m_pShell = 0; }
- virtual void WriteUserData(String &, sal_Bool bBrowse = sal_False );
- virtual void ReadUserData(const String &, sal_Bool bBrowse = sal_False );
+ virtual void WriteUserData(OUString &, bool bBrowse = false);
+ virtual void ReadUserData(const OUString &, bool bBrowse = false);
virtual void ReadUserDataSequence ( const com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse );
virtual void WriteUserDataSequence ( com::sun::star::uno::Sequence < com::sun::star::beans::PropertyValue >&, sal_Bool bBrowse );