diff options
author | Xavi Escriche Galindo <xescriche@hotmail.com> | 2012-04-24 16:06:00 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-24 16:07:45 +0100 |
commit | 6ac292332620737bfe522166f88994097d1a5460 (patch) | |
tree | 4a32dc605d31b7e3408242c231d82c791bb9fa5f /toolkit | |
parent | 070dfe4840cfb5854be6aba99dd65b9015ed0a90 (diff) |
Remove unused method UnoControlBase::UnoControlBase()
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/unocontrolbase.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/toolkit/source/controls/unocontrolbase.cxx b/toolkit/source/controls/unocontrolbase.cxx index dc95decea043..1de88494be63 100644 --- a/toolkit/source/controls/unocontrolbase.cxx +++ b/toolkit/source/controls/unocontrolbase.cxx @@ -39,14 +39,6 @@ // class UnoControlBase // ---------------------------------------------------- -UnoControlBase::UnoControlBase() - :UnoControl( ::comphelper::getProcessServiceFactory() ) -{ - OSL_ENSURE( false, "UnoControlBase::UnoControlBase: not implemented. Well, not really." ); - // just implemented to let the various FooImplInheritanceHelper compile, you should use the - // version taking a service factory -} - sal_Bool UnoControlBase::ImplHasProperty( sal_uInt16 nPropId ) { ::rtl::OUString aPropName( GetPropertyName( nPropId ) ); |