summaryrefslogtreecommitdiffstats
path: root/framework/inc
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 /framework/inc
parentResolves: #i119567# wmf in PICT assure correct scaling... (diff)
downloadcore-60fbefc615f8931bf8b952293fc4eb4ac35dafd8.tar.gz
core-60fbefc615f8931bf8b952293fc4eb4ac35dafd8.zip
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/classes/checkediterator.hxx2
-rw-r--r--framework/inc/classes/protocolhandlercache.hxx2
-rw-r--r--framework/inc/classes/wildcard.hxx2
-rw-r--r--framework/inc/framework/framelistanalyzer.hxx6
-rw-r--r--framework/inc/helper/ocomponentaccess.hxx2
-rw-r--r--framework/inc/jobs/helponstartup.hxx2
-rw-r--r--framework/inc/jobs/jobdata.hxx2
-rw-r--r--framework/inc/macros/debug.hxx4
-rw-r--r--framework/inc/services/desktop.hxx2
-rw-r--r--framework/inc/services/logindialog.hxx2
10 files changed, 13 insertions, 13 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index 815707f7076a..637c5c6cb387 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -34,7 +34,7 @@ namespace framework{
We must check for 3 different states of an iterator - normal position, exact end, after end.
It's neccessary to detect if we have not found a entry and must return our default or
default already returned and we must break loop!
- see using in class FilterCache too for further informations!
+ see using in class FilterCache too for further information!
@Attention If your wish to debug this inline code ...
under windows and msdev you can use "set ENVCFLAGS=/Ob0" to do that!
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx
index b57416806a18..e090039aba9e 100644
--- a/framework/inc/classes/protocolhandlercache.hxx
+++ b/framework/inc/classes/protocolhandlercache.hxx
@@ -85,7 +85,7 @@ typedef BaseHash< ProtocolHandler > HandlerHash;
/**
@short this hash makes it easy to find a protocol handler by using his uno implementation name.
- @descr It holds two lists of informations:
+ @descr It holds two lists of information:
- first holds all handler by her uno implementation names and
can be used to get her other properties
- another one maps her registered pattern to her uno names to
diff --git a/framework/inc/classes/wildcard.hxx b/framework/inc/classes/wildcard.hxx
index f80bb88649a1..212d50294771 100644
--- a/framework/inc/classes/wildcard.hxx
+++ b/framework/inc/classes/wildcard.hxx
@@ -137,7 +137,7 @@ class Wildcard
@return -
@onerror Error-conditions are written to file or show in a messagebox.
- Thhat depends from current setting of ASSERT_OUTPUTTYPE. (see debug.hxx for further informations.)
+ Thhat depends from current setting of ASSERT_OUTPUTTYPE. (see debug.hxx for further information.)
*//*-*****************************************************************************************************/
#ifdef ENABLE_CLASSDEBUG
diff --git a/framework/inc/framework/framelistanalyzer.hxx b/framework/inc/framework/framelistanalyzer.hxx
index 12e063c0d53f..951474c3934d 100644
--- a/framework/inc/framework/framelistanalyzer.hxx
+++ b/framework/inc/framework/framelistanalyzer.hxx
@@ -42,7 +42,7 @@ class FWE_DLLPUBLIC FrameListAnalyzer
/** These enums can be combined as flags to enable/disable
special search algorithm during analyze phase.
- see impl_analyze() for further informations.
+ see impl_analyze() for further information.
But note: To be useable as flags, these enums
must be values of range [2^n]! */
enum EDetect
@@ -67,7 +67,7 @@ class FWE_DLLPUBLIC FrameListAnalyzer
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& m_xReferenceFrame;
/** enable/disable some special analyzing steps.
- see impl_analyze() for further informations. */
+ see impl_analyze() for further information. */
sal_uInt32 m_eDetectMode;
/** contains all frames, which uses the same model like the reference frame.
@@ -157,7 +157,7 @@ class FWE_DLLPUBLIC FrameListAnalyzer
public:
- /** starts analyze phase and fille all members with valid informations.
+ /** starts analyze phase and fille all members with valid information.
@param xSupplier
Must be a valid reference to a frames supplier, which provies
diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx
index 2a1a94db595b..669abaf66a07 100644
--- a/framework/inc/helper/ocomponentaccess.hxx
+++ b/framework/inc/helper/ocomponentaccess.hxx
@@ -179,7 +179,7 @@ class OComponentAccess : private ThreadHelpBase , // M
@param "xNode" , root of subtree and start point of search
@param "seqComponents", result list of search. We cant use a return value, we search recursive
- and must collect all informations.
+ and must collect all information.
@return -
@onerror -
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx
index 6f728067da53..6d22c79be635 100644
--- a/framework/inc/jobs/helponstartup.hxx
+++ b/framework/inc/jobs/helponstartup.hxx
@@ -129,7 +129,7 @@ class HelpOnStartup : private ThreadHelpBase
and try to classify this model.
@descr As a result of this operation a module identifier will be returned.
- It can be used against the module configuration then to retrieve further informations.
+ It can be used against the module configuration then to retrieve further information.
@param lArguments
the list of job arguments which is given on our interface method execute().
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index a3510650acc9..629970768922 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -213,7 +213,7 @@ class JobData : private ThreadHelpBase
/**
after a job was successfully executed (by any outside code using our
- informations) it can return a result. This member make it part of this
+ information) it can return a result. This member make it part of this
container too. So it can be used for further things.
We use it also to update our internal state and the configuration
of the job. But note: only the last result will be saved here!
diff --git a/framework/inc/macros/debug.hxx b/framework/inc/macros/debug.hxx
index fe6d961b37cf..ca1e457c876f 100644
--- a/framework/inc/macros/debug.hxx
+++ b/framework/inc/macros/debug.hxx
@@ -37,7 +37,7 @@
#endif
// Enable assertion handling himself AND additional warnings.
// The default logtype is MESSAGEBOX.
- // see "assertion.hxx" for further informations
+ // see "assertion.hxx" for further information
#ifndef ENABLE_ASSERTIONS
#define ENABLE_ASSERTIONS
#endif
@@ -56,7 +56,7 @@
#endif
// Enable assertion handling himself.
// The default logtype is MESSAGEBOX.
- // see "assertion.hxx" for further informations
+ // see "assertion.hxx" for further information
#ifndef ENABLE_ASSERTIONS
#define ENABLE_ASSERTIONS
#endif
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index da9f143eec9b..a4b98ddcb4fd 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -408,7 +408,7 @@ class Desktop : // interfaces
static sal_Bool implcp_removeEventListener ( const css::uno::Reference< css::lang::XEventListener >& xListener );
sal_Bool m_bIsTerminated ; /// check flag to protect us against dispose before terminate!
- /// see dispose() for further informations!
+ /// see dispose() for further information!
#endif // #ifdef ENABLE_ASSERTIONS
diff --git a/framework/inc/services/logindialog.hxx b/framework/inc/services/logindialog.hxx
index 57ef2ea31c7f..cb50a0628c69 100644
--- a/framework/inc/services/logindialog.hxx
+++ b/framework/inc/services/logindialog.hxx
@@ -553,7 +553,7 @@ class LoginDialog : public css::lang::XTypeProvider ,
@seealso OPropertySetHelper
@param -
- @return structure with property-informations
+ @return structure with property-information
@onerror -
*//*-*****************************************************************************************************/