diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-07 13:48:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-07 13:48:10 +0000 |
commit | 411e100e67b4cbfff3a5a6ed0df4ee1d2fa0c7a3 (patch) | |
tree | 31b01339eab77715c60a0a1c2abd54213b8b2d30 /svx/inc/hyperdlg.hxx | |
parent | be561315478a44746f398aed1a854f901f4a4bd8 (diff) |
INTEGRATION: CWS fwk55 (1.8.598); FILE MERGED
2006/10/24 09:44:58 pb 1.8.598.1: fix: #128598# SfxChildWindow::QueryClose() overloaded
Diffstat (limited to 'svx/inc/hyperdlg.hxx')
-rw-r--r-- | svx/inc/hyperdlg.hxx | 31 |
1 files changed, 9 insertions, 22 deletions
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 <hlnkitem.hxx> -//CHINA001 #endif #ifndef _SFX_CHILDWIN_HXX #include <sfx2/childwin.hxx> #endif -#ifndef _SFXCTRLITEM_HXX -#include <sfx2/ctrlitem.hxx> -#endif -#ifndef _SFX_BINDINGS_HXX -#include <sfx2/bindings.hxx> -#endif - -#ifndef _SV_IMAGE_HXX -#include <vcl/image.hxx> -#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 + |