summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-07 13:48:56 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-07 13:48:56 +0000
commit7655baf12a225fe63b7d3e2124c0d11de968738f (patch)
tree7c92373c1783bff345daa7bee4b6b96ce8ff7b3a /svx
parent2e9da07bd8eaa85476fb352e379acbcd43946dd2 (diff)
INTEGRATION: CWS fwk55 (1.22.8); FILE MERGED
2006/10/24 09:46:33 pb 1.22.8.1: fix: #128598# AbstractSvxHpLinkDlg_Impl::QueryClose() added
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/dlgfact.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/dialog/dlgfact.hxx b/svx/source/dialog/dlgfact.hxx
index 93af2bacdd70..de1d151b346b 100644
--- a/svx/source/dialog/dlgfact.hxx
+++ b/svx/source/dialog/dlgfact.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgfact.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2006-10-13 11:21:52 $
+ * last change: $Author: kz $ $Date: 2006-11-07 14:48:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -460,8 +460,8 @@ class SvxHpLinkDlg;
class AbstractSvxHpLinkDlg_Impl :public AbstractSvxHpLinkDlg
{
DECL_ABSTDLG_BASE(AbstractSvxHpLinkDlg_Impl,SvxHpLinkDlg)
- virtual Window * GetWindow() ;
-
+ virtual Window* GetWindow();
+ virtual sal_Bool QueryClose();
};
//for SvxHpLinkDlg end