summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_