summaryrefslogtreecommitdiff
path: root/svx/inc/srchdlg.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-16 10:11:25 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-09-16 10:11:25 +0200
commit18c9ae89e16e620999af675d7a6abab503cf143f (patch)
tree1c4dbfed9f5002f30b3c4dd2dfc5508dbbe16515 /svx/inc/srchdlg.hxx
parentfa0e57adc40e440129055f0c8ab52eaab1006896 (diff)
calc-find-replace-empty-cells-svx.diff: Support find and replace empty cells
i#49380, n#415352
Diffstat (limited to 'svx/inc/srchdlg.hxx')
-rw-r--r--svx/inc/srchdlg.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/inc/srchdlg.hxx b/svx/inc/srchdlg.hxx
index 856f3fc5c3..fad0f4bd4c 100644
--- a/svx/inc/srchdlg.hxx
+++ b/svx/inc/srchdlg.hxx
@@ -160,6 +160,8 @@ public:
INT32 GetTransliterationFlags() const;
+ void SetSaveToModule(bool b);
+
private:
FixedText aSearchText;
ComboBox aSearchLB;