diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 15:12:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-09 15:12:06 +0200 |
commit | 3782235a0b5f142fc7f5a3007078a2cad1ff5539 (patch) | |
tree | aa16256d0481f8b8bc1dd5979d6852980fe077ca /desktop | |
parent | 3c64e4bbdb48942483d68a429d60ae9e57094ca6 (diff) |
loplugin:staticmethods
Change-Id: Ice121a65e38d47b4a26f7ed81fc3037e031ae7c4
Diffstat (limited to 'desktop')
-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(); |