summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-11-26 15:17:08 +0000
committerRüdiger Timm <rt@openoffice.org>2004-11-26 15:17:08 +0000
commitb95732d3df1470a344d838c278fb20609c133352 (patch)
treeb2029388ad575b81f68fb0e8e79870802b85b5f9 /sfx2/source/statbar
parent8c8b345f7a29f9264a1acf974f0534e372a94fc3 (diff)
INTEGRATION: CWS cd03 (1.4.86); FILE MERGED
2004/11/10 12:04:44 cd 1.4.86.1: #i35322# SvGlobalName has a new ctor, correct usage has therefor changed - fixed now
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index 396e65b68eb9..1a3a8d07caf7 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: stbitem.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-09-09 16:56:47 $
+ * last change: $Author: rt $ $Date: 2004-11-26 16:17:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,7 +166,7 @@ svt::StatusbarController* SAL_CALL SfxStatusBarControllerFactory(
{
// Get tunnel from model to retrieve the SfxObjectShell pointer from it
::com::sun::star::uno::Reference < ::com::sun::star::lang::XUnoTunnel > xObj( xModel, uno::UNO_QUERY );
- ::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();
if ( xObj.is() )
{
sal_Int64 nHandle = xObj->getSomething( aSeq );