diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-13 17:13:18 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-09-14 22:40:33 +0200 |
commit | 13ea7ab912093d2c890e4533f54c21eca5f4f585 (patch) | |
tree | 0837701b17f73b8d5cc11d42fa95510ec62a96c9 /sd | |
parent | 4cc8558d8e93f57fef057d433e67c5a6c7438233 (diff) |
Fix typo in (my) commit 6f971c4de0d5377a9dd8e010512f5abbd399231e
Change-Id: I6253addfede852c9c954de59c465a8cfd729ddf9
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/ppt/pptin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/pptin.cxx b/sd/source/filter/ppt/pptin.cxx index f35bb59e8c39..fab65ab656fe 100644 --- a/sd/source/filter/ppt/pptin.cxx +++ b/sd/source/filter/ppt/pptin.cxx @@ -433,7 +433,7 @@ bool ImplSdPPTImport::Import() aStringAry[nTokenCount] = OUStringToOString(aString.getToken( 0, (sal_Unicode)',', nPos ), RTL_TEXTENCODING_UTF8); } - while ( ++nTokenCount < SAL_N_ELMENTS(aStringAry) && nPos >= 0 ); + while ( ++nTokenCount < SAL_N_ELEMENTS(aStringAry) && nPos >= 0 ); bool bDocInternalSubAddress = false; |