summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2018-03-24 13:38:25 +0100
committerBartosz Kosiorek <gang65@poczta.onet.pl>2018-03-28 18:11:10 +0200
commitcc39342305af736e8b127af49df4af8998767ba0 (patch)
tree014dfebb1e8aaf6b90769e0a45cf7287c53a0a69 /include/filter
parent6a189b2ac72d5fb83199bdb09e41f7d088440cc9 (diff)
Translate German function names
Akt -> Current in ppt filter Change-Id: Id32efb885e5e1b04c7fd8f3ce0f21537b2e7576c Reviewed-on: https://gerrit.libreoffice.org/51800 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'include/filter')
-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 d06c1a4c4e42..0c25f15ad63e 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -578,7 +578,7 @@ protected:
protected:
using SdrEscherImport::ReadObjText;
- bool SeekToAktPage(DffRecordHeader* pRecHd) const;
+ bool SeekToCurrentPage(DffRecordHeader* pRecHd) const;
bool SeekToDocument(DffRecordHeader* pRecHd) const;
static bool SeekToContentOfProgTag(
sal_Int32 nVersion,
@@ -607,7 +607,7 @@ protected:
SdrPage* MakeBlancPage(bool bMaster) const;
bool ReadFontCollection();
PptSlidePersistList* GetPageList(PptPageKind ePageKind) const;
- sal_uInt32 GetAktPageId();
+ sal_uInt32 GetCurrentPageId();
sal_uInt32 GetMasterPageId(sal_uInt16 nPageNum, PptPageKind ePageKind) const;
sal_uInt32 GetNotesPageId(sal_uInt16 nPageNum ) const;
static SdrOutliner* GetDrawOutliner( SdrTextObj const * pSdrText );