desktop/inc/app.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 3782235a0b5f142fc7f5a3007078a2cad1ff5539 Author: Stephan Bergmann <sberg...@redhat.com> Date: Fri Oct 9 15:12:06 2015 +0200 loplugin:staticmethods Change-Id: Ice121a65e38d47b4a26f7ed81fc3037e031ae7c4 diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index cd28566..6799c76 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(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits