summaryrefslogtreecommitdiff
path: root/svtools/source/graphic/descriptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/source/graphic/descriptor.cxx')
-rw-r--r--svtools/source/graphic/descriptor.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/svtools/source/graphic/descriptor.cxx b/svtools/source/graphic/descriptor.cxx
index 0f55ecfcf701..f9e64af9acef 100644
--- a/svtools/source/graphic/descriptor.cxx
+++ b/svtools/source/graphic/descriptor.cxx
@@ -49,8 +49,6 @@ using namespace ::com::sun::star;
namespace unographic {
-
-
GraphicDescriptor::GraphicDescriptor() :
::comphelper::PropertySetHelper( createPropertySetInfo(), SAL_NO_ACQUIRE ),
mpGraphic( nullptr ),
@@ -153,7 +151,6 @@ void GraphicDescriptor::implCreate( SvStream& rIStm, const OUString* pURL )
}
-
OUString GraphicDescriptor::getImplementationName_Static()
throw()
{
@@ -161,7 +158,6 @@ OUString GraphicDescriptor::getImplementationName_Static()
}
-
uno::Sequence< OUString > GraphicDescriptor::getSupportedServiceNames_Static()
throw( )
{
@@ -170,7 +166,6 @@ uno::Sequence< OUString > GraphicDescriptor::getSupportedServiceNames_Static()
}
-
uno::Any SAL_CALL GraphicDescriptor::queryAggregation( const uno::Type & rType )
throw( uno::RuntimeException, std::exception )
{
@@ -193,7 +188,6 @@ uno::Any SAL_CALL GraphicDescriptor::queryAggregation( const uno::Type & rType )
}
-
uno::Any SAL_CALL GraphicDescriptor::queryInterface( const uno::Type & rType )
throw( uno::RuntimeException, std::exception )
{
@@ -201,7 +195,6 @@ uno::Any SAL_CALL GraphicDescriptor::queryInterface( const uno::Type & rType )
}
-
void SAL_CALL GraphicDescriptor::acquire()
throw()
{
@@ -209,7 +202,6 @@ void SAL_CALL GraphicDescriptor::acquire()
}
-
void SAL_CALL GraphicDescriptor::release()
throw()
{
@@ -217,7 +209,6 @@ void SAL_CALL GraphicDescriptor::release()
}
-
OUString SAL_CALL GraphicDescriptor::getImplementationName()
throw( uno::RuntimeException, std::exception )
{
@@ -231,7 +222,6 @@ sal_Bool SAL_CALL GraphicDescriptor::supportsService( const OUString& ServiceNam
}
-
uno::Sequence< OUString > SAL_CALL GraphicDescriptor::getSupportedServiceNames()
throw( uno::RuntimeException, std::exception )
{
@@ -239,7 +229,6 @@ uno::Sequence< OUString > SAL_CALL GraphicDescriptor::getSupportedServiceNames()
}
-
uno::Sequence< uno::Type > SAL_CALL GraphicDescriptor::getTypes()
throw( uno::RuntimeException, std::exception )
{
@@ -263,7 +252,6 @@ uno::Sequence< sal_Int8 > SAL_CALL GraphicDescriptor::getImplementationId()
}
-
::comphelper::PropertySetInfo* GraphicDescriptor::createPropertySetInfo()
{
SolarMutexGuard aGuard;
@@ -289,7 +277,6 @@ uno::Sequence< sal_Int8 > SAL_CALL GraphicDescriptor::getImplementationId()
}
-
void GraphicDescriptor::_setPropertyValues( const comphelper::PropertyMapEntry** /*ppEntries*/, const uno::Any* /*pValues*/ )
throw( beans::UnknownPropertyException,
beans::PropertyVetoException,
@@ -300,7 +287,6 @@ void GraphicDescriptor::_setPropertyValues( const comphelper::PropertyMapEntry**
}
-
void GraphicDescriptor::_getPropertyValues( const comphelper::PropertyMapEntry** ppEntries, uno::Any* pValues )
throw( beans::UnknownPropertyException, lang::WrappedTargetException, uno::RuntimeException, std::exception )
{