include/editeng/paragraphdata.hxx | 8 -------- 1 file changed, 8 deletions(-)
New commits: commit f0ef10cff6e43c78525082183034ccf927ca4d2b Author: Tor Lillqvist <[email protected]> Date: Thu Feb 2 12:48:48 2017 +0200 Bin meaningless and non-informative comments Two translations from German that didn't really say anything useful, and two just pointless ones. Change-Id: Ic2963805fbf8a576d73132e1c03872e5fa76ff70 diff --git a/include/editeng/paragraphdata.hxx b/include/editeng/paragraphdata.hxx index a804133..6ea49eb 100644 --- a/include/editeng/paragraphdata.hxx +++ b/include/editeng/paragraphdata.hxx @@ -23,12 +23,6 @@ #include <vector> #include <sal/types.h> -// Only for internal use, oder some kind like hPara for the few -// functions where you need it outside ( eg. moving paragraphs... ) - -// Unfortunately NOT only local (formerly in outliner.hxx), but also -// used in outlobj.hxx. Moved to own header - class ParagraphData { friend class Paragraph; @@ -45,10 +39,8 @@ public: ParagraphData& operator=( const ParagraphData& ); - // compare operator bool operator==(const ParagraphData& rCandidate) const; - // data read access sal_Int16 getDepth() const { return nDepth; } }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
