diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 10:06:54 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:22 +0200 |
commit | a148122b0998c1493c4ea4f120826efb16d08946 (patch) | |
tree | adef01e0ce690f3612957ddd15bf5c0f661246cb | |
parent | 0fb30c1e791e5d8d8241a7afb5727327bb9d4bec (diff) |
typo: usualy -> usually
-rw-r--r-- | qadevOOo/runner/helper/OfficeProvider.java | 2 | ||||
-rw-r--r-- | sd/source/filter/eppt/eppt.cxx | 2 | ||||
-rw-r--r-- | sd/source/filter/eppt/epptso.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/helper/OfficeProvider.java b/qadevOOo/runner/helper/OfficeProvider.java index 0ae6cb6dcef5..c339b1c9806c 100644 --- a/qadevOOo/runner/helper/OfficeProvider.java +++ b/qadevOOo/runner/helper/OfficeProvider.java @@ -53,7 +53,7 @@ public class OfficeProvider implements AppProvider private static boolean debug = false; /** - * copy the user layer to a safe place, usualy to $TMP/user_backup$USER + * copy the user layer to a safe place, usually to $TMP/user_backup$USER * @param param * @param msf */ diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index 5b63476eaf0e..68c8fe94ffb2 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -721,7 +721,7 @@ sal_Bool PPTWriter::ImplCreateDocument() .WriteUInt32( (sal_uInt32)4 ) // flags - only bit 3 used, if set then slide contains shapes other than placeholders .WriteInt32( (sal_Int32)0 ) // numberTexts - number of placeholder texts stored with the persist object. Allows to display outline view without loading the slide persist objects .WriteInt32( (sal_Int32)i + 0x100 ) // slideId - Unique slide identifier, used for OLE link monikers for example - .WriteUInt32( (sal_uInt32)0 ); // reserved, usualy 0 + .WriteUInt32( (sal_uInt32)0 ); // reserved, usually 0 if ( !GetPageByIndex( i, NORMAL ) ) // very exciting: once again through all pages return sal_False; diff --git a/sd/source/filter/eppt/epptso.cxx b/sd/source/filter/eppt/epptso.cxx index 52524e16b6c7..1496e069b328 100644 --- a/sd/source/filter/eppt/epptso.cxx +++ b/sd/source/filter/eppt/epptso.cxx @@ -350,7 +350,7 @@ sal_uInt32 PPTWriter::ImplMasterSlideListContainer( SvStream* pStrm ) .WriteUInt32( (sal_uInt32)0 ) // flags - only bit 3 used, if set then slide contains shapes other than placeholders .WriteInt32( (sal_Int32)0 ) // numberTexts - number of placeholder texts stored with the persist object. Allows to display outline view without loading the slide persist objects .WriteInt32( (sal_Int32)( 0x80000000 | i ) ) // slideId - Unique slide identifier, used for OLE link monikers for example - .WriteUInt32( (sal_uInt32)0 ); // reserved, usualy 0 + .WriteUInt32( (sal_uInt32)0 ); // reserved, usually 0 } } return nSize; |