summaryrefslogtreecommitdiff
path: root/soldep
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:39:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 22:39:37 +0000
commit97c457a8f483e0c57d6eaed5c679d94558731864 (patch)
treee3a11081715c79985febabca180d6edeba6f5ec5 /soldep
parentf44d9bf89b0f6f850885b99221af936228e63bd0 (diff)
INTEGRATION: CWS vgbugs07 (1.4.18); FILE MERGED
2007/06/04 13:35:21 vg 1.4.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'soldep')
-rw-r--r--soldep/bootstrp/prj.cxx6
-rw-r--r--soldep/source/soldep.cxx10
2 files changed, 8 insertions, 8 deletions
diff --git a/soldep/bootstrp/prj.cxx b/soldep/bootstrp/prj.cxx
index 83eb9417fe9c..d71b8fd73885 100644
--- a/soldep/bootstrp/prj.cxx
+++ b/soldep/bootstrp/prj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: prj.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2006-12-21 12:21:23 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:37:51 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,7 +40,7 @@
#define ENABLE_BYTESTRING_STREAM_OPERATORS
#include <tools/stream.hxx>
#include <tools/geninfo.hxx>
-#include "prj.hxx"
+#include <soldep/prj.hxx>
#include <bootstrp/inimgr.hxx>
#pragma hdrstop
diff --git a/soldep/source/soldep.cxx b/soldep/source/soldep.cxx
index 13b93cdcdebf..145004d19831 100644
--- a/soldep/source/soldep.cxx
+++ b/soldep/source/soldep.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: soldep.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ihi $ $Date: 2006-12-21 12:22:46 $
+ * last change: $Author: hr $ $Date: 2007-06-27 23:39:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,9 +43,9 @@
#include <tools/geninfo.hxx>
#include <bootstrp/appdef.hxx>
#include "time.h"
-#include "depper.hxx"
-#include "soldep.hxx"
-#include "soldlg.hxx"
+#include <soldep/depper.hxx>
+#include <soldep/soldep.hxx>
+#include <soldep/soldlg.hxx>
#include "dtsodcmp.hrc"
IMPLEMENT_HASHTABLE_OWNER( SolIdMapper, ByteString, ULONG* );