summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:32:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:32:46 +0000
commit0c6db1001cafc36ed228a7b1191b226d6a119f0f (patch)
treefbb12b9d6038ed099ff3bf978380ca805f3e03fa /sfx2/source/toolbox
parent6c8ddf6e808446d26d7f8f3dfbc209e767be89b6 (diff)
INTEGRATION: CWS vgbugs07 (1.29.32); FILE MERGED
2007/06/04 13:35:00 vg 1.29.32.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'sfx2/source/toolbox')
-rw-r--r--sfx2/source/toolbox/imgmgr.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/toolbox/imgmgr.cxx b/sfx2/source/toolbox/imgmgr.cxx
index e52a9475f08d..a2d5c74dfaef 100644
--- a/sfx2/source/toolbox/imgmgr.cxx
+++ b/sfx2/source/toolbox/imgmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: imgmgr.cxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: ihi $ $Date: 2007-06-06 14:09:15 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:32:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,12 +40,12 @@
#include <hash_map>
#include "imgmgr.hxx"
-#include "sfx.hrc"
-#include "app.hxx"
+#include <sfx2/sfx.hrc>
+#include <sfx2/app.hxx>
#include "sfxresid.hxx"
-#include "bindings.hxx"
+#include <sfx2/bindings.hxx>
#include "statcach.hxx"
-#include "module.hxx"
+#include <sfx2/module.hxx>
#ifndef _SV_BITMAP_HXX
#include <vcl/bitmap.hxx>