diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-21 23:17:58 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-08-25 11:34:43 +0000 |
commit | 99105031a3e15dad3120c74ab46df4ff5d0f7349 (patch) | |
tree | 18d02735eee4968841f2002b5ded649de591b8df /sw/inc/cellatr.hxx | |
parent | 5a684a041f10fe20512dd5aef6552531165dfa44 (diff) |
String to OUString
Change-Id: I260df7e14a5394dcf4aef540e575366eb9785c47
Reviewed-on: https://gerrit.libreoffice.org/5607
Tested-by: Matteo Casalin <matteo.casalin@yahoo.com>
Reviewed-by: Matteo Casalin <matteo.casalin@yahoo.com>
Diffstat (limited to 'sw/inc/cellatr.hxx')
-rw-r--r-- | sw/inc/cellatr.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sw/inc/cellatr.hxx b/sw/inc/cellatr.hxx index 1ae2135dadcc..3a71cb24c2f0 100644 --- a/sw/inc/cellatr.hxx +++ b/sw/inc/cellatr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _CELLATR_HXX -#define _CELLATR_HXX +#ifndef CELLATR_HXX +#define CELLATR_HXX #include <svl/intitem.hxx> #include <svl/zforlist.hxx> @@ -26,6 +26,8 @@ #include "format.hxx" #include "cellfml.hxx" +namespace rtl { class OUString; } + class SW_DLLPUBLIC SwTblBoxNumFormat : public SfxUInt32Item { sal_Bool bAuto; ///< automatically given flag @@ -54,7 +56,7 @@ class SwTblBoxFormula : public SfxPoolItem, public SwTableFormula // can only be TableBoxFormat public: - SwTblBoxFormula( const String& rFormula ); + SwTblBoxFormula( const OUString& rFormula ); ~SwTblBoxFormula() {}; // "pure virtual methods" of SfxPoolItem |