diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:37:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 11:37:33 +0000 |
commit | 6edf4420e60f6d5fec33d264874f7386f03cd7ae (patch) | |
tree | 07ae68937c4b2fe762cd6f48ea0af465ddb07e0d | |
parent | 1cd8d49b4b7218c53ff88357fe324d00b6efc3ea (diff) |
INTEGRATION: CWS visibility03 (1.109.54); FILE MERGED
2005/04/06 17:29:16 mhu 1.109.54.2: RESYNC: (1.109-1.110); FILE MERGED
2005/03/26 16:25:35 mhu 1.109.54.1: #i45006# subst includes svtools/sbx with basic/sbx
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 31d62f26d780..a3890f635ed5 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: appuno.cxx,v $ * - * $Revision: 1.110 $ + * $Revision: 1.111 $ * - * last change: $Author: vg $ $Date: 2005-03-23 10:57:57 $ + * last change: $Author: obo $ $Date: 2005-04-13 12:37:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -72,7 +72,7 @@ #include "sfx2/dllapi.h" -#include <svtools/sbx.hxx> +#include <basic/sbx.hxx> #include <svtools/itempool.hxx> #ifndef _SFXRECTITEM_HXX //autogen @@ -91,13 +91,13 @@ #include <tools/config.hxx> #endif #ifndef __SBX_SBXMETHOD_HXX -#include <svtools/sbxmeth.hxx> +#include <basic/sbxmeth.hxx> #endif #ifndef _SB_SBMETH_HXX #include <basic/sbmeth.hxx> #endif #ifndef _SBX_SBXOBJECT_HXX -#include <svtools/sbxobj.hxx> +#include <basic/sbxobj.hxx> #endif #ifndef _SB_SBERRORS_HXX #include <basic/sberrors.hxx> @@ -109,7 +109,7 @@ #include <basic/sbuno.hxx> #endif -#include <svtools/sbxcore.hxx> +#include <basic/sbxcore.hxx> #include <svtools/ownlist.hxx> #include <svtools/lckbitem.hxx> #include <svtools/stritem.hxx> |