summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-03-03 18:53:29 +0100
committerMichael Stahl <mstahl@redhat.com>2018-03-05 19:54:43 +0100
commitc92af727f70b0ccc16450bb340f9bff713a42ce1 (patch)
treeeac363ad32c7f0cd5a07b33777c192019bfc3c72 /include
parentebb41767f3669cd2ad3f8208f012f70654bbceb7 (diff)
Translate German variable names
Akt -> Current in ppt filter Change-Id: I06f140d5f9a60b53d815e73ee0b7a2b283a52d79 Reviewed-on: https://gerrit.libreoffice.org/50684 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/svdfppt.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index fe6a294cd9b1..f125dc1b9604 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -569,11 +569,11 @@ protected:
std::unique_ptr<PptSlidePersistList> m_pMasterPages;
std::unique_ptr<PptSlidePersistList> m_pSlidePages;
std::unique_ptr<PptSlidePersistList> m_pNotePages;
- sal_uInt16 nAktPageNum;
+ sal_uInt16 nCurrentPageNum;
sal_uLong nDocStreamPos;
sal_uInt16 nPageColorsNum;
PptPageKind ePageColorsKind;
- PptPageKind eAktPageKind;
+ PptPageKind eCurrentPageKind;
protected:
using SdrEscherImport::ReadObjText;