summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index bb66872e786d..6e47c022b844 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -36,6 +36,7 @@
class Button;
class ListBox;
+class MessageDialog;
class NumericFormatter;
class PopupMenu;
class SalInstanceBuilder;
@@ -276,6 +277,8 @@ private:
std::vector< VclPtr<VclExpander> > m_aExpanderWidgets;
+ std::vector< VclPtr<MessageDialog> > m_aMessageDialogs;
+
sal_uInt16 m_nLastToolbarId;
sal_uInt16 m_nLastMenuItemId;