diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:11:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:11:49 +0000 |
commit | a406c27d5c75cb75aca5dd6ffe97abd80c1c40a6 (patch) | |
tree | 82bb18039ba6ce22a4f8e458e29008323a27795a | |
parent | 3752ca13dc97c4a49c9cceafe23315c05d322d20 (diff) |
INTEGRATION: CWS removedrafts (1.10.46); FILE MERGED
2005/02/17 14:08:05 cd 1.10.46.1: #i42557# Move UNOIDL types from drafts to com
-rw-r--r-- | svx/source/tbxctrls/tbxdrctl.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/tbxctrls/tbxdrctl.cxx b/svx/source/tbxctrls/tbxdrctl.cxx index be322a02ed3a..16d5bfb74b8d 100644 --- a/svx/source/tbxctrls/tbxdrctl.cxx +++ b/svx/source/tbxctrls/tbxdrctl.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxdrctl.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-01-31 09:14:43 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:11:49 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,14 +88,14 @@ #include "tbxcolor.hxx" #include "tbxdraw.hrc" -#ifndef _DRAFTS_COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_ -#include <drafts/com/sun/star/frame/XLayoutManager.hpp> +#ifndef _COM_SUN_STAR_FRAME_XLAYOUTMANAGER_HPP_ +#include <com/sun/star/frame/XLayoutManager.hpp> #endif SFX_IMPL_TOOLBOX_CONTROL(SvxTbxCtlDraw, SfxAllEnumItem); using namespace ::com::sun::star::uno; -using namespace ::drafts::com::sun::star::frame; +using namespace ::com::sun::star::frame; // ----------------------------------------------------------------------- |