summaryrefslogtreecommitdiff
path: root/svtools/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-15 11:07:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-16 12:55:07 +0200
commitd3fff9073f70bdd9caf619a9cfe7afd7c04cffe1 (patch)
treef48b9b4f8478613fcade0cef9f6f12fdde5b41b4 /svtools/inc
parent2e412c5354134fe3cd66ea0266011c5b87dc9eb3 (diff)
add a DrawingAreaUIObject to avoid need to include layout.hxx for uitest
Change-Id: I2d7f9d38f9eac5af7b8b4d738335507beb6627df Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104357 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools/inc')
-rw-r--r--svtools/inc/uiobject.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/inc/uiobject.hxx b/svtools/inc/uiobject.hxx
index a27b6d68fdad..b201555179c4 100644
--- a/svtools/inc/uiobject.hxx
+++ b/svtools/inc/uiobject.hxx
@@ -16,12 +16,12 @@
class ValueSet;
-class ValueSetUIObject final : public WindowUIObject
+class ValueSetUIObject final : public DrawingAreaUIObject
{
ValueSet* mpSet;
public:
- ValueSetUIObject(const VclPtr<vcl::Window>& xSetWin, ValueSet* pSet);
+ ValueSetUIObject(const VclPtr<vcl::Window>& xSetWin);
virtual void execute(const OUString& rAction, const StringMap& rParameters) override;
@@ -35,4 +35,4 @@ private:
#endif // INCLUDED_SVX_INC_UIOBJECT_HXX
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ \ No newline at end of file
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */