summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:12:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-09 10:12:07 +0100
commit94bc29cb71d08ebe039d5ce5b6b2762ac24cbb8f (patch)
treeb24cede14403ab264d7f7684df3d603a15d2f010 /framework
parent332fffe3b8cd51576c42762e5e9751464777f2ca (diff)
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
Diffstat (limited to 'framework')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx8
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx2
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx2
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx2
-rw-r--r--framework/inc/interaction/quietinteraction.hxx2
-rw-r--r--framework/inc/recording/dispatchrecordersupplier.hxx2
-rw-r--r--framework/inc/services/desktop.hxx2
-rw-r--r--framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java2
-rw-r--r--framework/source/accelerators/documentacceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/globalacceleratorconfiguration.cxx2
-rw-r--r--framework/source/accelerators/moduleacceleratorconfiguration.cxx2
-rw-r--r--framework/source/dispatch/mailtodispatcher.cxx2
-rw-r--r--framework/source/fwe/helper/titlehelper.cxx6
-rw-r--r--framework/source/inc/accelerators/acceleratorconfiguration.hxx2
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx8
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
-rw-r--r--framework/source/jobs/jobresult.cxx4
-rw-r--r--framework/source/recording/dispatchrecordersupplier.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx8
-rw-r--r--framework/source/services/frame.cxx2
-rw-r--r--framework/source/services/modulemanager.cxx2
-rw-r--r--framework/source/services/pathsettings.cxx2
22 files changed, 35 insertions, 35 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index ba13b052caa5..fff1ac4d35be 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -96,7 +96,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
//---------------------------------------
/** @short used for asynchronous callbacks within the main thread.
- @descr Internaly we work asynchronous. Because our callis
+ @descr Internally we work asynchronous. Because our callis
are not aware, that her request can kill its own environment ... */
::vcl::EventPoster m_aAsyncCallback;
@@ -114,7 +114,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
ListenerHash m_lStatusListener;
//---------------------------------------
- /** @short holded alive for internaly asynchronous operations! */
+ /** @short holded alive for internally asynchronous operations! */
css::uno::Reference< css::frame::XDispatchResultListener > m_xResultListener;
SystemWindow* m_pSysWindow;
@@ -132,7 +132,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
@param rxContext
an un oservice manager, which is needed to create uno resource
- internaly.
+ internally.
@param xFrame
the frame where the corresponding dispatch was started.
@@ -181,7 +181,7 @@ class CloseDispatcher : // baseclasses ... order is necessary for right initiali
//---------------------------------------
/** @short a callback for asynchronous started operations.
- @descr As already mentione, we make internaly all operations
+ @descr As already mentione, we make internally all operations
asynchronous. Otherwise our callis kill its own environment
during they call us ...
*/
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index 6c6e9283393f..53ad483d8dcd 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -44,7 +44,7 @@ namespace framework{
/**
@descr We know some special dispatch objects with different functionality.
- The can be created internaly by the following DispatchProvider.
+ The can be created internally by the following DispatchProvider.
Here we define some identifier to force creation of the right one.
*/
enum EDispatchHelper
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index e5bbeb8d01fb..bb6f6342427c 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -89,7 +89,7 @@ class StartModuleDispatcher : // baseclasses ... order is necessary for right in
@param xContext
an UNO service manager, which is needed to create UNO resource
- internaly.
+ internally.
@param xFrame
the frame where the corresponding dispatch was started.
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index 4d8b486f184b..f97cadbe4dc2 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -138,7 +138,7 @@ typedef ::std::vector< IndicatorInfo > IndicatorStack;
//===============================================
/** @short implement a factory service to create new status indicator objects
- @descr Internaly it uses:
+ @descr Internally it uses:
- a vcl based
- or an uno based and by the frame layouted
progress implementation.
diff --git a/framework/inc/interaction/quietinteraction.hxx b/framework/inc/interaction/quietinteraction.hxx
index 69da3a330520..93cc62a34fb7 100644
--- a/framework/inc/interaction/quietinteraction.hxx
+++ b/framework/inc/interaction/quietinteraction.hxx
@@ -89,7 +89,7 @@ class QuietInteraction : private ThreadHelpBase
/**
@short return the handled interaction request
- @descr We saved any getted interaction request internaly.
+ @descr We saved any getted interaction request internally.
May the outside user of this class is interessted
on that. Especialy we gotted an unknown interaction
and aborted it hard.
diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx
index 9fbf14093cd4..a7a88f50f6db 100644
--- a/framework/inc/recording/dispatchrecordersupplier.hxx
+++ b/framework/inc/recording/dispatchrecordersupplier.hxx
@@ -62,7 +62,7 @@ class DispatchRecorderSupplier : // baseclasses
/** provided dispatch recorder of this supplier instance
@life Is controled from outside. Because this variable is setted
- from there and not created internaly. But we release our
+ from there and not created internally. But we release our
reference to it if we die.
*/
css::uno::Reference< css::frame::XDispatchRecorder > m_xDispatchRecorder;
diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx
index 42d8b9f8ccc1..de5121a34099 100644
--- a/framework/inc/services/desktop.hxx
+++ b/framework/inc/services/desktop.hxx
@@ -452,7 +452,7 @@ class Desktop : // base classes
//---------------------------------------------------------------------
/** special terminate listener which loads images asynchronous for current open documents.
- * Because internaly it uses blocking system APIs ... it cant be guaranteed that
+ * Because internally it uses blocking system APIs ... it cant be guaranteed that
* running jobs can be cancelled successfully if the corressponding document will be closed ...
* it will not hinder those documents on closing. Instead it let all jobs running ...
* but at least on terminate we have to wait for all those blocked requests.
diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
index c7d4f3526987..b6ae2a107e96 100644
--- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
+++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
@@ -279,7 +279,7 @@ public class CheckXComponentLoader
{
loadURL(m_xLoader, RESULT_VALID_DOC, sURL, "_blank", 0, lProps);
// Its not needed to reset this using states!
- // Its done internaly ...
+ // Its done internally ...
if (!xIndicator.wasUsed())
{
System.out.println("External progress was not used for loading.");
diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx
index 8019e81e5694..bf58b4cfa873 100644
--- a/framework/source/accelerators/documentacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/documentacceleratorconfiguration.cxx
@@ -65,7 +65,7 @@ public:
/** initialize this instance and fill the internal cache.
@param xSMGR
- reference to an uno service manager, which is used internaly.
+ reference to an uno service manager, which is used internally.
*/
DocumentAcceleratorConfiguration(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx
index 3b809ee9e274..72f4234d71be 100644
--- a/framework/source/accelerators/globalacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx
@@ -51,7 +51,7 @@ public:
/** initialize this instance and fill the internal cache.
@param xSMGR
- reference to an uno service manager, which is used internaly.
+ reference to an uno service manager, which is used internally.
*/
GlobalAcceleratorConfiguration(const css::uno::Reference< css::uno::XComponentContext >& xContext);
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index 7648c2792b1a..e507b41ec402 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -65,7 +65,7 @@ public:
/** initialize this instance and fill the internal cache.
@param xSMGR
- reference to an uno service manager, which is used internaly.
+ reference to an uno service manager, which is used internally.
*/
ModuleAcceleratorConfiguration(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
diff --git a/framework/source/dispatch/mailtodispatcher.cxx b/framework/source/dispatch/mailtodispatcher.cxx
index 8f3b28574ac7..1b51d5c535e3 100644
--- a/framework/source/dispatch/mailtodispatcher.cxx
+++ b/framework/source/dispatch/mailtodispatcher.cxx
@@ -123,7 +123,7 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Mail
@short dispatch URL with arguments
@descr We use threadsafe internal method to do so. It returns a state value - but we ignore it.
Because we don't support status listener notifications here. Status events are not guaranteed -
- and we call another service internaly which doesn't return any notifications too.
+ and we call another service internally which doesn't return any notifications too.
@param aURL
mail URL which should be executed
diff --git a/framework/source/fwe/helper/titlehelper.cxx b/framework/source/fwe/helper/titlehelper.cxx
index e19a6792a2ec..b02549db16b1 100644
--- a/framework/source/fwe/helper/titlehelper.cxx
+++ b/framework/source/fwe/helper/titlehelper.cxx
@@ -330,7 +330,7 @@ void TitleHelper::impl_updateTitleForModel (const css::uno::Reference< css::fram
// SYNCHRONIZED ->
::osl::ResettableMutexGuard aLock(m_aMutex);
- // external title wont be updated internaly !
+ // external title wont be updated internally !
// It has to be set from outside new.
if (m_bExternalTitle)
return;
@@ -401,7 +401,7 @@ void TitleHelper::impl_updateTitleForController (const css::uno::Reference< css:
// SYNCHRONIZED ->
::osl::ResettableMutexGuard aLock(m_aMutex);
- // external title wont be updated internaly !
+ // external title wont be updated internally !
// It has to be set from outside new.
if (m_bExternalTitle)
return;
@@ -470,7 +470,7 @@ void TitleHelper::impl_updateTitleForFrame (const css::uno::Reference< css::fram
// SYNCHRONIZED ->
::osl::ResettableMutexGuard aLock(m_aMutex);
- // external title wont be updated internaly !
+ // external title wont be updated internally !
// It has to be set from outside new.
if (m_bExternalTitle)
return;
diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
index 93388d304f34..4e4d6b9586af 100644
--- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx
+++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx
@@ -263,7 +263,7 @@ class XMLBasedAcceleratorConfiguration : protected ThreadHelpBase,
/** @short returns a reference to one of our internal cache members.
@descr We implement the copy-on-write pattern. Doing so
- we know two caches internaly. The second one is used
+ we know two caches internally. The second one is used
only, if the container was changed.
This method here returns access to one of these
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index ef8c28af6dcb..45896436572e 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -226,7 +226,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
cant have any special parameters!
@param xContext
- points to an uno service manager, which is used internaly
+ points to an uno service manager, which is used internally
to create own needed uno resources.
*/
PresetHandler(const css::uno::Reference< css::uno::XComponentContext >& xContext);
@@ -244,7 +244,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
void forgetCachedStorages();
//---------------------------------------
- /** @short return access to the internaly used and cached root storage.
+ /** @short return access to the internally used and cached root storage.
@descr These root storages are the base of all further opened
presets and targets. They are provided here only, to support
@@ -252,7 +252,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
getOrCreate...() - What does it mean?
Such root storage will be created one times only and
- cached then internaly till the last instance of such PresetHandler
+ cached then internally till the last instance of such PresetHandler
dies.
@return com::sun::star::embed::XStorage
@@ -312,7 +312,7 @@ class PresetHandler : private ThreadHelpBase // attention! Must be the first bas
Localzation will be represented as directory structure
of provided presets. Means: you call us with a preset name "default";
- and we use e.g. "/en-US/default.xml" internaly.
+ and we use e.g. "/en-US/default.xml" internally.
If no localization exists for this preset set, this class
will work in default mode - means "no locale" - automaticly.
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index dadef232243d..f6c1bd7ac823 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -201,7 +201,7 @@ public:
/** @short initialize a new instance of this load environment.
@param xContext
- reference to an uno service manager, which can be used internaly
+ reference to an uno service manager, which can be used internally
to create on needed services on demand.
@throw Currently there is no reason to throw such exception!
@@ -429,7 +429,7 @@ private:
@return [string]
the type selected by the user.
- @attention Internaly we update the member m_lMediaDescriptor!
+ @attention Internally we update the member m_lMediaDescriptor!
*/
OUString impl_askUserForTypeAndFilterIfAllowed()
throw(LoadEnvException, css::uno::RuntimeException);
diff --git a/framework/source/jobs/jobresult.cxx b/framework/source/jobs/jobresult.cxx
index d972326bf714..f0336dfd969a 100644
--- a/framework/source/jobs/jobresult.cxx
+++ b/framework/source/jobs/jobresult.cxx
@@ -147,7 +147,7 @@ JobResult::JobResult( const JobResult& rCopy )
//________________________________
/**
@short standard dtor
- @descr Free all internaly used resources at the end of living.
+ @descr Free all internally used resources at the end of living.
*/
JobResult::~JobResult()
{
@@ -184,7 +184,7 @@ void JobResult::operator=( const JobResult& rCopy )
by using our other members!
@param eParts
- a flag mask too, which will be compared with our internaly set one.
+ a flag mask too, which will be compared with our internally set one.
@return We return true only, if any set flag of the given mask match.
*/
diff --git a/framework/source/recording/dispatchrecordersupplier.cxx b/framework/source/recording/dispatchrecordersupplier.cxx
index f2e4a25fdeac..4c68e819e45f 100644
--- a/framework/source/recording/dispatchrecordersupplier.cxx
+++ b/framework/source/recording/dispatchrecordersupplier.cxx
@@ -105,7 +105,7 @@ void SAL_CALL DispatchRecorderSupplier::setDispatchRecorder( const css::uno::Ref
/**
@short provides access to the dispatch recorder of this supplier
@descr Such recorder can be used outside to record dispatches.
- But normaly he is used internaly only. Of course he must used
+ But normaly he is used internally only. Of course he must used
from outside to get the recorded data e.g. for saving it as a
script.
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 6ec5d43ae3f7..7aa43e117f23 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -444,7 +444,7 @@ private:
/** @descr This member is used to prevent us against re-entrance problems.
A mutex cant help to prevent us from concurrent using of members
- inside the same thread. But e.g. our internaly used stl structures
+ inside the same thread. But e.g. our internally used stl structures
are not threadsafe ... and furthermore they cant be used at the same time
for iteration and add/remove requests!
So we have to detect such states and ... show a warning.
@@ -539,7 +539,7 @@ public:
// css.document.XEventListener
/** @short informs about created/opened documents.
- @descr Every new opened/created document will be saved internaly
+ @descr Every new opened/created document will be saved internally
so it can be checked if its modified. This modified state
is used later to decide, if it must be saved or not.
@@ -1457,7 +1457,7 @@ void SAL_CALL AutoRecovery::dispatch(const css::util::URL&
// This can be done immediately ... must not been done asynchronous.
if ((eNewJob & AutoRecovery::E_DISABLE_AUTORECOVERY) == AutoRecovery::E_DISABLE_AUTORECOVERY)
{
- // it's important to set a flag internaly, so AutoRecovery will be supressed - even if it's requested.
+ // it's important to set a flag internally, so AutoRecovery will be supressed - even if it's requested.
m_eJob |= eNewJob;
implts_stopTimer();
implts_stopListening();
@@ -1821,7 +1821,7 @@ void SAL_CALL AutoRecovery::changesOccurred(const css::util::ChangesEvent& aEven
} /* SAFE */
// Note: This call stops the timer and starts it again.
- // But it checks the different timer states internaly and
+ // But it checks the different timer states internally and
// may be supress the restart!
implts_updateTimer();
}
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index 961776fc86f2..217a0963f9fb 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -2667,7 +2667,7 @@ void SAL_CALL Frame::windowDeactivated( const css::lang::EventObject& aEvent ) t
void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::uno::RuntimeException )
{
/* #i62088#
- Some interceptor objects intercept our "internaly asynchronoues implemented" dispatch call.
+ Some interceptor objects intercept our "internally asynchronoues implemented" dispatch call.
And they close this frame directly (means synchronous then).
Means: Frame::windowClosing()->Frame::close()
In such situation its not a good idea to hold this transaction count alive .-)
diff --git a/framework/source/services/modulemanager.cxx b/framework/source/services/modulemanager.cxx
index 84e1c9b25ac0..572fa9ff6515 100644
--- a/framework/source/services/modulemanager.cxx
+++ b/framework/source/services/modulemanager.cxx
@@ -462,7 +462,7 @@ OUString ModuleManager::implts_identify(const css::uno::Reference< css::uno::XIn
{
// Search for an optional (!) interface XModule first.
// Its used to overrule an existing service name. Used e.g. by our database form designer
- // which uses a writer module internaly.
+ // which uses a writer module internally.
css::uno::Reference< css::frame::XModule > xModule(xComponent, css::uno::UNO_QUERY);
if (xModule.is())
return xModule->getIdentifier();
diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx
index f551f29e155b..c4665fb1943a 100644
--- a/framework/source/services/pathsettings.cxx
+++ b/framework/source/services/pathsettings.cxx
@@ -119,7 +119,7 @@ class PathSettings : private osl::Mutex
/// an internal name describing this path
OUString sPathName;
- /// contains all paths, which are used internaly - but are not visible for the user.
+ /// contains all paths, which are used internally - but are not visible for the user.
OUStringList lInternalPaths;
/// contains all paths configured by the user