From 411e100e67b4cbfff3a5a6ed0df4ee1d2fa0c7a3 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 7 Nov 2006 13:48:10 +0000 Subject: INTEGRATION: CWS fwk55 (1.8.598); FILE MERGED 2006/10/24 09:44:58 pb 1.8.598.1: fix: #128598# SfxChildWindow::QueryClose() overloaded --- svx/inc/hyperdlg.hxx | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) (limited to 'svx/inc/hyperdlg.hxx') diff --git a/svx/inc/hyperdlg.hxx b/svx/inc/hyperdlg.hxx index 2545088af023..83526d3dcabb 100644 --- a/svx/inc/hyperdlg.hxx +++ b/svx/inc/hyperdlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: hyperdlg.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:55:05 $ + * last change: $Author: kz $ $Date: 2006-11-07 14:48:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -38,47 +38,34 @@ // include --------------------------------------------------------------- -//CHINA001 #ifndef _SVX_HLNKITEM_HXX -//CHINA001 #include -//CHINA001 #endif #ifndef _SFX_CHILDWIN_HXX #include #endif -#ifndef _SFXCTRLITEM_HXX -#include -#endif -#ifndef _SFX_BINDINGS_HXX -#include -#endif - -#ifndef _SV_IMAGE_HXX -#include -#endif #ifndef INCLUDED_SVXDLLAPI_H #include "svx/svxdllapi.h" #endif -//CHINA001 #include "iconcdlg.hxx" - - - - /************************************************************************* |* |* Hyperlink-Dialog |* \************************************************************************/ +class AbstractSvxHpLinkDlg; + class SVX_DLLPUBLIC SvxHlinkDlgWrapper : public SfxChildWindow { +private: + AbstractSvxHpLinkDlg* mpDlg; + public: SvxHlinkDlgWrapper( Window*pParent, USHORT nId, SfxBindings* pBindings, SfxChildWinInfo* pInfo ); SFX_DECL_CHILDWINDOW(SvxHlinkDlgWrapper); + virtual sal_Bool QueryClose(); }; - - #endif // _SVX_TAB_HYPERLINK_HXX + -- cgit