diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2021-10-09 20:29:10 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-10-09 22:38:36 +0200 |
commit | 25c9f041ad078c94321e18361d6df52894865b7f (patch) | |
tree | 6398f1b3f9afbdb42cd93606a95be892493fe5b0 /sd/source | |
parent | df0592cfb16c28b22c0c0331306dd072e7678fce (diff) |
Typo: *adress* -> *address* (except from not translated German parts)
Change-Id: I62e12aed5bc67119433c39ff333f69b79944dca3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123318
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/ppt/pptin.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 18d92a96670e..0472859e6a6f 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -412,13 +412,13 @@ bool ImplSdPPTImport::Import() INetURLObject aUrl( aHyperlink.aTarget, INetProtocol::File ); aHyperlink.aTarget = aUrl.GetMainURL( INetURLObject::DecodeMechanism::NONE ); - if ( !aPropItem.Read( aHyperlink.aSubAdress ) ) + if ( !aPropItem.Read( aHyperlink.aSubAddress ) ) break; - if ( !aHyperlink.aSubAdress.isEmpty() ) // get the converted subaddress + if ( !aHyperlink.aSubAddress.isEmpty() ) // get the converted subaddress { sal_uInt32 nPageNumber = 0; - OUString aString( aHyperlink.aSubAdress ); + OUString aString( aHyperlink.aSubAddress ); OString aStringAry[ 3 ]; size_t nTokenCount = 0; sal_Int32 nPos = 0; |