#90760# Removed VCL defines
This commit is contained in:
parent
394bba179b
commit
5aa6d5bdb7
3 changed files with 6 additions and 12 deletions
|
@ -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() );
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue