#90760# Removed VCL defines

This commit is contained in:
Thorsten Behrens 2001-08-14 16:01:31 +00:00
parent 394bba179b
commit 5aa6d5bdb7
3 changed files with 6 additions and 12 deletions

View file

@ -2,9 +2,9 @@
*
* $RCSfile: tbxww.cxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: mba $ $Date: 2001-06-11 08:32:55 $
* last change: $Author: thb $ $Date: 2001-08-14 17:01:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -171,10 +171,8 @@ void SdPopupWindowTbx::PopupModeEnd()
/*-------------------------------------------------------------------------*/
IMPL_LINK( SdPopupWindowTbx, TbxSelectHdl, void*, EMPTYARG)
{
#ifdef VCL
if( IsInPopupMode() )
EndPopupMode();
#endif
aSelectLink.Call( &aTbx.GetToolBox() );

View file

@ -2,9 +2,9 @@
*
* $RCSfile: dlgass.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: af $ $Date: 2001-04-06 12:23:52 $
* last change: $Author: thb $ $Date: 2001-08-14 17:01:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -77,9 +77,7 @@
#ifndef _DIALOG_HXX //autogen
#include <vcl/dialog.hxx>
#endif
#ifdef VCL
#include <svtools/svmedit.hxx>
#endif
#ifndef INC_ASSCLASS
#include "assclass.hxx"

View file

@ -2,9 +2,9 @@
*
* $RCSfile: viewshe3.cxx,v $
*
* $Revision: 1.18 $
* $Revision: 1.19 $
*
* last change: $Author: ka $ $Date: 2001-06-21 11:07:16 $
* last change: $Author: thb $ $Date: 2001-08-14 17:01:31 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@ -72,11 +72,9 @@
#include "strings.hrc"
#include "res_bmp.hrc"
#ifdef VCL
#ifndef _SV_PRINTDLG_HXX
#include <svtools/printdlg.hxx>
#endif
#endif
#ifndef _SFXDISPATCH_HXX
#include <sfx2/dispatch.hxx>