summaryrefslogtreecommitdiff
path: root/include/vcl/uitest/uitest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/uitest/uitest.hxx')
-rw-r--r--include/vcl/uitest/uitest.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/vcl/uitest/uitest.hxx b/include/vcl/uitest/uitest.hxx
index 4031402e8fc0..1759ea7656b0 100644
--- a/include/vcl/uitest/uitest.hxx
+++ b/include/vcl/uitest/uitest.hxx
@@ -12,6 +12,11 @@
#include <vcl/dllapi.h>
#include <memory>
+#include <com/sun/star/uno/Sequence.hxx>
+
+namespace com { namespace sun { namespace star {
+ namespace beans { struct PropertyValue; }
+} } }
class UIObject;
@@ -21,6 +26,9 @@ public:
static bool executeCommand(const OUString& rCommand);
+ static bool executeCommandWithParameters(const OUString& rCommand,
+ const css::uno::Sequence< css::beans::PropertyValue >& rArgs);
+
static bool executeDialog(const OUString& rCommand);
static std::unique_ptr<UIObject> getFocusTopWindow();