diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:39:48 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 22:39:48 +0000 |
commit | 7dac1c9d807ac9a5a1fd3a18d6e7b4cc807c748c (patch) | |
tree | b43adab96836c0c3b83d921bb807e2c7db520412 | |
parent | 97c457a8f483e0c57d6eaed5c679d94558731864 (diff) |
INTEGRATION: CWS vgbugs07 (1.3.18); FILE MERGED
2007/06/04 13:35:21 vg 1.3.18.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | soldep/source/connctr.cxx | 10 | ||||
-rw-r--r-- | soldep/source/soldlg.cxx | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/soldep/source/connctr.cxx b/soldep/source/connctr.cxx index 8201973caa63..a91e1054a419 100644 --- a/soldep/source/connctr.cxx +++ b/soldep/source/connctr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: connctr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-12-21 12:22:21 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:38:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,9 @@ #ifdef _MSC_VER #pragma warning(disable:4100) #endif -#include "connctr.hxx" -#include "objwin.hxx" -#include "depwin.hxx" +#include <soldep/connctr.hxx> +#include <soldep/objwin.hxx> +#include <soldep/depwin.hxx> #include "math.h" BOOL Connector::msbHideMode = FALSE; diff --git a/soldep/source/soldlg.cxx b/soldep/source/soldlg.cxx index b6691f40c08d..2f7a02996f3d 100644 --- a/soldep/source/soldlg.cxx +++ b/soldep/source/soldlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: soldlg.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ihi $ $Date: 2006-12-21 12:22:58 $ + * last change: $Author: hr $ $Date: 2007-06-27 23:39:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,9 +35,9 @@ #include <tools/geninfo.hxx> //#include "depapp.hxx" -#include "soldep.hxx" -#include "soldlg.hxx" -#include "soldlg.hrc" +#include <soldep/soldep.hxx> +#include <soldep/soldlg.hxx> +#include <soldep/soldlg.hrc> #ifndef SOLARIS #define SIZE( nX, nY) \ |