From 0a3fe4c281be942e75b498073378b39a6e1a8ba7 Mon Sep 17 00:00:00 2001 From: Chris Laplante Date: Sun, 25 May 2014 21:26:51 -0400 Subject: Remove ASCII art and useless comments from sw module Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2 Reviewed-on: https://gerrit.libreoffice.org/9494 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- sw/inc/txtftn.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sw/inc/txtftn.hxx') diff --git a/sw/inc/txtftn.hxx b/sw/inc/txtftn.hxx index 7ad6dc498e7c..94b2712c2f0a 100644 --- a/sw/inc/txtftn.hxx +++ b/sw/inc/txtftn.hxx @@ -29,8 +29,6 @@ class SwNodes; class SwDoc; class SwFrm; -// ATT_FTN ********************************************************** - class SW_DLLPUBLIC SwTxtFtn : public SwTxtAttr { SwNodeIndex * m_pStartNode; -- cgit