diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:09:51 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:09:51 +0000 |
commit | e3b488f5fbd4c2c99450d84e43cde0dd15862cda (patch) | |
tree | 9fd226c7727c817fa7ceed6e6ef93a63feda9197 /basic | |
parent | d82bb2da2a752c8089d044f62ec5fca42fd850b8 (diff) |
INTEGRATION: CWS visibility03 (1.4.244); FILE MERGED
2005/03/24 18:01:16 mhu 1.4.244.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic')
-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 9407f4ba5b77..71a0dc8b12af 100644 --- a/basic/source/classes/propacc.cxx +++ b/basic/source/classes/propacc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: propacc.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-18 16:28:30 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:09:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,7 +64,7 @@ #include <tools/urlobj.hxx> #include <tools/errcode.hxx> #include <svtools/svarray.hxx> -#include <svtools/sbx.hxx> +#include <sbx.hxx> #include <sbstar.hxx> #include <sbunoobj.hxx> |