diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:18:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:18:20 +0000 |
commit | 2581c6ef3befeead624b98139c76471ab1b776a3 (patch) | |
tree | 3813d57d6c07ce6a6337a58a811379dbe8887b1b | |
parent | b4b70ec865bb38614f25325281105bd27933ccf6 (diff) |
INTEGRATION: CWS vgbugs07 (1.11.72); FILE MERGED
2007/06/04 13:22:15 vg 1.11.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | basic/source/classes/propacc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/classes/propacc.cxx b/basic/source/classes/propacc.cxx index 928552e46da2..9cabc9ec9ba0 100644 --- a/basic/source/classes/propacc.cxx +++ b/basic/source/classes/propacc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propacc.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: ihi $ $Date: 2007-06-05 15:10:29 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:18:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #include <tools/urlobj.hxx> #include <tools/errcode.hxx> #include <svtools/svarray.hxx> -#include <sbstar.hxx> +#include <basic/sbstar.hxx> #include <sbunoobj.hxx> using com::sun::star::uno::Reference; |