diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 14:52:55 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-28 14:54:12 +0100 |
commit | c1b9402d49a7cd4bec383f28d397d9d89541f0e0 (patch) | |
tree | 29e1c211be6eaf119cb899270bdfc5fd870a7c65 /sd | |
parent | 9a93b3c671835267433b7dc9eb71aa9f1c79dd67 (diff) |
Typos
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/eppt.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/ppt/pptin.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index cf068f327ed0..c5e4b2feac53 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -949,7 +949,7 @@ bool PPTWriter::ImplCreateHyperBlob( SvMemoryStream& rStrm ) // INFO // HIWORD: = 0 : do not change anything - // = 1 : replace the hyperlink with the target and subadress in the following two VTLPWSTR + // = 1 : replace the hyperlink with the target and subaddress in the following two VTLPWSTR // = 2 : delete the hyperlink // LOWORD: = 0 : graphic shown as background (link) // = 1 : graphic shown as shape (link) diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index 6dc99587b90e..ca8ba0d12922 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -370,7 +370,7 @@ bool ImplSdPPTImport::Import() { sal_uInt32 i; - nPropCount /= 6; // 6 propertys a hyperlink + nPropCount /= 6; // 6 properties per hyperlink SdHyperlinkEntry* pHyperlink = 0; for ( i = 0; i < nPropCount; i++ ) @@ -404,7 +404,7 @@ bool ImplSdPPTImport::Import() break; pHyperlink->nStartPos = pHyperlink->nEndPos = -1; - if ( !pHyperlink->aSubAdress.isEmpty() ) // get the converted subadress + if ( !pHyperlink->aSubAdress.isEmpty() ) // get the converted subaddress { sal_uInt32 nPageNumber = 0; OUString aString( pHyperlink->aSubAdress ); |