summaryrefslogtreecommitdiff
path: root/sc/qa
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-02-27 10:08:03 +0200
committerNoel Grandin <noel@peralex.com>2015-03-02 08:59:18 +0200
commit3c866bb8e42554ac96d3588208e167e7786e2d00 (patch)
tree9214124ed0b7d8274c5609725ed72a97466bbfce /sc/qa
parentf9ba16e44b2813dd1fc9b0e06994f67c6350f050 (diff)
replace SVX_SEARCHCMD_ constants with enum class
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
Diffstat (limited to 'sc/qa')
-rw-r--r--sc/qa/unit/ucalc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 535ca0ecf37d..330ff68982f1 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -4306,7 +4306,7 @@ void Test::testSearchCells()
SvxSearchItem aItem(SID_SEARCH_ITEM);
aItem.SetSearchString(OUString("A"));
- aItem.SetCommand(SVX_SEARCHCMD_FIND_ALL);
+ aItem.SetCommand(SvxSearchCmd::FIND_ALL);
ScMarkData aMarkData;
aMarkData.SelectOneTable(0);
SCCOL nCol = 0;