diff options
author | Chris Laplante <mostthingsweb@gmail.com> | 2014-04-18 17:02:13 -0400 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-04-19 03:00:22 +0000 |
commit | 4afb2a6a95fd7ca09542fc128cbb00dd9708b81c (patch) | |
tree | eff7b3f1162b1ee160b7808e519fedb741a72379 /sw/source/core/text/pordrop.hxx | |
parent | 891e6a0be8e835edb102ecb272debe9c4e00b8e8 (diff) |
Finish removing ASCII art from sw/source/core/text
Change-Id: If845234120236f35edb57c767b5debc046e85864
Reviewed-on: https://gerrit.libreoffice.org/9101
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'sw/source/core/text/pordrop.hxx')
-rw-r--r-- | sw/source/core/text/pordrop.hxx | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sw/source/core/text/pordrop.hxx b/sw/source/core/text/pordrop.hxx index 4568fa2349fc..a56d28b684e9 100644 --- a/sw/source/core/text/pordrop.hxx +++ b/sw/source/core/text/pordrop.hxx @@ -29,13 +29,8 @@ class SwFont; class SwDropCapCache; extern SwDropCapCache *pDropCapCache; -/************************************************************************* - * class SwDropPortionPart - * - * A drop portion can consist of one or more parts in order to allow - * attribute changes inside them. - *************************************************************************/ - +// A drop portion can consist of one or more parts in order to allow +// attribute changes inside them. class SwDropPortionPart { SwDropPortionPart* pFollow; @@ -63,10 +58,6 @@ public: void SetJoinBorderWithNext( const bool bJoinNext ) { m_bJoinBorderWithNext = bJoinNext; } }; -/************************************************************************* - * class SwDropPortion - *************************************************************************/ - class SwDropPortion : public SwTxtPortion { friend class SwDropCapCache; |