summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-11 11:24:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-11 20:25:41 +0100
commit76867304b550af5c44c1fd6b82928fb2b69addc7 (patch)
tree6ae59e2ba549aaba37c05a15787ae46fb1071a94 /svx/source/inc
parentb7bcb17311ea99d1849f87e329add0eff5f6fc75 (diff)
use an explicit parent for error message
Change-Id: Idf5a1c6a4313ab58c2bf6ee0ec02a8d003eee83a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112335 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/formcontroller.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 6ed3ffeb2c4c..c25dd5d808ac 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -197,6 +197,9 @@ namespace svxform
public:
FormController( const css::uno::Reference< css::uno::XComponentContext > & _rxORB );
+ // returns the window which should be used as parent window for dialogs
+ static vcl::Window* getDialogParentWindow(css::uno::Reference<css::form::runtime::XFormController> xFormController);
+
private:
virtual ~FormController() override;
@@ -507,9 +510,6 @@ namespace svxform
bool isLocked() const {return m_bLocked;}
bool determineLockState() const;
- // returns the window which should be used as parent window for dialogs
- static vcl::Window* getDialogParentWindow(css::uno::Reference<css::form::runtime::XFormController> xFormController);
-
css::uno::Reference< css::frame::XDispatchProviderInterceptor> createInterceptor(const css::uno::Reference< css::frame::XDispatchProviderInterception>& _xInterception);
// create a new interceptor, register it on the given object
void deleteInterceptor(const css::uno::Reference< css::frame::XDispatchProviderInterception>& _xInterception);