summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Escriche Galindo <xescriche@hotmail.com>2012-04-24 16:06:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-24 16:07:45 +0100
commit6ac292332620737bfe522166f88994097d1a5460 (patch)
tree4a32dc605d31b7e3408242c231d82c791bb9fa5f
parent070dfe4840cfb5854be6aba99dd65b9015ed0a90 (diff)
Remove unused method UnoControlBase::UnoControlBase()
-rw-r--r--toolkit/source/controls/unocontrolbase.cxx8
-rwxr-xr-xunusedcode.easy1
2 files changed, 0 insertions, 9 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 ) );
diff --git a/unusedcode.easy b/unusedcode.easy
index b4fd8698dadf..d1f5e1d7e2bc 100755
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -261,7 +261,6 @@ TempFile::IsValid() const
TextEngine::GetLeftMargin() const
TransferableDataHelper::GetInterface(com::sun::star::datatransfer::DataFlavor const&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&)
TypeDescriptor_Init_Impl::~TypeDescriptor_Init_Impl()
-UnoControlBase::UnoControlBase()
UnoControlModel::UnoControlModel()
VCLUnoHelper::CreatePointer()
VCLXPrinterServer::getImplementationId()