summaryrefslogtreecommitdiff
path: root/sd
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 /sd
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 'sd')
-rw-r--r--sd/source/filter/ppt/pptin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx
index 6bf664f8a797..d93fa3dd8280 100644
--- a/sd/source/filter/ppt/pptin.cxx
+++ b/sd/source/filter/ppt/pptin.cxx
@@ -769,7 +769,7 @@ bool ImplSdPPTImport::Import()
ProcessData aProcessData( (*pList)[ nCurrentPageNum ], SdPageCapsule(pMPage) );
sal_uInt32 nFPosMerk = rStCtrl.Tell();
DffRecordHeader aPageHd;
- if ( SeekToAktPage( &aPageHd ) )
+ if ( SeekToCurrentPage( &aPageHd ) )
{
auto nEndRecPos = SanitizeEndPos(rStCtrl, aPageHd.GetRecEndFilePos());
while( ( rStCtrl.GetError() == ERRCODE_NONE ) && ( rStCtrl.Tell() < nEndRecPos ) )
@@ -932,7 +932,7 @@ bool ImplSdPPTImport::Import()
// CWS preseng01: pPage->SetPageKind( PageKind::Standard );
DffRecordHeader aPageHd;
- if ( SeekToAktPage( &aPageHd ) )
+ if ( SeekToCurrentPage( &aPageHd ) )
{
bool bNewAnimationsUsed = false;
@@ -1525,7 +1525,7 @@ void ImplSdPPTImport::ImportPageEffect( SdPage* pPage, const bool bNewAnimations
}
}
DffRecordHeader aPageRecHd;
- if ( SeekToAktPage( &aPageRecHd ) )
+ if ( SeekToCurrentPage( &aPageRecHd ) )
{
sal_uLong nPageRecEnd = SanitizeEndPos(rStCtrl, aPageRecHd.GetRecEndFilePos());