From 2e9da07bd8eaa85476fb352e379acbcd43946dd2 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 7 Nov 2006 13:48:43 +0000 Subject: 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 --- svx/source/dialog/dlgfact.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'svx') 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 -- cgit v1.2.3