diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:08:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-03-24 12:08:44 +0000 |
commit | 314cac8c1195d8ea36bcfb3a00c4bfabfe68fbe1 (patch) | |
tree | 6f0d0717ebeead498c6fc0651270889e4609f942 | |
parent | ec2da1050291e1a99b526cc9d320501e2b16d56a (diff) |
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
-rw-r--r-- | embeddedobj/source/msole/olevisual.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/embeddedobj/source/msole/olevisual.cxx b/embeddedobj/source/msole/olevisual.cxx index d93df22990fb..a519014cc7fb 100644 --- a/embeddedobj/source/msole/olevisual.cxx +++ b/embeddedobj/source/msole/olevisual.cxx @@ -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 ) |