summaryrefslogtreecommitdiff
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
parent332fffe3b8cd51576c42762e5e9751464777f2ca (diff)
Typo: I/internaly -> I/internally
Change-Id: Ic9056baf58698743492ab57a882341c730ef2f7a
-rw-r--r--filter/source/config/cache/contenthandlerfactory.hxx2
-rw-r--r--filter/source/config/cache/filtercache.hxx2
-rw-r--r--filter/source/config/cache/filterfactory.hxx2
-rw-r--r--filter/source/config/cache/frameloaderfactory.hxx2
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx8
-rw-r--r--fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx8
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.hxx2
-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
-rw-r--r--include/comphelper/numberedcollection.hxx2
-rw-r--r--include/comphelper/sequenceashashmap.hxx2
-rw-r--r--include/framework/preventduplicateinteraction.hxx4
-rw-r--r--include/framework/titlehelper.hxx4
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java2
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java2
-rw-r--r--sd/inc/Outliner.hxx2
-rw-r--r--sfx2/source/appl/sfxhelp.cxx2
-rw-r--r--sfx2/source/dialog/backingcomp.cxx2
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx4
-rw-r--r--svx/source/unodraw/recoveryui.cxx2
-rw-r--r--vcl/source/window/window.cxx2
42 files changed, 64 insertions, 64 deletions
diff --git a/filter/source/config/cache/contenthandlerfactory.hxx b/filter/source/config/cache/contenthandlerfactory.hxx
index aaf300c64bd6..9cb44e4af4a8 100644
--- a/filter/source/config/cache/contenthandlerfactory.hxx
+++ b/filter/source/config/cache/contenthandlerfactory.hxx
@@ -120,7 +120,7 @@ class ContentHandlerFactory : public ::cppu::ImplInheritanceHelper1< BaseContain
@param xSMGR
reference to the uno service manager, which require
this new instance. It should be passed to the new object
- so it can be used internaly to create own needed uno resources.
+ so it can be used internally to create own needed uno resources.
@return The new instance of this service as an uno reference.
*/
diff --git a/filter/source/config/cache/filtercache.hxx b/filter/source/config/cache/filtercache.hxx
index b5550c380f2a..a3e408ff43fd 100644
--- a/filter/source/config/cache/filtercache.hxx
+++ b/filter/source/config/cache/filtercache.hxx
@@ -546,7 +546,7 @@ class FilterCache : public BaseLock
@attention These properties are not part of the normal CacheItem
returned by the method getItem(). Because getItem() is
- used internaly too but these specialized properties
+ used internally too but these specialized properties
are needed at our container services only. So these
function sets are different to allow different handling.
diff --git a/filter/source/config/cache/filterfactory.hxx b/filter/source/config/cache/filterfactory.hxx
index befb2052f804..63f836823956 100644
--- a/filter/source/config/cache/filterfactory.hxx
+++ b/filter/source/config/cache/filterfactory.hxx
@@ -184,7 +184,7 @@ class FilterFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer
@param xSMGR
reference to the uno service manager, which require
this new instance. It should be passed to the new object
- so it can be used internaly to create own needed uno resources.
+ so it can be used internally to create own needed uno resources.
@return The new instance of this service as an uno reference.
*/
diff --git a/filter/source/config/cache/frameloaderfactory.hxx b/filter/source/config/cache/frameloaderfactory.hxx
index dcf7135e62f4..21ffba461fd3 100644
--- a/filter/source/config/cache/frameloaderfactory.hxx
+++ b/filter/source/config/cache/frameloaderfactory.hxx
@@ -120,7 +120,7 @@ class FrameLoaderFactory : public ::cppu::ImplInheritanceHelper1< BaseContainer
@param xSMGR
reference to the uno service manager, which require
this new instance. It should be passed to the new object
- so it can be used internaly to create own needed uno resources.
+ so it can be used internally to create own needed uno resources.
@return The new instance of this service as an uno reference.
*/
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index 6875a175e7a4..62e6719a8bd6 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -372,7 +372,7 @@ public:
@param xSMGR
reference to the uno service manager, which require
this new instance. It should be passed to the new object
- so it can be used internaly to create own needed uno resources.
+ so it can be used internally to create own needed uno resources.
@return The new instance of this service as an uno reference.
*/
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
index fd52d97fbfe6..883ff348069f 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerEventHandler.hxx
@@ -130,7 +130,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex
//------------------------------------------------------------------------------------
/** start listening for file picker events on the given file open dialog COM object.
*
- * The broadcaster will be cached internaly so deregistration will be easy.
+ * The broadcaster will be cached internally so deregistration will be easy.
* Further all needed information are capsulated within this class (e.g. the listener handler).
* Nobody outside must know such information.
*
@@ -143,10 +143,10 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex
void startListening( const TFileDialog& pBroadcaster );
//------------------------------------------------------------------------------------
- /** stop listening for file picker events on the internaly cached dialog COM object.
+ /** stop listening for file picker events on the internally cached dialog COM object.
*
- * The COM dialog provided on the startListeneing() call was cached internaly.
- * And now its used to deregister this listener. Doing so the also internaly cached
+ * The COM dialog provided on the startListeneing() call was cached internally.
+ * And now its used to deregister this listener. Doing so the also internally cached
* listener handle is used. If listener was not already registered - nothing will happen.
*/
void stopListening();
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
index a6a38bbd76d2..0bf0d8894cb6 100644
--- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
+++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
@@ -97,7 +97,7 @@ static const OUString STRING_SEPARATOR("----------------------------------------
//-----------------------------------------------------------------------------
/** native implementation of the file picker on Vista and upcoming windows versions.
- * This dialog uses COM internaly. Further it marshall every request so it will
+ * This dialog uses COM internally. Further it marshall every request so it will
* be executed within it's own STA thread !
*/
//-----------------------------------------------------------------------------
@@ -266,10 +266,10 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
void impl_sta_enableFeatures(::sal_Int32 nFeatures, ::sal_Int32 nTemplate);
//---------------------------------------------------------------------
- /** returns an interface, which can be used to customize the internaly used
+ /** returns an interface, which can be used to customize the internally used
* COM dialog.
*
- * Because we use two member (open/save dialog) internaly, this method
+ * Because we use two member (open/save dialog) internally, this method
* ask the current active one for it's customization interface.
*
* @return the customization interface for the current used dialog.
@@ -305,7 +305,7 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex
//---------------------------------------------------------------------
/** cache last selected list of files
* Because those list must be retrieved directly after closing the dialog
- * (and only in case it was finished successfully) we cache it internaly.
+ * (and only in case it was finished successfully) we cache it internally.
* Because the outside provided UNO API decouple showing the dialog
* and asking for results .-)
*/
diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx
index 6653a6c7cb9c..ae9a5702d38f 100644
--- a/fpicker/source/win32/filepicker/asyncrequests.hxx
+++ b/fpicker/source/win32/filepicker/asyncrequests.hxx
@@ -186,7 +186,7 @@ class AsyncRequests : private ::cppu::BaseMutex
//---------------------------------------------------------------------
/** our STA .-)
- * Will run between start() & finish(). Internaly it runs a loop ...
+ * Will run between start() & finish(). Internally it runs a loop ...
* waiting for requests. Every request will be executed synchronously
* in blocked mode.
*/
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
diff --git a/include/comphelper/numberedcollection.hxx b/include/comphelper/numberedcollection.hxx
index 868b89d74985..e2c00d14c181 100644
--- a/include/comphelper/numberedcollection.hxx
+++ b/include/comphelper/numberedcollection.hxx
@@ -76,7 +76,7 @@ class COMPHELPER_DLLPUBLIC NumberedCollection : private ::cppu::BaseMutex
NumberedCollection();
//---------------------------------------
- /** @short free all internaly used resources.
+ /** @short free all internally used resources.
*/
virtual ~NumberedCollection();
diff --git a/include/comphelper/sequenceashashmap.hxx b/include/comphelper/sequenceashashmap.hxx
index f6c5c092b78f..f33bdd52360c 100644
--- a/include/comphelper/sequenceashashmap.hxx
+++ b/include/comphelper/sequenceashashmap.hxx
@@ -255,7 +255,7 @@ class COMPHELPER_DLLPUBLIC SequenceAsHashMap : public SequenceAsHashMapBase
@param aValue
the new (unpacked!) value.
Note: This value will be transformed to an Any
- internaly, because only Any values can be
+ internally, because only Any values can be
part of a PropertyValue or NamedValue structure.
@return TRUE if this property was added as new item;
diff --git a/include/framework/preventduplicateinteraction.hxx b/include/framework/preventduplicateinteraction.hxx
index 63ff840885f5..54be9f2a162a 100644
--- a/include/framework/preventduplicateinteraction.hxx
+++ b/include/framework/preventduplicateinteraction.hxx
@@ -159,7 +159,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2
generic UI interaction handler for later internal using.
@param xSMGR
- uno service manager for creating services internaly
+ uno service manager for creating services internally
@threadsafe not necessary
*/
@@ -173,7 +173,7 @@ class FWE_DLLPUBLIC PreventDuplicateInteraction : private ThreadHelpBase2
//_________________________________
/**
- @short set the outside interaction handler, which must be used internaly
+ @short set the outside interaction handler, which must be used internally
if the interaction will not be blocked by the set list of rules.
@note This overwrites the settings of e.g. useDefaultUUIHandler()!
diff --git a/include/framework/titlehelper.hxx b/include/framework/titlehelper.hxx
index 760257207096..125d3c1554d8 100644
--- a/include/framework/titlehelper.hxx
+++ b/include/framework/titlehelper.hxx
@@ -68,7 +68,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
TitleHelper(const css::uno::Reference< css::uno::XComponentContext >& rxContext);
//---------------------------------------
- /** @short free all internaly used resources.
+ /** @short free all internally used resources.
*/
virtual ~TitleHelper();
@@ -183,7 +183,7 @@ class FWE_DLLPUBLIC TitleHelper : private ::cppu::BaseMutex
/** provides parts of our own title and we listen there for changes too. */
css::uno::WeakReference< css::frame::XTitle > m_xSubTitle;
- /** if it's set to sal_True the member m_sTitle has not to be changed internaly.
+ /** if it's set to sal_True the member m_sTitle has not to be changed internally.
It was set from outside and so outside code has to make sure it will be
updated.
*/
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
index 2f41916e24ea..89980b7fcf4c 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusListener.java
@@ -59,7 +59,7 @@ import com.sun.star.uno.UnoRuntime;
* Another reason for such extra class for listening:
* Most listener callbacks are asynchronoues [oneay] requests.
* And it's not allowed to call back synchronously there.
- * So we must start threads for updating something internaly.
+ * So we must start threads for updating something internally.
*
*/
class StatusListener implements com.sun.star.frame.XStatusListener,
diff --git a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
index 63ae142deae9..aad53937aaae 100644
--- a/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
+++ b/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/StatusView.java
@@ -207,7 +207,7 @@ public class StatusView extends JPanel
* Set new frame for this view and start listening for events imedatly.
* We create one status listener for every control we wish to update.
* And because the environment of the frame can be changed - these
- * listener refresh himself internaly for frame action events too.
+ * listener refresh himself internally for frame action events too.
* So we register it as such frame action listener only here.
* Rest is done automaticly ...
*
diff --git a/sd/inc/Outliner.hxx b/sd/inc/Outliner.hxx
index ebf1c7bb3177..afd57abd52e5 100644
--- a/sd/inc/Outliner.hxx
+++ b/sd/inc/Outliner.hxx
@@ -157,7 +157,7 @@ public:
void StartConversion( sal_Int16 nSourceLanguage, sal_Int16 nTargetLanguage,
const Font *pTargetFont, sal_Int32 nOptions, sal_Bool bIsInteractive );
- /** This is called internaly when text conversion is started.
+ /** This is called internally when text conversion is started.
The position of current view mode/page/object/caret position
is remembered and will be restored after conversion.
*/
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index e7fd583d3a19..209de19721b3 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -424,7 +424,7 @@ SfxHelpWindow_Impl* impl_createHelp(Reference< XFrame2 >& rHelpTask ,
xParentWindow->setVisible(sal_True);
xHelpWindow->setVisible(sal_True);
- // This sub frame is created internaly (if we called new SfxHelpWindow_Impl() ...)
+ // This sub frame is created internally (if we called new SfxHelpWindow_Impl() ...)
// It should exist :-)
xHelpContent = xHelpTask->findFrame(OUString("OFFICE_HELP"), FrameSearchFlag::CHILDREN);
}
diff --git a/sfx2/source/dialog/backingcomp.cxx b/sfx2/source/dialog/backingcomp.cxx
index e79c35a17444..1e0e19bba4ac 100644
--- a/sfx2/source/dialog/backingcomp.cxx
+++ b/sfx2/source/dialog/backingcomp.cxx
@@ -529,7 +529,7 @@ void SAL_CALL BackingComp::restoreViewData( /*IN*/ const css::uno::Any& )
@see attachFrame()
- @return The internaly saved frame reference.
+ @return The internally saved frame reference.
Can be null, if attachFrame() was not called before.
*/
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index 7357b1c0f4bc..69f46fe7a57f 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -236,7 +236,7 @@ protected:
/** Selects a new child by index.
<p>If the child was not selected before, the state of the child will
- be updated. If the index is invalid, the index will internaly set to NOCHILDSELECTED</p>
+ be updated. If the index is invalid, the index will internally set to NOCHILDSELECTED</p>
@param nIndexOfChild
Index of the new child which should be selected.
@@ -247,7 +247,7 @@ public:
/** Selects a new child by point.
<p>If the child was not selected before, the state of the child will
- be updated. If the point is not invalid, the index will internaly set to NOCHILDSELECTED</p>
+ be updated. If the point is not invalid, the index will internally set to NOCHILDSELECTED</p>
@param eButton
Button which belongs to the child which should be selected.
diff --git a/svx/source/unodraw/recoveryui.cxx b/svx/source/unodraw/recoveryui.cxx
index 0aa987dafc22..4f4266d11905 100644
--- a/svx/source/unodraw/recoveryui.cxx
+++ b/svx/source/unodraw/recoveryui.cxx
@@ -167,7 +167,7 @@ css::uno::Any SAL_CALL RecoveryUI::dispatchWithReturnValue(const css::util::URL&
const css::uno::Sequence< css::beans::PropertyValue >& )
throw(css::uno::RuntimeException)
{
- // Internaly we use VCL ... every call into vcl based code must
+ // Internally we use VCL ... every call into vcl based code must
// be guarded by locking the global solar mutex.
::SolarMutexGuard aSolarLock;
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index f645d5c3f0c5..e2569383406e 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -5008,7 +5008,7 @@ void Window::ImplNotifyKeyMouseCommandEventListeners( NotifyEvent& rNEvt )
// #82968# notify event listeners for mouse and key events separately and
// not in PreNotify ( as for focus listeners )
- // this allows for procesing those events internally first and pass it to
+ // this allows for processing those events internally first and pass it to
// the toolkit later
ImplDelData aDelData;