diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:18:32 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 20:18:32 +0000 |
commit | 4a60759047ecc20c270c84a54c6c15fc5d279c79 (patch) | |
tree | d3c9f0b34286d7fd2b88b6338b2136da687e7358 | |
parent | eb1ce1e63873d16141e63979da8427d2fcad3eea (diff) |
INTEGRATION: CWS vgbugs07 (1.5.200); FILE MERGED
2007/06/04 13:31:27 vg 1.5.200.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | svtools/source/config/test/test.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/test/test.cxx b/svtools/source/config/test/test.cxx index 39c07081a5f2..c4b1fe1ce653 100644 --- a/svtools/source/config/test/test.cxx +++ b/svtools/source/config/test/test.cxx @@ -4,9 +4,9 @@ * * $RCSfile: test.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:31:47 $ + * last change: $Author: hr $ $Date: 2007-06-27 21:18:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -47,7 +47,7 @@ // my own includes //_________________________________________________________________________________________________________________ -#include "dynamicmenuoptions.hxx" +#include <svtools/dynamicmenuoptions.hxx> //_________________________________________________________________________________________________________________ // interface includes |