summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-19 22:35:47 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-20 11:42:36 +0200
commitc3f9fa6f3a18ffe088a1fbc6280ade296967e66a (patch)
tree22d3816c62e685752232ad380e65edff9b9f6927 /sw/source/filter/inc
parent558352495a79a7db644c21b4581409f172996c24 (diff)
sw: WW8 export: GetPseudoCharRuns() parameter bSplitOnCharSet is obsolete
Change-Id: Icd1fbf247e63c92c8a51de78eb70e9b8e5f03b5e
Diffstat (limited to 'sw/source/filter/inc')
-rw-r--r--sw/source/filter/inc/msfilter.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/sw/source/filter/inc/msfilter.hxx b/sw/source/filter/inc/msfilter.hxx
index 8c9dc5d87755..9b1c2551e271 100644
--- a/sw/source/filter/inc/msfilter.hxx
+++ b/sw/source/filter/inc/msfilter.hxx
@@ -445,11 +445,6 @@ namespace sw
@param nStart
The position in the TextNode to start processing from
- @param bSplitOnCharSet
- Set to true is we want to split on ranges of characters that
- share a plausible charset for export to e.g. WW7- or perhaps
- RTF format, not necessary for a unicode aware format like WW8+
-
@return STL container of CharRuns which describe the shared
direction, script and optionally script of the contiguous sequences
of characters
@@ -460,7 +455,7 @@ namespace sw
@see #i22537# for example
*/
CharRuns GetPseudoCharRuns(const SwTextNode& rTextNd,
- sal_Int32 nStart = 0, bool bSplitOnCharSet = false);
+ sal_Int32 nStart = 0);
}
}