diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 15:26:49 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-02 15:26:49 +0000 |
commit | 27e96af0139048de047aeaadce7ad2642478481e (patch) | |
tree | 55348d2428ecf16e723036b020f5da0c9159d3dd /sfx2/source/config/evntconf.cxx | |
parent | e6e531588c3f484f7afba5b8864e4d4fc6d38e79 (diff) |
INTEGRATION: CWS sfxcleanup (1.24.156); FILE MERGED
2006/02/26 18:26:25 mba 1.24.156.1: #132394#: remove superfluous code
Diffstat (limited to 'sfx2/source/config/evntconf.cxx')
-rw-r--r-- | sfx2/source/config/evntconf.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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 <com/sun/star/beans/PropertyValue.hpp> @@ -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 |