summaryrefslogtreecommitdiff
path: root/svx/source/dialog/iconcdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/iconcdlg.hxx')
-rw-r--r--svx/source/dialog/iconcdlg.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/dialog/iconcdlg.hxx b/svx/source/dialog/iconcdlg.hxx
index beb2978130e9..f3e3469ed1f9 100644
--- a/svx/source/dialog/iconcdlg.hxx
+++ b/svx/source/dialog/iconcdlg.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: iconcdlg.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 12:16:06 $
+ * last change: $Author: kz $ $Date: 2006-11-07 14:50:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -175,6 +175,7 @@ public :
String GetUserData() { return aUserString; }
virtual void FillUserData();
virtual BOOL IsReadOnly() const;
+ virtual sal_Bool QueryClose();
static const SfxPoolItem* GetItem( const SfxItemSet& rSet, USHORT nSlot );
@@ -302,6 +303,7 @@ public :
short Execute();
void Start( BOOL bShow = TRUE );
+ sal_Bool QueryClose();
const SfxItemSet* GetExampleSet() const { return pExampleSet; }