summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accfield.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/access/accfield.cxx')
-rw-r--r--sw/source/core/access/accfield.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/access/accfield.cxx b/sw/source/core/access/accfield.cxx
index fa850a20b091..c6e2d2dc2600 100644
--- a/sw/source/core/access/accfield.cxx
+++ b/sw/source/core/access/accfield.cxx
@@ -169,7 +169,6 @@ uno::Reference< XAccessible > SAL_CALL SwAccessibleField::getAccessibleAtPoint(
return xAcc;
}
-
/**
Get bounding box.
@@ -210,7 +209,6 @@ awt::Point SAL_CALL SwAccessibleField::getLocation()
return aPoint;
}
-
awt::Point SAL_CALL SwAccessibleField::getLocationOnScreen()
throw (RuntimeException, std::exception)
{
@@ -219,7 +217,6 @@ awt::Point SAL_CALL SwAccessibleField::getLocationOnScreen()
return awt::Point( aRect.X,aRect.Y);//aPixPos.X() + aRect.nLeft , aPixPos.Y() + + aRect.nRight );
}
-
awt::Size SAL_CALL SwAccessibleField::getSize()
throw (RuntimeException, std::exception)
{
@@ -236,7 +233,6 @@ void SAL_CALL SwAccessibleField::grabFocus()
return;
}
-
sal_Int32 SAL_CALL SwAccessibleField::getForeground()
throw (::com::sun::star::uno::RuntimeException, std::exception)
{