summaryrefslogtreecommitdiffstats
path: root/sw/inc/splargs.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-20 10:48:55 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-20 10:48:55 +0100
commit4137f39d7b13c0ad2e649d7efb02ecfc14a31a25 (patch)
treec648feebc267f58186c467955ebc76f24854dc5e /sw/inc/splargs.hxx
parentDon't bother mentioning the Tru64 'setld' package format (diff)
downloadcore-4137f39d7b13c0ad2e649d7efb02ecfc14a31a25.tar.gz
core-4137f39d7b13c0ad2e649d7efb02ecfc14a31a25.zip
Revert "fdo#63154 Remove unused solar.h reference in sw."
sal_uIntPtr should only be used to represent pointers cast to integers. This reverts commit 067d08029384af6e620f0fc48e31ff2a740e1fc8.
Diffstat (limited to 'sw/inc/splargs.hxx')
-rw-r--r--sw/inc/splargs.hxx19
1 files changed, 16 insertions, 3 deletions
diff --git a/sw/inc/splargs.hxx b/sw/inc/splargs.hxx
index 75c8224984b4..03938d2912db 100644
--- a/sw/inc/splargs.hxx
+++ b/sw/inc/splargs.hxx
@@ -20,17 +20,21 @@
#define INCLUDED_SW_INC_SPLARGS_HXX
#include <i18nlangtag/lang.h>
+#include <tools/solar.h>
#include <tools/gen.hxx>
#include <limits.h>
class SwTxtNode;
class SwIndex;
class Font;
-
#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
#include <com/sun/star/linguistic2/XSpellChecker1.hpp>
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
+/*************************************************************************
+ * struct SwArgsBase
+ *************************************************************************/
+
struct SwArgsBase // used for text conversion (Hangul/Hanja, ...)
{
@@ -57,9 +61,10 @@ struct SwArgsBase // used for text conversion (Hangul/Hanja, ...)
}
};
-/*
+/*************************************************************************
+ * struct SwConversionArgs
* used for text conversion (Hangul/Hanja, Simplified/Traditional Chinese, ...)
- */
+ *************************************************************************/
struct SwConversionArgs : SwArgsBase
{
@@ -85,6 +90,10 @@ struct SwConversionArgs : SwArgsBase
{}
};
+/*************************************************************************
+ * struct SwSpellArgs
+ *************************************************************************/
+
struct SwSpellArgs : SwArgsBase
{
::com::sun::star::uno::Reference<
@@ -106,6 +115,10 @@ struct SwSpellArgs : SwArgsBase
{}
};
+/*************************************************************************
+ * class SwInterHyphInfo
+ *************************************************************************/
+
// Parameter-class for Hyphenate.
// docedt.cxx: SwDoc::Hyphenate()
// txtedt.cxx: SwTxtNode::Hyphenate()