diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2018-05-06 06:44:12 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-06 11:59:36 +0200 |
commit | 9c475ed270f1bb8601f312ee43ca2c50bf1790b9 (patch) | |
tree | 571e5996629649fc6219bf36ea1f6e5579843141 /include/svx/postattr.hxx | |
parent | f705883c2a5bfaf24d355b9a41bd613e71fc72e4 (diff) |
svx: remove comment cruft
Change-Id: I8f55407d75bba49b3ebeab80dd7a49d6224959d6
Reviewed-on: https://gerrit.libreoffice.org/53899
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/postattr.hxx')
-rw-r--r-- | include/svx/postattr.hxx | 33 |
1 files changed, 8 insertions, 25 deletions
diff --git a/include/svx/postattr.hxx b/include/svx/postattr.hxx index bcce77a4e5fb..65dee15106d5 100644 --- a/include/svx/postattr.hxx +++ b/include/svx/postattr.hxx @@ -23,12 +23,8 @@ #include <svl/stritem.hxx> #include <svx/svxdllapi.h> -// class SvxPostItAuthorItem --------------------------------------------- - - -/* -The author shorthand symbol of a note -*/ +/** The author shorthand symbol of a note + */ class SVX_DLLPUBLIC SvxPostItAuthorItem: public SfxStringItem { @@ -53,12 +49,8 @@ public: }; -// class SvxPostItDateItem ----------------------------------------------- - - -/* -The date of a note -*/ +/** The date of a note + */ class SVX_DLLPUBLIC SvxPostItDateItem: public SfxStringItem { @@ -82,13 +74,8 @@ public: } }; - -// class SvxPostItTextItem ----------------------------------------------- - - -/* -The text of a note -*/ +/** The text of a note + */ class SVX_DLLPUBLIC SvxPostItTextItem: public SfxStringItem { @@ -113,12 +100,9 @@ public: } }; -// class SvxPostItIdItem ----------------------------------------------- - -/* -The internal id of a note -*/ +/** The internal id of a note + */ class SVX_DLLPUBLIC SvxPostItIdItem: public SfxStringItem { @@ -136,7 +120,6 @@ public: } }; - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |