summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/tabopdlg.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-09-20 14:47:58 +0200
committerNoel Grandin <noel@peralex.com>2013-10-04 08:48:53 +0200
commitf2f971b81000410dec06ed85dd323aa03f1f77b7 (patch)
tree407536bff5748b4c641cd851b355b8eb17fd9dbb /sc/source/ui/inc/tabopdlg.hxx
parentf4343782227235bed736bdab456da8fdccf2e599 (diff)
convert sc/../tabopdlg.hxx from String to OUString
Change-Id: I2902cab04bd905763ace0f41316dc70d3f609388
Diffstat (limited to 'sc/source/ui/inc/tabopdlg.hxx')
-rw-r--r--sc/source/ui/inc/tabopdlg.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sc/source/ui/inc/tabopdlg.hxx b/sc/source/ui/inc/tabopdlg.hxx
index 7f13fe4804e8..a29fb25dc735 100644
--- a/sc/source/ui/inc/tabopdlg.hxx
+++ b/sc/source/ui/inc/tabopdlg.hxx
@@ -79,16 +79,16 @@ private:
ScRefAddress theRowCell;
ScRefAddress theColCell;
- ScDocument* pDoc;
- const SCTAB nCurTab;
- formula::RefEdit* pEdActive;
+ ScDocument* pDoc;
+ const SCTAB nCurTab;
+ formula::RefEdit* pEdActive;
sal_Bool bDlgLostFocus;
- const String errMsgNoFormula;
- const String errMsgNoColRow;
- const String errMsgWrongFormula;
- const String errMsgWrongRowCol;
- const String errMsgNoColFormula;
- const String errMsgNoRowFormula;
+ const OUString errMsgNoFormula;
+ const OUString errMsgNoColRow;
+ const OUString errMsgWrongFormula;
+ const OUString errMsgWrongRowCol;
+ const OUString errMsgNoColFormula;
+ const OUString errMsgNoRowFormula;
#ifdef _TABOPDLG_CXX
void Init();