diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/accflowenum.hxx | 3 | ||||
-rw-r--r-- | include/svx/srchdlg.hxx | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/include/comphelper/accflowenum.hxx b/include/comphelper/accflowenum.hxx index c34b42e277cf..fc6b7ea2d8ec 100644 --- a/include/comphelper/accflowenum.hxx +++ b/include/comphelper/accflowenum.hxx @@ -25,7 +25,8 @@ enum AccessibilityFlowTo : sal_Int32 { FORSPELLCHECKFLOWTO = 1, - FORFINDREPLACEFLOWTO = 2 + FORFINDREPLACEFLOWTO_ITEM = 2, + FORFINDREPLACEFLOWTO_RANGE = 3 }; #endif // INCLUDED_COMPHELPER_ACCFLOWENUM_HXX diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 3e3a73f92815..1a613f913554 100644 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -23,6 +23,7 @@ #include <sfx2/basedlgs.hxx> #include <svl/poolitem.hxx> #include <svl/srchdefs.hxx> +#include <svl/srchitem.hxx> #include <svx/svxdllapi.h> #include <memory> #include <vector> @@ -125,7 +126,7 @@ public: TransliterationFlags GetTransliterationFlags() const; - void SetDocWin(vcl::Window* pDocWin); + void SetDocWin(vcl::Window* pDocWin, SvxSearchCmd eCommand); void SetSrchFlag( bool bSuccess ) { mbSuccess = bSuccess; } bool GetSrchFlag() const { return mbSuccess; } void SetSaveToModule(bool b); |