diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-09-29 18:32:12 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-02 15:18:59 +0000 |
commit | faad24aa3339c9de06ab942ad36b19403de494f2 (patch) | |
tree | b061cc896c0d4fed98acf0fad5f5a300572f2a0d /sw/inc | |
parent | 1cd2575ac974e385202e197e40aa8158924e104e (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')
-rw-r--r-- | sw/inc/editsh.hxx | 4 | ||||
-rw-r--r-- | sw/inc/ndarr.hxx | 1 | ||||
-rw-r--r-- | sw/inc/ndtxt.hxx | 4 |
3 files changed, 0 insertions, 9 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: */ diff --git a/sw/inc/ndarr.hxx b/sw/inc/ndarr.hxx index 56b1cce09a55..ca02795d7694 100644 --- a/sw/inc/ndarr.hxx +++ b/sw/inc/ndarr.hxx @@ -282,7 +282,6 @@ public: SwTxtFmtColl* pTxtColl /*, SwUndo... pUndo*/ ); - /// Create regular text from what was table. sal_Bool TableToText( const SwNodeRange& rRange, sal_Unicode cCh, SwUndoTblToTxt* = 0 ); diff --git a/sw/inc/ndtxt.hxx b/sw/inc/ndtxt.hxx index 6be39445ee11..a2d3378163fc 100644 --- a/sw/inc/ndtxt.hxx +++ b/sw/inc/ndtxt.hxx @@ -159,7 +159,6 @@ class SW_DLLPUBLIC SwTxtNode: public SwCntntNode, public ::sfx2::Metadatable LanguageType nLang, sal_uInt16 nLangWhichId, const Font *pFont, sal_uInt16 nFontWhichId ); - /// Start: Data collected during idle time SW_DLLPRIVATE void SetParaNumberOfWords( sal_uLong nTmpWords ) const; @@ -203,7 +202,6 @@ public: SwWrongList* GetSmartTags(); bool TryCharSetExpandToNum(const SfxItemSet& pCharSet); - /// End: Data collected during idle time protected: @@ -725,7 +723,6 @@ public: inline bool HasHiddenParaField() const { return m_pSwpHints ? m_pSwpHints->HasHiddenParaField() : false; } - /// Hidden Paragraph Field: inline bool HasHiddenCharAttribute( bool bWholePara ) const @@ -738,7 +735,6 @@ public: inline void SetCalcHiddenCharFlags() const { m_bRecalcHiddenCharFlags = true; } - /** @return if the node is hidden due to 1. HiddenParaField 2. HiddenCharAttribute |