summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accdoc.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-03-20 18:29:12 +0100
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-09-07 22:16:37 +0000
commit314924a2047d2642b2e5163cc5b12074b1763df4 (patch)
treeb6a6417df0069f32fa2cda197c0b8d08bdb68eb9 /sw/source/core/access/accdoc.cxx
parent79bed99d078d3fcc7445a150a70fc085fdcf3d67 (diff)
remove/add blank lines in sw/source/core
Change-Id: I4d0aa521fc4c24f954d2636aa68e968456a829e7 Reviewed-on: https://gerrit.libreoffice.org/2879 Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com> Tested-by: Philipp Riemer <ruderphilipp@gmail.com>
Diffstat (limited to 'sw/source/core/access/accdoc.cxx')
-rw-r--r--sw/source/core/access/accdoc.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/core/access/accdoc.cxx b/sw/source/core/access/accdoc.cxx
index 746146bef5a9..a792739303b6 100644
--- a/sw/source/core/access/accdoc.cxx
+++ b/sw/source/core/access/accdoc.cxx
@@ -20,7 +20,6 @@
#include <vcl/window.hxx>
#include <rootfrm.hxx>
-
#include <com/sun/star/accessibility/AccessibleRole.hpp>
#include <com/sun/star/accessibility/AccessibleStateType.hpp>
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
@@ -40,7 +39,6 @@
const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextDocumentView";
const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessibleDocumentView";
-
using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;
@@ -145,7 +143,6 @@ uno::Reference< XAccessible> SAL_CALL
return SwAccessibleContext::getAccessibleChild( nIndex );
}
-
uno::Reference< XAccessible> SAL_CALL SwAccessibleDocumentBase::getAccessibleParent (void)
throw (uno::RuntimeException)
{
@@ -191,7 +188,6 @@ awt::Rectangle SAL_CALL SwAccessibleDocumentBase::getBounds()
return aBox;
}
-
awt::Point SAL_CALL SwAccessibleDocumentBase::getLocation()
throw (uno::RuntimeException)
{
@@ -207,7 +203,6 @@ awt::Point SAL_CALL SwAccessibleDocumentBase::getLocation()
return aLoc;
}
-
::com::sun::star::awt::Point SAL_CALL SwAccessibleDocumentBase::getLocationOnScreen()
throw (uno::RuntimeException)
{
@@ -223,7 +218,6 @@ awt::Point SAL_CALL SwAccessibleDocumentBase::getLocation()
return aLoc;
}
-
::com::sun::star::awt::Size SAL_CALL SwAccessibleDocumentBase::getSize()
throw (uno::RuntimeException)
{
@@ -288,7 +282,6 @@ void SwAccessibleDocument::GetStates(
rStateSet.AddState( AccessibleStateType::MULTI_SELECTABLE );
}
-
SwAccessibleDocument::SwAccessibleDocument ( SwAccessibleMap* pInitMap ) :
SwAccessibleDocumentBase( pInitMap ),
maSelectionHelper( *this )
@@ -367,7 +360,6 @@ IMPL_LINK( SwAccessibleDocument, WindowChildEventListener, VclSimpleEvent*, pEve
return 0;
}
-
OUString SAL_CALL SwAccessibleDocument::getImplementationName()
throw( uno::RuntimeException )
{