diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:58:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:58:34 +0000 |
commit | d1f701a11924e5860b8b73c5f02cd0ffad369fdc (patch) | |
tree | 2c520876eb675a1765a78675a3c33cde484aa5a7 /svtools | |
parent | 2f0da66560f575c0e333635cd4866fed9dc1ac3d (diff) |
INTEGRATION: CWS vgbugs07 (1.6.36); FILE MERGED
2007/06/04 13:31:45 vg 1.6.36.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/productregistration/productregistration.cxx | 6 | ||||
-rw-r--r-- | svtools/source/productregistration/registrationdlg.cxx | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/svtools/source/productregistration/productregistration.cxx b/svtools/source/productregistration/productregistration.cxx index 51afbd2c0379..50c0423dd6d4 100644 --- a/svtools/source/productregistration/productregistration.cxx +++ b/svtools/source/productregistration/productregistration.cxx @@ -4,9 +4,9 @@ * * $RCSfile: productregistration.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:46:01 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:58:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,7 +45,7 @@ #include "registrationdlg.hxx" #endif #ifndef _SVTOOLS_HRC -#include "svtools.hrc" +#include <svtools/svtools.hrc> #endif #ifndef _CPPUHELPER_FACTORY_HXX_ diff --git a/svtools/source/productregistration/registrationdlg.cxx b/svtools/source/productregistration/registrationdlg.cxx index 927fd7866c4d..2a9876fffae6 100644 --- a/svtools/source/productregistration/registrationdlg.cxx +++ b/svtools/source/productregistration/registrationdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: registrationdlg.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 09:46:15 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:58:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,10 +42,10 @@ #if 0 /* @@@ */ #ifndef _SVTOOLS_SVTDATA_HXX -#include "svtdata.hxx" +#include <svtools/svtdata.hxx> #endif #ifndef _SVTOOLS_HRC -#include "svtools.hrc" +#include <svtools/svtools.hrc> #endif #endif /* @@@ */ |