summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-05-02 15:26:49 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-05-02 15:26:49 +0000
commitad6e1759f103e6b355e995cf6d65d3649a92df08 (patch)
treeefe16039c60c50d8d782156651d71a046b86b1e1 /sfx2/source
parent784aebdf5ca16225ff9c80d8cd1d33692eaa6f30 (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')
-rw-r--r--sfx2/source/config/evntconf.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index 295fd52ee0..2b7394d475 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