diff options
Diffstat (limited to 'sfx2/source/notebookbar/DropdownBox.hxx')
-rw-r--r-- | sfx2/source/notebookbar/DropdownBox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/notebookbar/DropdownBox.hxx b/sfx2/source/notebookbar/DropdownBox.hxx index d66d798d8d14..769cd2e42fae 100644 --- a/sfx2/source/notebookbar/DropdownBox.hxx +++ b/sfx2/source/notebookbar/DropdownBox.hxx @@ -32,7 +32,7 @@ private: VclPtr<NotebookbarPopup> m_pPopup; public: - explicit DropdownBox(vcl::Window *pParent); + explicit DropdownBox(vcl::Window* pParent); virtual ~DropdownBox() override; virtual void dispose() override; |