diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:17:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:17:40 +0000 |
commit | 9215936f30650fb99cb59410e694205b6ea21880 (patch) | |
tree | 1f2dc4076c871c161217c6163dd4a5e0a6e278c1 /svtools/source | |
parent | 4cc87c41511eabae81b9066ff3b834ba13ffae84 (diff) |
INTEGRATION: CWS vgbugs07 (1.12.92); FILE MERGED
2007/06/04 13:31:27 vg 1.12.92.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'svtools/source')
-rw-r--r-- | svtools/source/config/undoopt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/undoopt.cxx b/svtools/source/config/undoopt.cxx index 1a093f0dd9e6..0d9afd2e106d 100644 --- a/svtools/source/config/undoopt.cxx +++ b/svtools/source/config/undoopt.cxx @@ -4,9 +4,9 @@ * * $RCSfile: undoopt.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2007-01-18 14:12:49 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:17:40 $ * * 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 "undoopt.hxx" +#include <svtools/undoopt.hxx> #ifndef INCLUDED_RTL_INSTANCE_HXX #include "rtl/instance.hxx" @@ -65,7 +65,7 @@ #include <vos/mutex.hxx> #endif #ifndef _SFXSMPLHINT_HXX -#include <smplhint.hxx> +#include <svtools/smplhint.hxx> #endif #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> |