summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/imagemgr.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:58:33 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:58:33 +0000
commit3fb5e6f5ee92a138d4734730bc9eaa5bf47893d2 (patch)
tree1f553589b583104306710c1cb836ce93e4cf4efe /sfx2/source/appl/imagemgr.cxx
parentff687c8bb9a28cb77ebc090f2fbc191420aa07e4 (diff)
INTEGRATION: CWS vgbugs07 (1.18.94); FILE MERGED
2007/06/04 13:34:39 vg 1.18.94.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/appl/imagemgr.cxx')
-rw-r--r--sfx2/source/appl/imagemgr.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sfx2/source/appl/imagemgr.cxx b/sfx2/source/appl/imagemgr.cxx
index 4303fa57d9..49b2b751a6 100644
--- a/sfx2/source/appl/imagemgr.cxx
+++ b/sfx2/source/appl/imagemgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: imagemgr.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2007-01-29 15:50:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:58:33 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -65,15 +65,15 @@
#endif
#include "imgmgr.hxx"
-#include "app.hxx"
-#include "unoctitm.hxx"
-#include "dispatch.hxx"
-#include "msg.hxx"
-#include "msgpool.hxx"
-#include "viewfrm.hxx"
-#include "module.hxx"
-#include "objsh.hxx"
-#include "docfac.hxx"
+#include <sfx2/app.hxx>
+#include <sfx2/unoctitm.hxx>
+#include <sfx2/dispatch.hxx>
+#include <sfx2/msg.hxx>
+#include <sfx2/msgpool.hxx>
+#include <sfx2/viewfrm.hxx>
+#include <sfx2/module.hxx>
+#include <sfx2/objsh.hxx>
+#include <sfx2/docfac.hxx>
#include <hash_map>