diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-05-25 21:26:51 -0400 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-05-27 01:46:44 -0500 |
commit | 0a3fe4c281be942e75b498073378b39a6e1a8ba7 (patch) | |
tree | fbab34cecc00bb6c2a0d7b74df79aecc7823591e /sw/inc/docstyle.hxx | |
parent | 0f2824b117b65bd9c9db2870edc159419ae0c1d9 (diff) |
Remove ASCII art and useless comments from sw module
Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2
Reviewed-on: https://gerrit.libreoffice.org/9494
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sw/inc/docstyle.hxx')
-rw-r--r-- | sw/inc/docstyle.hxx | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sw/inc/docstyle.hxx b/sw/inc/docstyle.hxx index fe2f411eb24b..c93984daedee 100644 --- a/sw/inc/docstyle.hxx +++ b/sw/inc/docstyle.hxx @@ -36,9 +36,7 @@ class SwTxtFmtColl; class SwFrmFmt; class SwNumRule; -/*-------------------------------------------------------------------- - Local helper class. - --------------------------------------------------------------------*/ +// Local helper class. class SwPoolFmtList : public std::vector<OUString> { public: @@ -47,9 +45,7 @@ public: void Erase(); }; -/*-------------------------------------------------------------------- - Temporary StyleSheet. - --------------------------------------------------------------------*/ +// Temporary StyleSheet. class SW_DLLPUBLIC SwDocStyleSheet : public SfxStyleSheetBase { friend class SwDocStyleSheetPool; @@ -147,10 +143,7 @@ public: virtual bool IsUsed() const SAL_OVERRIDE; }; -/*-------------------------------------------------------------------- - Iterator for Pool. - --------------------------------------------------------------------*/ - +// Iterator for Pool. class SwStyleSheetIterator : public SfxStyleSheetIterator, public SfxListener { rtl::Reference< SwDocStyleSheet > mxIterSheet; |