summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unosrch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unosrch.hxx')
-rw-r--r--sd/source/ui/inc/unosrch.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/sd/source/ui/inc/unosrch.hxx b/sd/source/ui/inc/unosrch.hxx
index 750c380140a9..601a20d880dc 100644
--- a/sd/source/ui/inc/unosrch.hxx
+++ b/sd/source/ui/inc/unosrch.hxx
@@ -84,14 +84,12 @@ protected:
bool mbCaseSensitive;
bool mbWords;
- bool mbReplace;
-
OUString maSearchStr;
OUString maReplaceStr;
public:
/// @throws css::uno::RuntimeException
- SdUnoSearchReplaceDescriptor(bool bReplace);
+ SdUnoSearchReplaceDescriptor();
virtual ~SdUnoSearchReplaceDescriptor() throw() override;
bool IsCaseSensitive() const { return mbCaseSensitive; }