summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 32625f103409..5ca271d0d14a 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -99,7 +99,7 @@ namespace pcr
Size get_preferred_size() const;
- weld::Container* getWidget() const { return m_xTabControl.get(); }
+ weld::Widget* getWidget() const { return m_xTabControl.get(); }
void Show() { m_xTabControl->show(); }
void Hide() { m_xTabControl->hide(); }