diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-13 17:11:07 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-08-29 17:10:21 +0200 |
commit | 718f63002e52ad3d80fae148c28c6994592c1c09 (patch) | |
tree | b0575b45081b0877c932ccd0f42b5514dab8616b /basic | |
parent | ce1d0fd8da41798ab91228cd4fd7e0d713b20e0e (diff) |
Fix typos
Change-Id: I6ca53ead2b125618d0aceff05d5fdfa374662799
Reviewed-on: https://gerrit.libreoffice.org/58809
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbxmod.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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; |