summaryrefslogtreecommitdiff
path: root/sw/inc/splargs.hxx
diff options
context:
space:
mode:
authorChris Laplante <mostthingsweb@gmail.com>2014-04-21 19:28:47 -0400
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 04:39:51 +0000
commitba39f1bf9b29f58b7593f01d552a4f1a42a637cb (patch)
treeab251de2ca0dbb92ab843bfa73c674adebb0ebf5 /sw/inc/splargs.hxx
parentbff954c0c4e5f9acf18bfd9ae796bc5a937b7ff6 (diff)
Finish cleaning up ASCII art in the sw module
Change-Id: If4f11093b791902514dee8e216c92f66b075211d Reviewed-on: https://gerrit.libreoffice.org/9117 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/inc/splargs.hxx')
-rw-r--r--sw/inc/splargs.hxx18
1 files changed, 1 insertions, 17 deletions
diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index 47bc1fbc3fc1..438a2f55ffe9 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -31,10 +31,6 @@ class Font;
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
-/*************************************************************************
- * struct SwArgsBase
- *************************************************************************/
-
struct SwArgsBase // used for text conversion (Hangul/Hanja, ...)
{
SwTxtNode *pStartNode;
@@ -60,11 +56,7 @@ struct SwArgsBase // used for text conversion (Hangul/Hanja, ...)
}
};
-/*************************************************************************
- * struct SwConversionArgs
- * used for text conversion (Hangul/Hanja, Simplified/Traditional Chinese, ...)
- *************************************************************************/
-
+// used for text conversion (Hangul/Hanja, Simplified/Traditional Chinese, ...)
struct SwConversionArgs : SwArgsBase
{
OUString aConvText; // convertible text found
@@ -89,10 +81,6 @@ struct SwConversionArgs : SwArgsBase
{}
};
-/*************************************************************************
- * struct SwSpellArgs
- *************************************************************************/
-
struct SwSpellArgs : SwArgsBase
{
::com::sun::star::uno::Reference<
@@ -114,10 +102,6 @@ struct SwSpellArgs : SwArgsBase
{}
};
-/*************************************************************************
- * class SwInterHyphInfo
- *************************************************************************/
-
// Parameter-class for Hyphenate.
// docedt.cxx: SwDoc::Hyphenate()
// txtedt.cxx: SwTxtNode::Hyphenate()