Kaydet (Commit) 3782235a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:staticmethods

Change-Id: Ice121a65e38d47b4a26f7ed81fc3037e031ae7c4
üst 3c64e4bb
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment