diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-01-08 16:01:23 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:22 +0200 |
commit | 6c0f510e884dc7d97beb657f59835863f1592102 (patch) | |
tree | abcd3e965bf744df390066a60f7f90b474c6614b /include | |
parent | 401d3bcf8b0aa4bdea4f83baa495241a4d4b7029 (diff) |
uitest: initial work on executing dispatcher commands in ui tests
Change-Id: Ib46ef5ea31e77d54786c0d732845984ce3c9c07f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/uitest/uitest.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/uitest/uitest.hxx b/include/vcl/uitest/uitest.hxx index 3262aa953d63..1d0385e0bf74 100644 --- a/include/vcl/uitest/uitest.hxx +++ b/include/vcl/uitest/uitest.hxx @@ -7,11 +7,15 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <rtl/ustring.hxx> + #include <vcl/dllapi.h> class UITEST_DLLPUBLIC UITest { public: + + void executeCommand(const OUString& rCommand); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |