From 01198b0d6eed32d8609466ef5c1bffe57f5fc503 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 20 May 2008 18:15:06 +0000 Subject: INTEGRATION: CWS mba30patches01 (1.11.40); FILE MERGED 2008/04/23 10:50:00 mba 1.11.40.2: RESYNC: (1.11-1.12); FILE MERGED 2008/03/18 15:41:00 mba 1.11.40.1: #i86365#: remove unused code --- extensions/source/propctrlr/propertyhandler.cxx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'extensions/source/propctrlr/propertyhandler.cxx') diff --git a/extensions/source/propctrlr/propertyhandler.cxx b/extensions/source/propctrlr/propertyhandler.cxx index 1e112f5e5bd0..5b3eb4919764 100644 --- a/extensions/source/propctrlr/propertyhandler.cxx +++ b/extensions/source/propctrlr/propertyhandler.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: propertyhandler.cxx,v $ - * $Revision: 1.12 $ + * $Revision: 1.13 $ * * This file is part of OpenOffice.org. * @@ -79,22 +79,6 @@ namespace pcr ); } - //-------------------------------------------------------------------- - PropertyHandler::PropertyHandler( const Reference< XMultiServiceFactory >& _rxLegacyFactory ) - :PropertyHandler_Base( m_aMutex ) - ,m_bSupportedPropertiesAreKnown( false ) - ,m_aPropertyListeners( m_aMutex ) - ,m_aContext( _rxLegacyFactory ) - ,m_pInfoService ( new OPropertyInfoService ) - { - DBG_CTOR( PropertyHandler, NULL ); - - m_xTypeConverter = Reference< XTypeConverter >( - m_aContext.createComponent( "com.sun.star.script.Converter" ), - UNO_QUERY_THROW - ); - } - //-------------------------------------------------------------------- PropertyHandler::~PropertyHandler() { -- cgit e='distro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting/Jar_HelloWorld.mk
AgeCommit message (Expand)Author
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-08-17gbuild: register all jarsMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-23fdo#46102: Fix Java script examples after gbuild'ificationStephan Bergmann