INTEGRATION: CWS fwk33 (1.12.4); FILE MERGED
2006/02/27 12:36:45 mav 1.12.4.1: #i59148# let helper methods be implemented in one library
This commit is contained in:
parent
ec2da10502
commit
314cac8c11
1 changed files with 3 additions and 7 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: olevisual.cxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: kz $ $Date: 2006-02-01 19:06:33 $
|
||||
* last change: $Author: obo $ $Date: 2006-03-24 13:08:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -64,16 +64,12 @@
|
|||
|
||||
#include <oleembobj.hxx>
|
||||
#include <olecomponent.hxx>
|
||||
#include <convert.hxx>
|
||||
|
||||
#include <comphelper/seqstream.hxx>
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
uno::Sequence< sal_Int8 > GetSequenceClassID( sal_uInt32 n1, sal_uInt16 n2, sal_uInt16 n3,
|
||||
sal_uInt8 b8, sal_uInt8 b9, sal_uInt8 b10, sal_uInt8 b11,
|
||||
sal_uInt8 b12, sal_uInt8 b13, sal_uInt8 b14, sal_uInt8 b15 );
|
||||
|
||||
sal_Bool ClassIDsEqual( const uno::Sequence< sal_Int8 >& aClassID1, const uno::Sequence< sal_Int8 >& aClassID2 );
|
||||
|
||||
embed::VisualRepresentation OleEmbeddedObject::GetVisualRepresentationInNativeFormat_Impl(
|
||||
const uno::Reference< io::XStream > xCachedVisRepr )
|
||||
|
|
Loading…
Reference in a new issue