#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 $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -171,10 +171,8 @@ void SdPopupWindowTbx::PopupModeEnd()
/*-------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------*/
IMPL_LINK( SdPopupWindowTbx, TbxSelectHdl, void*, EMPTYARG) IMPL_LINK( SdPopupWindowTbx, TbxSelectHdl, void*, EMPTYARG)
{ {
#ifdef VCL
if( IsInPopupMode() ) if( IsInPopupMode() )
EndPopupMode(); EndPopupMode();
#endif
aSelectLink.Call( &aTbx.GetToolBox() ); aSelectLink.Call( &aTbx.GetToolBox() );

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: dlgass.hxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -77,9 +77,7 @@
#ifndef _DIALOG_HXX //autogen #ifndef _DIALOG_HXX //autogen
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#endif #endif
#ifdef VCL
#include <svtools/svmedit.hxx> #include <svtools/svmedit.hxx>
#endif
#ifndef INC_ASSCLASS #ifndef INC_ASSCLASS
#include "assclass.hxx" #include "assclass.hxx"

View file

@ -2,9 +2,9 @@
* *
* $RCSfile: viewshe3.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@ -72,11 +72,9 @@
#include "strings.hrc" #include "strings.hrc"
#include "res_bmp.hrc" #include "res_bmp.hrc"
#ifdef VCL
#ifndef _SV_PRINTDLG_HXX #ifndef _SV_PRINTDLG_HXX
#include <svtools/printdlg.hxx> #include <svtools/printdlg.hxx>
#endif #endif
#endif
#ifndef _SFXDISPATCH_HXX #ifndef _SFXDISPATCH_HXX
#include <sfx2/dispatch.hxx> #include <sfx2/dispatch.hxx>