[Libreoffice-commits] .: binfilter/bf_sfx2

Joseph Powers jpowers at kemper.freedesktop.org
Thu May 26 22:05:19 PDT 2011


 binfilter/bf_sfx2/source/appl/sfx2_appinit.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 12d7a4953937b9a740a990a189cd1bb7ed278b2d
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Thu May 26 05:25:41 2011 -0700

    Fix UniqueIndex() constructor.
    
    I removed _nInitSize & _nReSize parameters.

diff --git a/binfilter/bf_sfx2/source/appl/sfx2_appinit.cxx b/binfilter/bf_sfx2/source/appl/sfx2_appinit.cxx
index 0569481..235850b 100644
--- a/binfilter/bf_sfx2/source/appl/sfx2_appinit.cxx
+++ b/binfilter/bf_sfx2/source/appl/sfx2_appinit.cxx
@@ -2,7 +2,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -139,7 +139,7 @@ public:
 /*N*/ bool SfxApplication::Initialize_Impl()
 /*N*/ {
 /*N*/
-/*N*/     Reference < XDesktop > xDesktop ( ::legacy_binfilters::getLegacyProcessServiceFactory()->createInstance( 
+/*N*/     Reference < XDesktop > xDesktop ( ::legacy_binfilters::getLegacyProcessServiceFactory()->createInstance(
                                            ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.frame.Desktop" )) ), UNO_QUERY );
 /*N*/     xDesktop->addTerminateListener( new SfxTerminateListener_Impl() );
 /*N*/
@@ -152,7 +152,7 @@ public:
 /*N*/ 	pAppData_Impl->pSfxFrameObjectFactoryPtr = new SfxFrameObjectFactoryPtr;
 /*N*/ 	pAppData_Impl->pSfxFrameObjectFactoryPtr->pSfxFrameObjectFactory = SfxFrameObject::ClassFactory();
 /*N*/
-/*N*/ 	pImp->pEventHdl = new UniqueIndex( 1, 4, 4 );
+/*N*/ 	pImp->pEventHdl = new UniqueIndex( 1 );
 /*N*/
 /*N*/ #ifdef DBG_UTIL
 /*N*/ 	// Der SimplerErrorHandler dient Debugzwecken. In der Product werden


More information about the Libreoffice-commits mailing list