summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility/AccessibleComponentBase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/accessibility/AccessibleComponentBase.cxx')
-rw-r--r--editeng/source/accessibility/AccessibleComponentBase.cxx26
1 files changed, 0 insertions, 26 deletions
diff --git a/editeng/source/accessibility/AccessibleComponentBase.cxx b/editeng/source/accessibility/AccessibleComponentBase.cxx
index 61cb5833b741..5feb3d0a1286 100644
--- a/editeng/source/accessibility/AccessibleComponentBase.cxx
+++ b/editeng/source/accessibility/AccessibleComponentBase.cxx
@@ -41,8 +41,6 @@ AccessibleComponentBase::AccessibleComponentBase()
}
-
-
AccessibleComponentBase::~AccessibleComponentBase()
{
}
@@ -61,8 +59,6 @@ sal_Bool SAL_CALL AccessibleComponentBase::containsPoint (
}
-
-
uno::Reference<XAccessible > SAL_CALL
AccessibleComponentBase::getAccessibleAtPoint (
const awt::Point& /*aPoint*/)
@@ -72,8 +68,6 @@ uno::Reference<XAccessible > SAL_CALL
}
-
-
awt::Rectangle SAL_CALL AccessibleComponentBase::getBounds()
throw (uno::RuntimeException, std::exception)
{
@@ -81,8 +75,6 @@ awt::Rectangle SAL_CALL AccessibleComponentBase::getBounds()
}
-
-
awt::Point SAL_CALL AccessibleComponentBase::getLocation()
throw (css::uno::RuntimeException, std::exception)
{
@@ -91,8 +83,6 @@ awt::Point SAL_CALL AccessibleComponentBase::getLocation()
}
-
-
awt::Point SAL_CALL AccessibleComponentBase::getLocationOnScreen()
throw (css::uno::RuntimeException, std::exception)
{
@@ -100,8 +90,6 @@ awt::Point SAL_CALL AccessibleComponentBase::getLocationOnScreen()
}
-
-
css::awt::Size SAL_CALL AccessibleComponentBase::getSize()
throw (css::uno::RuntimeException, std::exception)
{
@@ -110,8 +98,6 @@ css::awt::Size SAL_CALL AccessibleComponentBase::getSize()
}
-
-
void SAL_CALL AccessibleComponentBase::addFocusListener (
const css::uno::Reference<
css::awt::XFocusListener >& /*xListener*/)
@@ -121,8 +107,6 @@ void SAL_CALL AccessibleComponentBase::addFocusListener (
}
-
-
void SAL_CALL AccessibleComponentBase::removeFocusListener (const css::uno::Reference<
css::awt::XFocusListener >& /*xListener*/ )
throw (css::uno::RuntimeException)
@@ -131,8 +115,6 @@ void SAL_CALL AccessibleComponentBase::removeFocusListener (const css::uno::Refe
}
-
-
void SAL_CALL AccessibleComponentBase::grabFocus()
throw (css::uno::RuntimeException, std::exception)
{
@@ -148,8 +130,6 @@ void SAL_CALL AccessibleComponentBase::grabFocus()
}
-
-
sal_Int32 SAL_CALL AccessibleComponentBase::getForeground()
throw (css::uno::RuntimeException, std::exception)
{
@@ -157,8 +137,6 @@ sal_Int32 SAL_CALL AccessibleComponentBase::getForeground()
}
-
-
sal_Int32 SAL_CALL AccessibleComponentBase::getBackground()
throw (css::uno::RuntimeException, std::exception)
{
@@ -166,8 +144,6 @@ sal_Int32 SAL_CALL AccessibleComponentBase::getBackground()
}
-
-
// XAccessibleExtendedComponent
css::uno::Reference< css::awt::XFont > SAL_CALL
@@ -178,8 +154,6 @@ css::uno::Reference< css::awt::XFont > SAL_CALL
}
-
-
OUString SAL_CALL AccessibleComponentBase::getTitledBorderText()
throw (css::uno::RuntimeException, std::exception)
{