summaryrefslogtreecommitdiff
path: root/include/sfx2/newstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r--include/sfx2/newstyle.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index bbafa704f76b..dceeeec2e7ec 100644
--- a/include/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
@@ -27,6 +27,7 @@
#include <vcl/combobox.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/weld.hxx>
class SfxStyleSheetBasePool;
@@ -36,7 +37,7 @@ private:
VclPtr<ComboBox> m_pColBox;
VclPtr<OKButton> m_pOKBtn;
- VclPtr<MessageDialog> aQueryOverwriteBox;
+ std::unique_ptr<weld::MessageDialog> xQueryOverwriteBox;
SfxStyleSheetBasePool& rPool;
DECL_DLLPRIVATE_LINK( OKHdl, ComboBox&, void );