summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfexport.hxx
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-03-24 12:49:21 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-04-15 19:35:26 +0200
commit5d0f349b976073ab3b3e083adb87dd724f899697 (patch)
tree5630a9e8f2ede822bd7bfb320910e9712769b123 /sw/source/filter/ww8/rtfexport.hxx
parent04ee7404f3d00d6748324b6f60736a9326920b64 (diff)
Translate German variable names
Akt -> Current in ww8 Change-Id: Ib25eb6b796f88441a39bdb71d72542c600f659e1 Reviewed-on: https://gerrit.libreoffice.org/51801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'sw/source/filter/ww8/rtfexport.hxx')
-rw-r--r--sw/source/filter/ww8/rtfexport.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/rtfexport.hxx b/sw/source/filter/ww8/rtfexport.hxx
index 50ba510f4a7d..03f06d5e22b1 100644
--- a/sw/source/filter/ww8/rtfexport.hxx
+++ b/sw/source/filter/ww8/rtfexport.hxx
@@ -69,11 +69,12 @@ public:
/// Guess the script (asian/western).
bool CollapseScriptsforWordOk(sal_uInt16 nScript, sal_uInt16 nWhich) override;
- void AppendBookmarks(const SwTextNode& rNode, sal_Int32 nAktPos, sal_Int32 nLen) override;
+ void AppendBookmarks(const SwTextNode& rNode, sal_Int32 nCurrentPos, sal_Int32 nLen) override;
void AppendBookmark(const OUString& rName) override;
- void AppendAnnotationMarks(const SwTextNode& rNode, sal_Int32 nAktPos, sal_Int32 nLen) override;
+ void AppendAnnotationMarks(const SwTextNode& rNode, sal_Int32 nCurrentPos,
+ sal_Int32 nLen) override;
//For i120928,add an interface to export graphic of bullet
void ExportGrfBullet(const SwTextNode& rNd) override;