summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-01-07 01:34:52 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-06-18 17:01:21 +0200
commit401d3bcf8b0aa4bdea4f83baa495241a4d4b7029 (patch)
tree79cc4a21dbb69e16c49cdd3e5d39d51712435642 /include
parent60d175de5b8bf90cc546d2177e66497f2ecaae15 (diff)
uitest: let us use the include/vcl/uitest purely for the interface
All the actual implementations don't need to be exposed to the outside world. Change-Id: If92469b99e6c39493767de947434c6d78ae3804c
Diffstat (limited to 'include')
-rw-r--r--include/vcl/uitest/uiobject.hxx18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/vcl/uitest/uiobject.hxx b/include/vcl/uitest/uiobject.hxx
index a7c8b813a108..1b0afb1373f4 100644
--- a/include/vcl/uitest/uiobject.hxx
+++ b/include/vcl/uitest/uiobject.hxx
@@ -52,22 +52,4 @@ public:
virtual std::unique_ptr<UIObject> get_child(const OUString& rID);
};
-class WindowUIObject : public UIObject
-{
- VclPtr<vcl::Window> mxWindow;
-
-public:
-
- WindowUIObject(VclPtr<vcl::Window> xWindow);
-
- virtual StringMap get_state() override;
-
- virtual void execute(const OUString& rAction,
- const StringMap& rParameters) override;
-
- virtual UIObjectType getType() const override;
-
- virtual std::unique_ptr<UIObject> get_child(const OUString& rID);
-};
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */