summaryrefslogtreecommitdiff
path: root/starmath/source/uiobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/uiobject.hxx')
-rw-r--r--starmath/source/uiobject.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/uiobject.hxx b/starmath/source/uiobject.hxx
index 607c9194c85d..e6132ff772a8 100644
--- a/starmath/source/uiobject.hxx
+++ b/starmath/source/uiobject.hxx
@@ -35,14 +35,14 @@ private:
SmElement* get_element();
};
-class ElementSelectorUIObject : public WindowUIObject
+class ElementSelectorUIObject : public DrawingAreaUIObject
{
private:
SmElementsControl* mpElementsSelector;
public:
- explicit ElementSelectorUIObject(vcl::Window* pElementSelectorWindow, SmElementsControl* pElementSelector);
+ explicit ElementSelectorUIObject(vcl::Window* pElementSelectorWindow);
virtual StringMap get_state() override;