diff options
-rw-r--r-- | desktop/inc/app.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index cd2856689cab..6799c76dc5d8 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -160,8 +160,8 @@ class Desktop : public Application /** for ui-testing provide a mechanism to pseudo-restart by closing the open frames and reopen the frame that appeared post initial startup */ - void CloseFrameAndReopen(css::uno::Reference<css::frame::XDesktop2> xDesktop); - void DoExecute(css::uno::Reference<css::frame::XDesktop2> xDesktop); + static void CloseFrameAndReopen(css::uno::Reference<css::frame::XDesktop2> xDesktop); + static void DoExecute(css::uno::Reference<css::frame::XDesktop2> xDesktop); /// does initializations which are necessary for the first run of the office static void DoFirstRunInitializations(); |