summaryrefslogtreecommitdiff
path: root/cui/source/inc/iconcdlg.hxx
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-11-22 22:04:58 +0530
committerJan Holesovsky <kendy@collabora.com>2017-11-29 10:16:53 +0100
commit2d508dcc9d6e9d589af32a76468ef3247f8c6674 (patch)
tree76ee15de89e0cc264be8385e49185e7ec35e124c /cui/source/inc/iconcdlg.hxx
parent084ba859b42c2b6ef6d812f3cc432b87e4385e7c (diff)
Use SfxModalDialog class as Hyperlink dialog's base
Change-Id: I1f592fdb5825896ad8fbe55c182936ed4ed98efc
Diffstat (limited to 'cui/source/inc/iconcdlg.hxx')
-rw-r--r--cui/source/inc/iconcdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/cui/source/inc/iconcdlg.hxx b/cui/source/inc/iconcdlg.hxx
index 2c82ead2534c..c5df3f09c70d 100644
--- a/cui/source/inc/iconcdlg.hxx
+++ b/cui/source/inc/iconcdlg.hxx
@@ -28,6 +28,7 @@
#include <vcl/image.hxx>
#include <vcl/layout.hxx>
#include <sfx2/tabdlg.hxx>
+#include <sfx2/basedlgs.hxx>
#include <vector>
// forward-declarations
@@ -92,7 +93,7 @@ public:
void DataChanged( const DataChangedEvent& rDCEvt ) override;
};
-class IconChoiceDialog : public ModalDialog
+class IconChoiceDialog : public SfxModalDialog
{
private:
friend class IconChoicePage;