diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-11-02 16:09:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-11-02 16:30:13 +0000 |
commit | 9bf204f9aa2caefac13a1a680a669ba74b3731cf (patch) | |
tree | cb89694cb9815e2f692a5a5e3106591825a9d9ed /desktop/inc | |
parent | 5d0ef0015dee175802b468c6a946b967d17eef33 (diff) |
afl-eventtesting: can simplify this now we use QueryExit
Change-Id: Iddb96f51ed2fd2d7861e9448a7aa221d998ad2a5
Diffstat (limited to 'desktop/inc')
-rw-r--r-- | desktop/inc/app.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx index 5c6de5b57743..d07d2853da38 100644 --- a/desktop/inc/app.hxx +++ b/desktop/inc/app.hxx @@ -160,8 +160,7 @@ 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 */ - static void CloseFrameAndReopen(css::uno::Reference<css::frame::XDesktop2> xDesktop); - static void DoExecute(css::uno::Reference<css::frame::XDesktop2> xDesktop); + static void DoExecute(); /// does initializations which are necessary for the first run of the office static void DoFirstRunInitializations(); |