summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:17:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 21:17:20 +0000
commit07cdc069cd28872a0b9b6ebe10c55ea69867f9b0 (patch)
tree5a18d35df1e742cfef8eba477a9f52533bb7b727 /tools
parent8fbc24eb4d9291463301ce62da8f00619ceabb90 (diff)
INTEGRATION: CWS vgbugs07 (1.45.8); FILE MERGED
2007/06/04 13:32:26 vg 1.45.8.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'tools')
-rw-r--r--tools/source/rc/resmgr.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index fb3dcc314061..40cc6bbdba81 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: resmgr.cxx,v $
*
- * $Revision: 1.45 $
+ * $Revision: 1.46 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 09:48:23 $
+ * last change: $Author: hr $ $Date: 2007-06-27 22:17:20 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -45,22 +45,22 @@
#endif
#ifndef _DEBUG_HXX
-#include <debug.hxx>
+#include <tools/debug.hxx>
#endif
#ifndef _TABLE_HXX
-#include <table.hxx>
+#include <tools/table.hxx>
#endif
#ifndef _STREAM_HXX
-#include <stream.hxx>
+#include <tools/stream.hxx>
#endif
#ifndef _TOOLS_RESMGR_HXX
-#include <resmgr.hxx>
+#include <tools/resmgr.hxx>
#endif
#ifndef _TOOLS_RC_HXX
-#include <rc.hxx>
+#include <tools/rc.hxx>
#endif
#ifndef _TOOLS_RCID_H
-#include <rcid.h>
+#include <tools/rcid.h>
#endif
#ifndef _OSL_ENDIAN_H_
#include <osl/endian.h>
@@ -84,7 +84,7 @@
#include <rtl/ustrbuf.hxx>
#endif
#ifndef _URLOBJ_HXX
-#include <urlobj.hxx>
+#include <tools/urlobj.hxx>
#endif
#ifndef INCLUDED_RTL_INSTANCE_HXX
#include <rtl/instance.hxx>
@@ -95,10 +95,10 @@
#endif
#ifndef _TOOLS_SIMPLERESMGR_HXX_
-#include "simplerm.hxx"
+#include <tools/simplerm.hxx>
#endif
-#include "isofallback.hxx"
+#include <tools/isofallback.hxx>
#include <functional>
#include <algorithm>