summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accselectionhelper.hxx
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/accselectionhelper.hxx
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/accselectionhelper.hxx')
-rw-r--r--sw/source/core/access/accselectionhelper.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sw/source/core/access/accselectionhelper.hxx b/sw/source/core/access/accselectionhelper.hxx
index b7cc4a63631b..2b1e6433c163 100644
--- a/sw/source/core/access/accselectionhelper.hxx
+++ b/sw/source/core/access/accselectionhelper.hxx
@@ -16,10 +16,13 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+
#ifndef _ACCSELECTIONHELPER_HXX_
#define _ACCSELECTIONHELPER_HXX_
+
class SwAccessibleContext;
class SwFEShell;
+
#include <com/sun/star/accessibility/XAccessibleSelection.hpp>
class SwAccessibleSelectionHelper
@@ -27,7 +30,6 @@ class SwAccessibleSelectionHelper
/// the context on which this helper works
SwAccessibleContext& rContext;
-
/// get FE-Shell
SwFEShell* GetFEShell();
@@ -35,11 +37,9 @@ class SwAccessibleSelectionHelper
throw ( ::com::sun::star::lang::IndexOutOfBoundsException );
public:
-
SwAccessibleSelectionHelper( SwAccessibleContext& rContext );
~SwAccessibleSelectionHelper();
-
//===== XAccessibleSelection ============================================
void selectAccessibleChild(
@@ -68,7 +68,6 @@ public:
::com::sun::star::uno::RuntimeException );
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */