From 27e96af0139048de047aeaadce7ad2642478481e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Tue, 2 May 2006 15:26:49 +0000 Subject: INTEGRATION: CWS sfxcleanup (1.24.156); FILE MERGED 2006/02/26 18:26:25 mba 1.24.156.1: #132394#: remove superfluous code --- sfx2/source/config/evntconf.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sfx2/source/config/evntconf.cxx') diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx index 295fd52ee09a..2b7394d475f8 100644 --- a/sfx2/source/config/evntconf.cxx +++ b/sfx2/source/config/evntconf.cxx @@ -4,9 +4,9 @@ * * $RCSfile: evntconf.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:01:53 $ + * last change: $Author: rt $ $Date: 2006-05-02 16:26:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -83,8 +83,8 @@ #include "docinf.hxx" #include "eventsupplier.hxx" -#include "sfxsids.hrc" -#include "sfxlocal.hrc" +//#include "sfxsids.hrc" +//#include "sfxlocal.hrc" #ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_ #include @@ -125,7 +125,7 @@ TYPEINIT1(SfxEventHint, SfxHint); using namespace com::sun::star; // class SfxMacroQueryDlg_Impl ------------------------------------------- - +/* class SfxMacroQueryDlg_Impl : public QueryBox { public: @@ -157,7 +157,7 @@ SfxMacroQueryDlg_Impl::SfxMacroQueryDlg_Impl( const String& rMacName, BOOL bDefa SetMessText( aText ); FreeResource(); } - +*/ // class SfxAsyncEvent_Impl ---------------------------------------------- class SfxAsyncEvent_Impl : public SfxListener -- cgit