summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgfact.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/dlgfact.cxx')
-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