summaryrefslogtreecommitdiff
path: root/forms/source/runtime/formoperations.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-19 08:49:11 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-19 09:55:18 +0000
commit186dbb68907a2415b8cb2655aa2d1f4850509fb6 (patch)
tree25fed4018ba0acc6fb7e0c8b8cbb09370e9acf61 /forms/source/runtime/formoperations.cxx
parent8f2522f931df9f1f24ef7016ee64d75fd23af000 (diff)
callcatcher: update unused code
Change-Id: If6e0cbf8544ca7a4668cdc67fcf390d8835b7017
Diffstat (limited to 'forms/source/runtime/formoperations.cxx')
-rw-r--r--forms/source/runtime/formoperations.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index cd95d32ffd66..d337a35bf7cf 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -129,18 +129,15 @@ namespace frm
{
}
-
FormOperations::~FormOperations()
{
}
-
OUString FormOperations::getImplementationName_Static( ) throw(RuntimeException)
{
return OUString( "com.sun.star.comp.forms.FormOperations" );
}
-
Sequence< OUString > FormOperations::getSupportedServiceNames_Static( ) throw(RuntimeException)
{
Sequence< OUString > aNames(1);
@@ -148,13 +145,6 @@ namespace frm
return aNames;
}
-
- Reference< XInterface > SAL_CALL FormOperations::Create(const Reference< XMultiServiceFactory >& _rxFactory )
- {
- return *new FormOperations( comphelper::getComponentContext(_rxFactory) );
- }
-
-
void SAL_CALL FormOperations::initialize( const Sequence< Any >& _arguments ) throw (Exception, RuntimeException, std::exception)
{
if ( m_bConstructed )