diff options
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 ); |