diff options
Diffstat (limited to 'include/svx/srchdlg.hxx')
-rwxr-xr-x | include/svx/srchdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/srchdlg.hxx b/include/svx/srchdlg.hxx index 05729bcb3000..637a7a0553be 100755 --- a/include/svx/srchdlg.hxx +++ b/include/svx/srchdlg.hxx @@ -141,7 +141,7 @@ public: void SetSrchFlag( bool bSuccess ) { mbSuccess = bSuccess; } bool GetSrchFlag() { return mbSuccess; } virtual css::uno::Reference< css::awt::XWindowPeer > - GetComponentInterface( bool bCreate ) override; + GetComponentInterface( bool bCreate = true ) override; void SetSaveToModule(bool b); |