summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-07 13:50:45 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-07 13:50:45 +0000
commit54e774cd73d5daf7ee66d2e79316b63f902a7e29 (patch)
treecfbe654bc263ef126bb4ddfa36f84afd09600427 /svx
parentc72182032a841eb8ee01fe06898d2466ab8e8714 (diff)
INTEGRATION: CWS fwk55 (1.5.8); FILE MERGED
2006/10/24 09:53:42 pb 1.5.8.1: fix: #128598# IconChoicePage/Dialog::QueryClose() added
Diffstat (limited to 'svx')
-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; }