From 3782235a0b5f142fc7f5a3007078a2cad1ff5539 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 9 Oct 2015 15:12:06 +0200 Subject: loplugin:staticmethods Change-Id: Ice121a65e38d47b4a26f7ed81fc3037e031ae7c4 --- desktop/inc/app.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/inc') 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 xDesktop); - void DoExecute(css::uno::Reference xDesktop); + static void CloseFrameAndReopen(css::uno::Reference xDesktop); + static void DoExecute(css::uno::Reference xDesktop); /// does initializations which are necessary for the first run of the office static void DoFirstRunInitializations(); -- cgit