diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:11:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:11:18 +0000 |
commit | ed93373654b47d0bbe8246cea107b95676e2054c (patch) | |
tree | bed16da387d16d38f245ef77d7a5e23e4aa36110 | |
parent | 215b4accfc676445e4756d5b8e04e2ff2b1af977 (diff) |
INTEGRATION: CWS vgbugs07 (1.11.200); FILE MERGED
2007/06/04 13:31:26 vg 1.11.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/config/defaultoptions.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/defaultoptions.cxx b/svtools/source/config/defaultoptions.cxx index 75b5ad7d2221..cfdb39183330 100644 --- a/svtools/source/config/defaultoptions.cxx +++ b/svtools/source/config/defaultoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: defaultoptions.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:22:32 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:11:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -36,8 +36,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_svtools.hxx" -#include "defaultoptions.hxx" -#include "pathoptions.hxx" +#include <svtools/defaultoptions.hxx> +#include <svtools/pathoptions.hxx> #ifndef _UTL_CONFIGITEM_HXX_ #include <unotools/configitem.hxx> |