diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:18:19 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:18:19 +0000 |
commit | eb1ce1e63873d16141e63979da8427d2fcad3eea (patch) | |
tree | 61a39962659f0913bdafb2de729c6dc302f09220 | |
parent | 5858226af3ca103d32c838b23b3e6926c3d74e64 (diff) |
INTEGRATION: CWS vgbugs07 (1.8.200); FILE MERGED
2007/06/04 13:31:27 vg 1.8.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/config/workingsetoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/workingsetoptions.cxx b/svtools/source/config/workingsetoptions.cxx index 94265e7cb13a..71dcd6a91b4c 100644 --- a/svtools/source/config/workingsetoptions.cxx +++ b/svtools/source/config/workingsetoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: workingsetoptions.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:31:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:18:19 $ * * 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 "workingsetoptions.hxx" +#include <svtools/workingsetoptions.hxx> #ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> |