diff options
author | Gregg King <smokedart@gmail.com> | 2013-02-28 18:11:24 -0400 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-03-02 02:45:55 +0000 |
commit | db7a441342f7a22d23492dbd25b113e9573db192 (patch) | |
tree | e599f39d757a43af20bc16851072c396634da07d /sd | |
parent | 9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff) |
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724
Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b
Reviewed-on: https://gerrit.libreoffice.org/2479
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/ppt/ppt97animations.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/ppt/ppt97animations.hxx b/sd/source/filter/ppt/ppt97animations.hxx index 290832ae6d82..8a876f1f0227 100644 --- a/sd/source/filter/ppt/ppt97animations.hxx +++ b/sd/source/filter/ppt/ppt97animations.hxx @@ -77,7 +77,7 @@ class Ppt97AnimationInfoAtom }; /** this is a helping class for import of PPT 97 animations - 1. use the constructor Ppt97Animation( SvStream& rIn ) to import informations from the stream + 1. use the constructor Ppt97Animation( SvStream& rIn ) to import information from the stream 2. use the set methods to modify and complete the data 3. use the method createAndSetCustomAnimationEffect( ) to create an effect in sd model */ |