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/tox.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/tox.hxx')
-rw-r--r-- | sw/inc/tox.hxx | 29 |
1 files changed, 5 insertions, 24 deletions
diff --git a/sw/inc/tox.hxx b/sw/inc/tox.hxx index 701cf8b2f811..86565aff003c 100644 --- a/sw/inc/tox.hxx +++ b/sw/inc/tox.hxx @@ -42,10 +42,7 @@ class SwDoc; class SwTOXMarks : public std::vector<SwTOXMark*> {}; -/*-------------------------------------------------------------------- - Description: Entry of content index, alphabetical index or user defined index - --------------------------------------------------------------------*/ - +// Entry of content index, alphabetical index or user defined index class SW_DLLPUBLIC SwTOXMark : public SfxPoolItem , public SwModify @@ -148,10 +145,7 @@ public: static void InsertTOXMarks( SwTOXMarks& aMarks, const SwTOXType& rType ); }; -/*-------------------------------------------------------------------- - Description: index types - --------------------------------------------------------------------*/ - +// index types class SwTOXType : public SwModify { public: @@ -171,10 +165,7 @@ private: SwTOXType & operator= (const SwTOXType &); }; -/*-------------------------------------------------------------------- - Description: Structure of the index lines - --------------------------------------------------------------------*/ - +// Structure of the index lines #define FORM_TITLE 0 #define FORM_ALPHA_DELIMITTER 1 #define FORM_PRIMARY_KEY 2 @@ -341,10 +332,7 @@ public: static OUString GetFormAuth(); }; -/*-------------------------------------------------------------------- - Description: Content to create indexes of - --------------------------------------------------------------------*/ - +// Content to create indexes of typedef sal_uInt16 SwTOXElement; namespace nsSwTOXElement { @@ -396,10 +384,7 @@ namespace nsSwTOOElements #define TOX_STYLE_DELIMITER ((sal_Unicode)0x01) -/*-------------------------------------------------------------------- - Description: Class for all indexes - --------------------------------------------------------------------*/ - +// Class for all indexes class SW_DLLPUBLIC SwTOXBase : public SwClient { SwForm aForm; // description of the lines @@ -545,10 +530,6 @@ public: void RegisterToTOXType( SwTOXType& rMark ); }; -/*-------------------------------------------------------------------- - Description: Inlines - --------------------------------------------------------------------*/ - //SwTOXMark inline OUString SwTOXMark::GetAlternativeText() const |