summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleGraphicShape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/AccessibleGraphicShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleGraphicShape.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/accessibility/AccessibleGraphicShape.cxx b/svx/source/accessibility/AccessibleGraphicShape.cxx
index c75bad34685c..49cdd0e21ddd 100644
--- a/svx/source/accessibility/AccessibleGraphicShape.cxx
+++ b/svx/source/accessibility/AccessibleGraphicShape.cxx
@@ -39,8 +39,6 @@ AccessibleGraphicShape::AccessibleGraphicShape (
}
-
-
AccessibleGraphicShape::~AccessibleGraphicShape()
{
}
@@ -55,8 +53,6 @@ OUString SAL_CALL AccessibleGraphicShape::getAccessibleImageDescription()
}
-
-
sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageHeight()
throw (css::uno::RuntimeException, std::exception)
{
@@ -64,8 +60,6 @@ sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageHeight()
}
-
-
sal_Int32 SAL_CALL AccessibleGraphicShape::getAccessibleImageWidth()
throw (css::uno::RuntimeException, std::exception)
{
@@ -85,7 +79,6 @@ css::uno::Any SAL_CALL
}
-
void SAL_CALL
AccessibleGraphicShape::acquire()
throw ()
@@ -94,7 +87,6 @@ void SAL_CALL
}
-
void SAL_CALL
AccessibleGraphicShape::release()
throw ()
@@ -111,8 +103,6 @@ OUString SAL_CALL
}
-
-
css::uno::Sequence< OUString> SAL_CALL
AccessibleGraphicShape::getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception)
@@ -148,8 +138,6 @@ uno::Sequence<uno::Type> SAL_CALL
}
-
-
/// Create the base name of this object, i.e. the name without appended number.
OUString
AccessibleGraphicShape::CreateAccessibleBaseName()