diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:01:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-10-04 20:01:20 +0000 |
commit | 3c37e86071713cc6d85f5004fbb53bc53b39e5fd (patch) | |
tree | 253a7f09700895ddd569a91564c9a66b1c92ba66 /sfx2 | |
parent | 62c258ef4b75a520c1eab002ea36c2cc128af83c (diff) |
INTEGRATION: CWS mav09 (1.35.6); FILE MERGED
2004/09/16 23:59:50 mav 1.35.6.2: RESYNC: (1.35-1.38); FILE MERGED
2004/07/16 14:49:27 mba 1.35.6.1: #i27773#: new interface between SvGlobalName and UUID Sequence
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/toolbox/tbxitem.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/toolbox/tbxitem.cxx b/sfx2/source/toolbox/tbxitem.cxx index 13d297f39a83..aac72de9f6d4 100644 --- a/sfx2/source/toolbox/tbxitem.cxx +++ b/sfx2/source/toolbox/tbxitem.cxx @@ -2,9 +2,9 @@ * * $RCSfile: tbxitem.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: obo $ $Date: 2004-09-09 16:57:16 $ + * last change: $Author: kz $ $Date: 2004-10-04 21:01:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -231,7 +231,7 @@ svt::ToolboxController* SAL_CALL SfxToolBoxControllerFactory( const Reference< X ::com::sun::star::uno::Reference < ::com::sun::star::lang::XUnoTunnel > xObj( xModel, UNO_QUERY ); if ( xObj.is() ) { - ::com::sun::star::uno::Sequence < sal_Int8 > aSeq( (sal_Int8*) SvGlobalName( SFX_GLOBAL_CLASSID ).GetBytes(), 16 ); + ::com::sun::star::uno::Sequence < sal_Int8 > aSeq = SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSequence(); sal_Int64 nHandle = xObj->getSomething( aSeq ); if ( nHandle ) pObjShell = (SfxObjectShell*) (sal_Int32*) nHandle; |