summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-09-29 18:32:12 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-02 15:18:59 +0000
commitfaad24aa3339c9de06ab942ad36b19403de494f2 (patch)
treeb061cc896c0d4fed98acf0fad5f5a300572f2a0d /sw/inc/editsh.hxx
parent1cd2575ac974e385202e197e40aa8158924e104e (diff)
remove/add blank lines
Conflicts: sw/source/core/unocore/unoprnms.cxx Change-Id: Icc044955b7b9f28d9f237e97865198cd2ded89a1 Reviewed-on: https://gerrit.libreoffice.org/6079 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 0e6e9ed00b6e..c0b4e4d40366 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -97,7 +97,6 @@ class SwAuthEntry;
class SwRewriter;
struct SwConversionArgs;
-
namespace com { namespace sun { namespace star { namespace uno {
template < class > class Sequence;
}}}}
@@ -119,7 +118,6 @@ namespace sw {
#define GETSELTXT_PARABRK_KEEP 1
#define GETSELTXT_PARABRK_TO_ONLYCR 2
-
/// For querying the INet-attributes for Navigator.
struct SwGetINetAttr
{
@@ -299,7 +297,6 @@ public:
SwCharFmt* MakeCharFmt( const String& rName, SwCharFmt* pDerivedFrom = 0 );
SwCharFmt* FindCharFmtByName( const String& rName ) const;
-
/* FormatCollections (new) - Explaining the general naming pattern:
* GetXXXCount() returns the count of xxx in the document.
* GetXXX(i) returns i-th xxx (ERR_RAISE if beyond range!).
@@ -977,7 +974,6 @@ public:
~SwMvContext();
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */