summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:12:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 20:12:09 +0000
commit3534751d211a57cbd2793e0f15882eb8c65414df (patch)
tree8cf46972d9793a70079d8151c0bca18e35146bd3 /svtools
parentef14567f1dc8bb989fc234024644d4c14517cf60 (diff)
INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED
2007/06/04 13:31:26 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/fontoptions.cxx6
-rw-r--r--svtools/source/config/fontsubstconfig.cxx6
2 files changed, 6 insertions, 6 deletions
diff --git a/svtools/source/config/fontoptions.cxx b/svtools/source/config/fontoptions.cxx
index 92cfd1dd3a63..67dfb52d54e8 100644
--- a/svtools/source/config/fontoptions.cxx
+++ b/svtools/source/config/fontoptions.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontoptions.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:23:40 $
+ * last change: $Author: hr $ $Date: 2007-06-27 21:11:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -42,7 +42,7 @@
// includes
//_________________________________________________________________________________________________________________
-#include "fontoptions.hxx"
+#include <svtools/fontoptions.hxx>
#ifndef _UTL_CONFIGMGR_HXX_
#include <unotools/configmgr.hxx>
diff --git a/svtools/source/config/fontsubstconfig.cxx b/svtools/source/config/fontsubstconfig.cxx
index 5cb244f604db..3faa733dd230 100644
--- a/svtools/source/config/fontsubstconfig.cxx
+++ b/svtools/source/config/fontsubstconfig.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: fontsubstconfig.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 14:23:53 $
+ * last change: $Author: hr $ $Date: 2007-06-27 21:12:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@
#include "fontsubstconfig.hxx"
#ifndef _SVARRAY_HXX //autogen
-#include "svarray.hxx"
+#include <svtools/svarray.hxx>
#endif
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_