summaryrefslogtreecommitdiff
path: root/include/vcl/salvtables.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/salvtables.hxx')
-rw-r--r--include/vcl/salvtables.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/vcl/salvtables.hxx b/include/vcl/salvtables.hxx
index 87d387f43257..ad5827a82e61 100644
--- a/include/vcl/salvtables.hxx
+++ b/include/vcl/salvtables.hxx
@@ -22,7 +22,8 @@
#include <vcl/toolkit/combobox.hxx>
#include <vcl/tabctrl.hxx>
#include <vcl/layout.hxx>
-#include <messagedialog.hxx>
+
+class MessageDialog;
class SalInstanceBuilder : public weld::Builder
{
@@ -158,7 +159,7 @@ public:
virtual ~SalInstanceBuilder() override;
};
-class SalInstanceMenu : public weld::Menu
+class SAL_DLLPUBLIC_RTTI SalInstanceMenu : public weld::Menu
{
private:
VclPtr<PopupMenu> m_xMenu;