From 718f63002e52ad3d80fae148c28c6994592c1c09 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Aug 2018 17:11:07 +0200 Subject: Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ca53ead2b125618d0aceff05d5fdfa374662799 Reviewed-on: https://gerrit.libreoffice.org/58809 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- basic/source/classes/sbxmod.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic') diff --git a/basic/source/classes/sbxmod.cxx b/basic/source/classes/sbxmod.cxx index c26df9c906ee..fd6713b6eb49 100644 --- a/basic/source/classes/sbxmod.cxx +++ b/basic/source/classes/sbxmod.cxx @@ -1920,7 +1920,7 @@ SbMethod::SbMethod( const OUString& r, SbxDataType t, SbModule* p ) nLine2 = 0; refStatics = new SbxArray; mCaller = nullptr; - // HACK due to 'Referenz could not be saved' + // HACK due to 'Reference could not be saved' SetFlag( SbxFlagBits::NoModify ); } @@ -1982,7 +1982,7 @@ bool SbMethod::LoadData( SvStream& rStrm, sal_uInt16 nVer ) nStart = nTempStart; } - // HACK ue to 'Referenz could not be saved' + // HACK due to 'Reference could not be saved' SetFlag( SbxFlagBits::NoModify ); return true; -- cgit