summaryrefslogtreecommitdiffstats
path: root/svx/source/accessibility/AccessibleShape.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /svx/source/accessibility/AccessibleShape.cxx
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'svx/source/accessibility/AccessibleShape.cxx')
-rw-r--r--svx/source/accessibility/AccessibleShape.cxx35
1 files changed, 0 insertions, 35 deletions
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx
index a352e2b88e68..fd4a9bff049b 100644
--- a/svx/source/accessibility/AccessibleShape.cxx
+++ b/svx/source/accessibility/AccessibleShape.cxx
@@ -192,8 +192,6 @@ void AccessibleShape::Init()
}
-
-
void AccessibleShape::UpdateStates()
{
::utl::AccessibleStateSetHelper* pStateSet =
@@ -269,8 +267,6 @@ bool AccessibleShape::SetState (sal_Int16 aState)
}
-
-
bool AccessibleShape::ResetState (sal_Int16 aState)
{
bool bStateHasChanged = false;
@@ -290,8 +286,6 @@ bool AccessibleShape::ResetState (sal_Int16 aState)
}
-
-
bool AccessibleShape::GetState (sal_Int16 aState)
{
if (aState == AccessibleStateType::FOCUSED && mpText != nullptr)
@@ -347,8 +341,6 @@ sal_Int32 SAL_CALL
}
-
-
/** Forward the request to the shape. Return the requested shape or throw
an exception for a wrong index.
*/
@@ -540,8 +532,6 @@ uno::Reference<XAccessible > SAL_CALL
}
-
-
awt::Rectangle SAL_CALL AccessibleShape::getBounds()
throw (css::uno::RuntimeException, std::exception)
{
@@ -655,8 +645,6 @@ awt::Rectangle SAL_CALL AccessibleShape::getBounds()
}
-
-
awt::Point SAL_CALL AccessibleShape::getLocation()
throw (css::uno::RuntimeException, std::exception)
{
@@ -666,8 +654,6 @@ awt::Point SAL_CALL AccessibleShape::getLocation()
}
-
-
awt::Point SAL_CALL AccessibleShape::getLocationOnScreen()
throw (css::uno::RuntimeException, std::exception)
{
@@ -691,8 +677,6 @@ awt::Point SAL_CALL AccessibleShape::getLocationOnScreen()
}
-
-
awt::Size SAL_CALL AccessibleShape::getSize()
throw (uno::RuntimeException, std::exception)
{
@@ -702,8 +686,6 @@ awt::Size SAL_CALL AccessibleShape::getSize()
}
-
-
sal_Int32 SAL_CALL AccessibleShape::getForeground()
throw (css::uno::RuntimeException, std::exception)
{
@@ -728,8 +710,6 @@ sal_Int32 SAL_CALL AccessibleShape::getForeground()
}
-
-
sal_Int32 SAL_CALL AccessibleShape::getBackground()
throw (css::uno::RuntimeException, std::exception)
{
@@ -787,8 +767,6 @@ void SAL_CALL AccessibleShape::addAccessibleEventListener (
}
-
-
void SAL_CALL AccessibleShape::removeAccessibleEventListener (
const Reference<XAccessibleEventListener >& rxListener)
throw (uno::RuntimeException, std::exception)
@@ -820,8 +798,6 @@ css::uno::Any SAL_CALL
}
-
-
void SAL_CALL
AccessibleShape::acquire()
throw ()
@@ -830,8 +806,6 @@ void SAL_CALL
}
-
-
void SAL_CALL
AccessibleShape::release()
throw ()
@@ -962,8 +936,6 @@ OUString SAL_CALL
}
-
-
uno::Sequence<OUString> SAL_CALL
AccessibleShape::getSupportedServiceNames()
throw (css::uno::RuntimeException, std::exception)
@@ -1250,11 +1222,6 @@ OUString
}
-
-
-
-
-
// protected
void AccessibleShape::disposing()
{
@@ -1314,8 +1281,6 @@ sal_Int32 SAL_CALL
}
-
-
void AccessibleShape::UpdateNameAndDescription()
{
// Ignore missing title, name, or description. There are fallbacks for