diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:35:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:35:15 +0000 |
commit | 83758295b882cc2f1379bbdc2f424049f381a2ef (patch) | |
tree | 23223802a606b7142d8b9f56a5d4539dc0888b2a /framework/source | |
parent | c86a7585a5f912f4c26a3eed966f72df98eff0eb (diff) |
INTEGRATION: CWS removedrafts (1.13.204); FILE MERGED
2005/02/17 12:47:38 cd 1.13.204.1: #i42557# move UNOIDL types from drafts to com
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/classes/taskcreator.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/classes/taskcreator.cxx b/framework/source/classes/taskcreator.cxx index 715f8c66b557..9325308e647c 100644 --- a/framework/source/classes/taskcreator.cxx +++ b/framework/source/classes/taskcreator.cxx @@ -2,9 +2,9 @@ * * $RCSfile: taskcreator.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: kz $ $Date: 2004-02-25 17:45:37 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:35:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -103,8 +103,8 @@ #include <com/sun/star/frame/XFramesSupplier.hpp> #endif -#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 #ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_ |