summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
commit60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch)
tree2a91fcbcb206d60dcc652a336bb9b6813578815e /fpicker
parent7f71ed1c62775a4e5b2efebf55f284a5c32b2df4 (diff)
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/fpsmartcontent.hxx2
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/office/fpsmartcontent.hxx b/fpicker/source/office/fpsmartcontent.hxx
index cc72d777953d..07c5d0393b0d 100644
--- a/fpicker/source/office/fpsmartcontent.hxx
+++ b/fpicker/source/office/fpsmartcontent.hxx
@@ -34,7 +34,7 @@ namespace svt
//====================================================================
//= SmartContent
//====================================================================
- /** a "smart content" which basically wraps an UCB content, but caches some informations
+ /** a "smart content" which basically wraps an UCB content, but caches some information
so that repeatedly recreating it may be faster
*/
class SmartContent
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
index 1689a111e059..fd52d97fbfe6 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
@@ -132,7 +132,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex
*
* The broadcaster will be cached internaly so deregistration will be easy.
* Further all needed information are capsulated within this class (e.g. the listener handler).
- * Nobody outside must know such informations.
+ * Nobody outside must know such information.
*
* Nothing will happen if an inconsistent state will be detected
* (means: double registration will be ignored).