summaryrefslogtreecommitdiffstats
path: root/include/sfx2/newstyle.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-25 08:54:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-25 12:27:52 +0100
commit702b981d9a9bd079a98660153747aee7337424fa (patch)
treed04bcd66371518641b02403c6ac44122015ac6e2 /include/sfx2/newstyle.hxx
parentQueryBox RID_QRY_REMOVE_* -> MessageDialog + string (diff)
downloadcore-702b981d9a9bd079a98660153747aee7337424fa.tar.gz
core-702b981d9a9bd079a98660153747aee7337424fa.zip
QueryBox MSG_QUERY_OPENASTEMPLATE -> MessageDialog + string
Change-Id: I031a145ca62e3bf7e74b9d447ff8bb041974daa6
Diffstat (limited to 'include/sfx2/newstyle.hxx')
-rw-r--r--include/sfx2/newstyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/newstyle.hxx b/include/sfx2/newstyle.hxx
index 1a646e639e33..e6494905b3fe 100644
--- a/include/sfx2/newstyle.hxx
+++ b/include/sfx2/newstyle.hxx
@@ -23,7 +23,7 @@
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <vcl/button.hxx>
-#include <vcl/msgbox.hxx>
+#include <vcl/layout.hxx>
#include <vcl/combobox.hxx>
#include <vcl/dialog.hxx>
#include <vcl/fixed.hxx>
@@ -36,7 +36,7 @@ private:
ComboBox* m_pColBox;
OKButton* m_pOKBtn;
- QueryBox aQueryOverwriteBox;
+ MessageDialog aQueryOverwriteBox;
SfxStyleSheetBasePool& rPool;
DECL_DLLPRIVATE_LINK( OKHdl, Control * );