summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-11-07 13:48:43 +0000
committerKurt Zenker <kz@openoffice.org>2006-11-07 13:48:43 +0000
commit2e9da07bd8eaa85476fb352e379acbcd43946dd2 (patch)
treea6e518d8b03edb4b36c4ce21cfdf8aa9b0fbc057 /svx
parent411e100e67b4cbfff3a5a6ed0df4ee1d2fa0c7a3 (diff)
INTEGRATION: CWS fwk55 (1.31.8); FILE MERGED
2006/10/24 09:47:37 pb 1.31.8.1: fix: #128598# AbstractSvxHpLinkDlg_Impl::QueryClose() added
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/dlgfact.cxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/svx/source/dialog/dlgfact.cxx b/svx/source/dialog/dlgfact.cxx
index 8830f798aa1f..2f21d74ca9ff 100644
--- a/svx/source/dialog/dlgfact.cxx
+++ b/svx/source/dialog/dlgfact.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgfact.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: obo $ $Date: 2006-10-13 11:21:38 $
+ * last change: $Author: kz $ $Date: 2006-11-07 14:48:43 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -844,6 +844,11 @@ Window * AbstractSvxHpLinkDlg_Impl::GetWindow()
{
return (Window *)pDlg;
}
+
+sal_Bool AbstractSvxHpLinkDlg_Impl::QueryClose()
+{
+ return pDlg->QueryClose();
+}
//for SvxHpLinkDlg end