summaryrefslogtreecommitdiff
path: root/sw/inc/txtatr.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-05-25 21:26:51 -0400
committerNoel Grandin <noelgrandin@gmail.com>2014-05-27 01:46:44 -0500
commit0a3fe4c281be942e75b498073378b39a6e1a8ba7 (patch)
treefbab34cecc00bb6c2a0d7b74df79aecc7823591e /sw/inc/txtatr.hxx
parent0f2824b117b65bd9c9db2870edc159419ae0c1d9 (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/txtatr.hxx')
-rw-r--r--sw/inc/txtatr.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/inc/txtatr.hxx b/sw/inc/txtatr.hxx
index b727106b41f5..b8720b09ec6f 100644
--- a/sw/inc/txtatr.hxx
+++ b/sw/inc/txtatr.hxx
@@ -29,8 +29,6 @@ namespace sw {
class MetaFieldManager;
}
-// ATT_CHARFMT *********************************************
-
class SwTxtCharFmt : public SwTxtAttrEnd
{
SwTxtNode * m_pTxtNode;
@@ -51,7 +49,6 @@ public:
sal_uInt16 GetSortNumber() const { return m_nSortNumber; }
};
-// ******************************
class SwTxtAttrNesting : public SwTxtAttrEnd
{
@@ -80,7 +77,6 @@ public:
void ChgTxtNode(SwTxtNode * const pNode);
};
-// ******************************
class SW_DLLPUBLIC SwTxtRuby : public SwTxtAttrNesting, public SwClient
{