diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:17:53 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:17:53 +0000 |
commit | 767352dc5cc6fc0f22cd6c188ebc1103f7a94c2f (patch) | |
tree | 88318e9d4c8d417bc94067c4e2de0ddf4d73ec4d | |
parent | 9215936f30650fb99cb59410e694205b6ea21880 (diff) |
INTEGRATION: CWS vgbugs07 (1.23.134); FILE MERGED
2007/06/04 13:31:27 vg 1.23.134.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/config/useroptions.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/useroptions.cxx b/svtools/source/config/useroptions.cxx index 0cc92ba48e3e..cc6378c2ca1d 100644 --- a/svtools/source/config/useroptions.cxx +++ b/svtools/source/config/useroptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: useroptions.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: ihi $ $Date: 2006-12-19 14:03:18 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:17:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,7 @@ #endif #define SVT_DLLIMPLEMENTATION -#include "useroptions.hxx" +#include <svtools/useroptions.hxx> #ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> @@ -55,7 +55,7 @@ #include <com/sun/star/uno/Sequence.hxx> #endif #ifndef _SFXSMPLHINT_HXX -#include <smplhint.hxx> +#include <svtools/smplhint.hxx> #endif #ifndef _VOS_MUTEX_HXX_ #include <vos/mutex.hxx> |