summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-09-10 22:35:39 +0200
commit037d03b9facb414ba6be01fa6ee92fc7ca89f70c (patch)
tree119676e8107fada1b91ef12a72e9bbf7b393729f /framework/inc
parent44ead04eb5fc61a3f56f783adb1509fab440e212 (diff)
Typo: (N|n)ormaly->(N|n)ormally
Change-Id: I96d081f394b0b62d99ec1034bf5e99da9aedd9d9
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/classes/filtercachedata.hxx4
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
-rw-r--r--framework/inc/dispatch/interceptionhelper.hxx2
-rw-r--r--framework/inc/general.h2
-rw-r--r--framework/inc/jobs/jobdata.hxx2
-rw-r--r--framework/inc/threadhelp/transactionmanager.hxx2
6 files changed, 7 insertions, 7 deletions
diff --git a/framework/inc/classes/filtercachedata.hxx b/framework/inc/classes/filtercachedata.hxx
index af9053a233f0..9563878f079b 100644
--- a/framework/inc/classes/filtercachedata.hxx
+++ b/framework/inc/classes/filtercachedata.hxx
@@ -279,7 +279,7 @@ struct Loader
};
// Programmer can register his own services to handle a FileType and intercept dispatches.
-// Don't forget: It's not a FrameLoader - it's a ContentHandler! (normaly without any UI)
+// Don't forget: It's not a FrameLoader - it's a ContentHandler! (normally without any UI)
struct ContentHandler
{
@@ -375,7 +375,7 @@ class PerformanceHash : public ::boost::unordered_map< OUString
PerformanceHash().swap( *this ); // get rid of reserved capacity
}
- // normaly a complete string must match our hash key values ...
+ // normally a complete string must match our hash key values ...
// But sometimes we need a search by using these key values as pattern!
// The in/out parameter "pStepper" is used to return a pointer to found element in hash ...
// and could be used for further searches again, which should be started at next element!
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index db5f7c3c6dfe..dfbf6bf6eca2 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -255,7 +255,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper2<
has to be closed itself (target=_self) ... sometimes its parent frame
has to be closed - BUT(!) it means a parent frame containing a top level
window. _top can't be used then for dispatch - because it address TopFrames
- not frames containg top level windows. So normaly _magic (which btw does not
+ not frames containg top level windows. So normally _magic (which btw does not
exists at the moment .-) ) should be used. So we interpret target=<empty>
as _magic !
diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx
index c338394e5942..e032017d280c 100644
--- a/framework/inc/dispatch/interceptionhelper.hxx
+++ b/framework/inc/dispatch/interceptionhelper.hxx
@@ -256,7 +256,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper3<
/** @short Is called from our owner frame, in case he will be disposed.
@descr We have to relaease all references to him then.
- Normaly we will die by ref count too ...
+ Normally we will die by ref count too ...
*/
virtual void SAL_CALL disposing(const css::lang::EventObject& aEvent)
throw(css::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/framework/inc/general.h b/framework/inc/general.h
index 018eeae067da..bb7d81b63a2c 100644
--- a/framework/inc/general.h
+++ b/framework/inc/general.h
@@ -22,7 +22,7 @@
#include <macros/generic.hxx>
-/* Normaly XInterface isn't used here ...
+/* Normally XInterface isn't used here ...
But we need it to be able to define namespace alias css to anything related to ::com::sun::star
:-) */
#include <com/sun/star/uno/XInterface.hpp>
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index c7715f0f2427..18d01e880891 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -79,7 +79,7 @@ class JobData
/** Some jobs can be registered to "logical events", which are generated on demand if another document event
occurs. E.g. "onDocumentOpened" in case "OnNew" or "OnLoad" was notified to the JobExecutor instance.
- And normaly the original event is transported as parameter set to the executed job. But then such job
+ And normally the original event is transported as parameter set to the executed job. But then such job
can't differ between e.g. "OnNew" and "onDocumentOpened".
That's why we must know, for which type of event the job was really triggered .-)
diff --git a/framework/inc/threadhelp/transactionmanager.hxx b/framework/inc/threadhelp/transactionmanager.hxx
index 8d87a512fbd0..b48ff3015c15 100644
--- a/framework/inc/threadhelp/transactionmanager.hxx
+++ b/framework/inc/threadhelp/transactionmanager.hxx
@@ -89,7 +89,7 @@ enum ERejectReason
m_nA = nA;
}
- Normaly (if E_HARDEXCEPTIONS was used!) creation of guard
+ Normally (if E_HARDEXCEPTIONS was used!) creation of guard
will throw an exception ... but using of E_SOFTEXCEPTIONS suppress it
and member "A" can be set.
*//*-*************************************************************************************************************/