summaryrefslogtreecommitdiff
path: root/sfx2/source/config
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:05:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:05:07 +0000
commit0d5c2320abb65d9c52c413d460a74f9a1d213321 (patch)
tree7758e6b973d51f39568a521e3538365b57555ac5 /sfx2/source/config
parentde58cd0a22247564bf34acb58d83635ec63cd2f8 (diff)
INTEGRATION: CWS vgbugs07 (1.28.150); FILE MERGED
2007/06/04 13:34:44 vg 1.28.150.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/config')
-rw-r--r--sfx2/source/config/evntconf.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index d0aeb36380..9717d80f64 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: evntconf.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: rt $ $Date: 2006-12-04 08:17:25 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:05:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -72,20 +72,20 @@
#include <framework/eventsconfiguration.hxx>
#include <comphelper/processfactory.hxx>
-#include "evntconf.hxx"
+#include <sfx2/evntconf.hxx>
-#include "macrconf.hxx"
-#include "docfile.hxx"
-#include "app.hxx"
-#include "objsh.hxx"
-#include "dispatch.hxx"
+#include <sfx2/macrconf.hxx>
+#include <sfx2/docfile.hxx>
+#include <sfx2/app.hxx>
+#include <sfx2/objsh.hxx>
+#include <sfx2/dispatch.hxx>
#include "config.hrc"
#include "sfxresid.hxx"
-#include "macropg.hxx"
-#include "docinf.hxx"
+#include <sfx2/macropg.hxx>
+#include <sfx2/docinf.hxx>
#include "eventsupplier.hxx"
-//#include "sfxsids.hrc"
+//#include <sfx2/sfxsids.hrc>
//#include "sfxlocal.hrc"
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_