summaryrefslogtreecommitdiffstats
path: root/svx/source/accessibility/AccessibleOLEShape.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/accessibility/AccessibleOLEShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleOLEShape.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/svx/source/accessibility/AccessibleOLEShape.cxx b/svx/source/accessibility/AccessibleOLEShape.cxx
index 4577ccf6bb1a..e41fa8f1af61 100644
--- a/svx/source/accessibility/AccessibleOLEShape.cxx
+++ b/svx/source/accessibility/AccessibleOLEShape.cxx
@@ -39,8 +39,6 @@ AccessibleOLEShape::AccessibleOLEShape (
}
-
-
AccessibleOLEShape::~AccessibleOLEShape()
{
}
@@ -53,8 +51,6 @@ sal_Int32 SAL_CALL AccessibleOLEShape::getAccessibleActionCount()
}
-
-
sal_Bool SAL_CALL AccessibleOLEShape::doAccessibleAction (sal_Int32 /*nIndex*/)
throw (lang::IndexOutOfBoundsException, uno::RuntimeException, std::exception)
{
@@ -62,8 +58,6 @@ sal_Bool SAL_CALL AccessibleOLEShape::doAccessibleAction (sal_Int32 /*nIndex*/)
}
-
-
OUString SAL_CALL AccessibleOLEShape::getAccessibleActionDescription (sal_Int32 /*nIndex*/)
throw (css::lang::IndexOutOfBoundsException,
css::uno::RuntimeException, std::exception)
@@ -72,8 +66,6 @@ OUString SAL_CALL AccessibleOLEShape::getAccessibleActionDescription (sal_Int32
}
-
-
Reference<XAccessibleKeyBinding> SAL_CALL AccessibleOLEShape::getAccessibleActionKeyBinding (sal_Int32 /*nIndex*/)
throw (css::lang::IndexOutOfBoundsException,
css::uno::RuntimeException, std::exception)
@@ -94,7 +86,6 @@ css::uno::Any SAL_CALL
}
-
void SAL_CALL
AccessibleOLEShape::acquire()
throw ()
@@ -103,7 +94,6 @@ void SAL_CALL
}
-
void SAL_CALL
AccessibleOLEShape::release()
throw ()
@@ -120,8 +110,6 @@ OUString SAL_CALL
}
-
-
css::uno::Sequence< OUString> SAL_CALL
AccessibleOLEShape::getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception)