diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:09:36 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 18:09:36 +0000 |
commit | b8cb4f3f55b5fbc0d871020363c586f767704b2d (patch) | |
tree | 2be0430a18349b5ae9efcfb34c447bc9cd5791b6 /svx/source/items | |
parent | ccc6bb409ff8d1203cd1de88e6d63e40231be419 (diff) |
INTEGRATION: CWS removedrafts (1.2.672); FILE MERGED
2005/02/17 14:08:03 cd 1.2.672.1: #i42557# Move UNOIDL types from drafts to com
Diffstat (limited to 'svx/source/items')
-rw-r--r-- | svx/source/items/clipfmtitem.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/items/clipfmtitem.cxx b/svx/source/items/clipfmtitem.cxx index 7e527ae3e018..3285c8234cb4 100644 --- a/svx/source/items/clipfmtitem.cxx +++ b/svx/source/items/clipfmtitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: clipfmtitem.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-02-25 16:07:25 $ + * last change: $Author: kz $ $Date: 2005-03-01 19:09:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,8 +67,8 @@ #include <svtools/svstdarr.hxx> #include <clipfmtitem.hxx> -#ifndef _DRAFTS_COM_SUN_STAR_FRAME_STATUS_CLIPBOARDFORMATS_HPP_ -#include <drafts/com/sun/star/frame/status/ClipboardFormats.hpp> +#ifndef _COM_SUN_STAR_FRAME_STATUS_CLIPBOARDFORMATS_HPP_ +#include <com/sun/star/frame/status/ClipboardFormats.hpp> #endif struct SvxClipboardFmtItem_Impl @@ -118,7 +118,7 @@ BOOL SvxClipboardFmtItem::QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemb { USHORT nCount = Count(); - drafts::com::sun::star::frame::status::ClipboardFormats aClipFormats; + ::com::sun::star::frame::status::ClipboardFormats aClipFormats; aClipFormats.Identifiers.realloc( nCount ); aClipFormats.Names.realloc( nCount ); @@ -134,7 +134,7 @@ BOOL SvxClipboardFmtItem::QueryValue( com::sun::star::uno::Any& rVal, BYTE nMemb sal_Bool SvxClipboardFmtItem::PutValue( const ::com::sun::star::uno::Any& rVal, BYTE nMemberId ) { - drafts::com::sun::star::frame::status::ClipboardFormats aClipFormats; + ::com::sun::star::frame::status::ClipboardFormats aClipFormats; if ( rVal >>= aClipFormats ) { USHORT nCount = USHORT( aClipFormats.Identifiers.getLength() ); |