diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-30 05:32:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-30 06:14:12 +0300 |
commit | d1ca0f4ed0e30394ce6759a20d4896651dd43051 (patch) | |
tree | af9def17a770c6399e18965c9fb9f3bb4b91b702 /sw | |
parent | 0d341d28f73603670e3b8c639c583229d3c723a6 (diff) |
Bin some pointless comments and reduce some vertical whitespace
Bin pointless '// predeclarations' or '// forward declarations' comments. If
a programmer doesn't know what a forward declaration is, well, why read C++
source code?
Also bin some pointless '// end of namespace foo' comments after namespace
blocks just a handful of lines long, and some superfluous vertical whitespace.
Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/doc.hxx | 1 | ||||
-rw-r--r-- | sw/inc/node.hxx | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index f026587b1407..71ab46719bcd 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -240,7 +240,6 @@ namespace sfx2 { typedef boost::ptr_vector<SwPageDesc> SwPageDescs; -// forward declaration void SetAllScriptItem( SfxItemSet& rSet, const SfxPoolItem& rItem ); // global function to start grammar checking in the document diff --git a/sw/inc/node.hxx b/sw/inc/node.hxx index 843daebc5af5..51bfb2e3edf7 100644 --- a/sw/inc/node.hxx +++ b/sw/inc/node.hxx @@ -32,8 +32,6 @@ #include <memory> #include <vector> -// forward declarations - class SwCntntFrm; class SwCntntNode; class SwDoc; |