diff options
-rw-r--r-- | include/svtools/extensionlistbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/extensionlistbox.hxx b/include/svtools/extensionlistbox.hxx index 4f9542458aca..9d1a4bb95a24 100644 --- a/include/svtools/extensionlistbox.hxx +++ b/include/svtools/extensionlistbox.hxx @@ -36,7 +36,7 @@ class IExtensionListBox: public Control public: enum { ENTRY_NOTFOUND = -1 }; - IExtensionListBox( vcl::Window* pParent ): Control( pParent, WB_BORDER | WB_TABSTOP | WB_CHILDDLGCTRL ){} + IExtensionListBox( vcl::Window* pParent ): Control( pParent, WB_BORDER | WB_TABSTOP ){} /** @return The count of the entries in the list box. */ virtual sal_Int32 getItemCount() const = 0; |