diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-03-30 05:27:54 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-06-18 17:01:51 +0200 |
commit | 073c47e3719acdc5094144a1cba813317aec88a5 (patch) | |
tree | 55bf94993175a085e87402f6496e1e27963c9227 /sfx2/inc | |
parent | 77dd7f82911b2e8cd076dd71f3b3901b84fb98d6 (diff) |
uitest: move declaration for the uitesting wrapper objects to include/ dir
This allows non-vcl wrapper objects to inherit from the vcl base
classes. This is especially important for the WindowUIObject base class
object.
Change-Id: I91ef69839ff4c031d3bcd21d70b4b9e7d62ad572
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/uitest/sfx_uiobject.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/inc/uitest/sfx_uiobject.hxx b/sfx2/inc/uitest/sfx_uiobject.hxx index 6d77a5dcc3dd..bee5a20b4e35 100644 --- a/sfx2/inc/uitest/sfx_uiobject.hxx +++ b/sfx2/inc/uitest/sfx_uiobject.hxx @@ -12,7 +12,7 @@ class SfxTabDialog; -class SfxTabDialogUIObject : public UIObject +class SfxTabDialogUIObject : public WindowUIObject { private: |