summaryrefslogtreecommitdiff
path: root/svtools/source/config/fontsubstconfig.cxx
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/source/config/fontsubstconfig.cxx
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/source/config/fontsubstconfig.cxx')
-rw-r--r--svtools/source/config/fontsubstconfig.cxx6
1 files changed, 3 insertions, 3 deletions
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_