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 /sfx2 | |
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 'sfx2')
-rw-r--r-- | sfx2/source/bastyp/fltfnc.cxx | 4 | ||||
-rw-r--r-- | sfx2/source/view/viewfrm.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/bastyp/fltfnc.cxx b/sfx2/source/bastyp/fltfnc.cxx index acff8c20e95e..3acc3f0faef4 100644 --- a/sfx2/source/bastyp/fltfnc.cxx +++ b/sfx2/source/bastyp/fltfnc.cxx @@ -936,8 +936,8 @@ void SfxFilterContainer::ReadSingleFilter_Impl( if( aResult >>= lFilterProperties ) { - // collect informations to add filter to container - // (attention: some informations aren't available on filter directly ... you must search for corresponding type too!) + // collect information to add filter to container + // (attention: some information aren't available on filter directly ... you must search for corresponding type too!) sal_Int32 nFlags = 0 ; sal_Int32 nClipboardId = 0 ; sal_Int32 nDocumentIconId = 0 ; diff --git a/sfx2/source/view/viewfrm.cxx b/sfx2/source/view/viewfrm.cxx index 5658727c572e..bdc54c0b505c 100644 --- a/sfx2/source/view/viewfrm.cxx +++ b/sfx2/source/view/viewfrm.cxx @@ -2313,7 +2313,7 @@ void SfxViewFrame::ExecView_Impl //------------------------------------------------------------------------- /* TODO as96863: - This method try to collect informations about the count of currently open documents. + This method try to collect information about the count of currently open documents. But the algorithm is implemented very simple ... E.g. hidden documents should be ignored here ... but they are counted. TODO: export special helper "framework::FrameListAnalyzer" within the framework module |