summaryrefslogtreecommitdiff
path: root/desktop/inc/app.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/inc/app.hxx')
-rw-r--r--desktop/inc/app.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/desktop/inc/app.hxx b/desktop/inc/app.hxx
index 92577f8b6a0d..cd2856689cab 100644
--- a/desktop/inc/app.hxx
+++ b/desktop/inc/app.hxx
@@ -27,6 +27,7 @@
#include <vcl/timer.hxx>
#include <tools/resmgr.hxx>
#include <unotools/bootstrap.hxx>
+#include <com/sun/star/frame/XDesktop2.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/uno/Reference.h>
#include <osl/mutex.hxx>
@@ -156,6 +157,12 @@ class Desktop : public Application
*/
void CheckFirstRun( );
+ /** 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);
+
/// does initializations which are necessary for the first run of the office
static void DoFirstRunInitializations();