summaryrefslogtreecommitdiff
path: root/include/editeng
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-02-02 12:48:48 +0200
committerTor Lillqvist <tml@collabora.com>2017-02-02 12:50:26 +0200
commitf0ef10cff6e43c78525082183034ccf927ca4d2b (patch)
treede3fa2ddc6cc7b2dcaf0aa7f76f5f2b76d034098 /include/editeng
parent6abbbe70150f4157dd3a858273a39603027ddcba (diff)
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
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/paragraphdata.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/editeng/paragraphdata.hxx b/include/editeng/paragraphdata.hxx
index a80413331da7..6ea49eb2ddf7 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; }
};