diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:14:16 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:14:16 +0000 |
commit | 45f30b7eafdce87db507b165042d69217b35ed2b (patch) | |
tree | 924cf8061de61661abe99505cdc42e4696029fcc | |
parent | 5eb6d9e05d85eeb4f8212948016f1b8e11d48086 (diff) |
INTEGRATION: CWS vgbugs07 (1.12.200); FILE MERGED
2007/06/04 13:31:26 vg 1.12.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index 7e5c0830fe21..4ff271de591d 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -4,9 +4,9 @@ * * $RCSfile: menuoptions.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:26:43 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:14:16 $ * * 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 "menuoptions.hxx" +#include <svtools/menuoptions.hxx> #ifndef _UTL_CONFIGMGR_HXX_ #include <unotools/configmgr.hxx> |