From d1f701a11924e5860b8b73c5f02cd0ffad369fdc Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 27 Jun 2007 20:58:34 +0000
Subject: 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
---
svtools/source/productregistration/productregistration.cxx | 6 +++---
svtools/source/productregistration/registrationdlg.cxx | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
(limited to 'svtools')
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
#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
#endif
#ifndef _SVTOOLS_HRC
-#include "svtools.hrc"
+#include
#endif
#endif /* @@@ */
--
cgit