summaryrefslogtreecommitdiff
path: root/sc/inc/paramisc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-17 12:26:40 +0200
committerNoel Grandin <noel@peralex.com>2013-09-19 10:14:14 +0200
commit4f684749432a9811e9d13d34a3f44143acb0f5b1 (patch)
tree7d6350759092a33804b479a7db5de15ffa7db1b9 /sc/inc/paramisc.hxx
parentd1649c52fe915724d40bc8a9d1ce3ccb3916f3c7 (diff)
convert sc/inc/paramisc.hxx from String to OUString
Change-Id: Ie712bd654c9aa1556757340bad6d720b9416b02c
Diffstat (limited to 'sc/inc/paramisc.hxx')
-rw-r--r--sc/inc/paramisc.hxx10
1 files changed, 4 insertions, 6 deletions
diff --git a/sc/inc/paramisc.hxx b/sc/inc/paramisc.hxx
index a4da3f6ed94e..425bb1906a5f 100644
--- a/sc/inc/paramisc.hxx
+++ b/sc/inc/paramisc.hxx
@@ -23,23 +23,21 @@
#include "address.hxx"
#include <tools/solar.h>
-class String;
-
struct ScSolveParam
{
ScAddress aRefFormulaCell;
ScAddress aRefVariableCell;
- String* pStrTargetVal;
+ OUString* pStrTargetVal;
ScSolveParam();
ScSolveParam( const ScSolveParam& r );
ScSolveParam( const ScAddress& rFormulaCell,
const ScAddress& rVariableCell,
- const String& rTargetValStr );
+ const OUString& rTargetValStr );
~ScSolveParam();
ScSolveParam& operator= ( const ScSolveParam& r );
- sal_Bool operator== ( const ScSolveParam& r ) const;
+ sal_Bool operator== ( const ScSolveParam& r ) const;
};
struct ScTabOpParam
@@ -60,7 +58,7 @@ struct ScTabOpParam
~ScTabOpParam() {};
ScTabOpParam& operator= ( const ScTabOpParam& r );
- sal_Bool operator== ( const ScTabOpParam& r ) const;
+ sal_Bool operator== ( const ScTabOpParam& r ) const;
};
#endif // SC_PARAMISC_HXX