summaryrefslogtreecommitdiff
path: root/framework/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-10 09:34:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 14:50:59 +0200
commitfbc038cc4f4a12f8302ce5b3bd7d739bd66a674e (patch)
treed6cc189748e5980420cc0611b44b28ec4183ea25 /framework/source
parent8ccffe4e7fb6abf6fa3ba9187007e9d8af116baf (diff)
an uno -> a uno
Change-Id: I538db88f8477dd2d2ad25c372928fec6c11d979d Reviewed-on: https://gerrit.libreoffice.org/72105 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'framework/source')
-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/closedispatcher.cxx2
-rw-r--r--framework/source/fwi/classes/protocolhandlercache.cxx2
-rw-r--r--framework/source/inc/accelerators/presethandler.hxx2
-rw-r--r--framework/source/inc/loadenv/loadenv.hxx4
-rw-r--r--framework/source/inc/loadenv/loadenvexception.hxx2
-rw-r--r--framework/source/jobs/jobdata.cxx2
-rw-r--r--framework/source/jobs/jobdispatch.cxx2
-rw-r--r--framework/source/loadenv/loadenv.cxx2
-rw-r--r--framework/source/services/autorecovery.cxx2
-rw-r--r--framework/source/services/desktop.cxx4
-rw-r--r--framework/source/services/frame.cxx2
14 files changed, 16 insertions, 16 deletions
diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx
index d6160e19d4d2..bb7461aa17a8 100644
--- a/framework/source/accelerators/documentacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/documentacceleratorconfiguration.cxx
@@ -64,7 +64,7 @@ public:
/** initialize this instance and fill the internal cache.
@param xSMGR
- reference to an uno service manager, which is used internally.
+ reference to a 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 2a05887f7c98..8c60e7c4574f 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 internally.
+ reference to a uno service manager, which is used internally.
*/
explicit GlobalAcceleratorConfiguration(const css::uno::Reference< css::uno::XComponentContext >& xContext);
diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
index 65534a31a1e2..6cdf214ad013 100644
--- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx
+++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx
@@ -61,7 +61,7 @@ public:
/** initialize this instance and fill the internal cache.
@param xSMGR
- reference to an uno service manager, which is used internally.
+ reference to a uno service manager, which is used internally.
*/
ModuleAcceleratorConfiguration(
const css::uno::Reference< css::uno::XComponentContext >& xContext,
diff --git a/framework/source/dispatch/closedispatcher.cxx b/framework/source/dispatch/closedispatcher.cxx
index f6ac18d400ab..1b9af10a8afc 100644
--- a/framework/source/dispatch/closedispatcher.cxx
+++ b/framework/source/dispatch/closedispatcher.cxx
@@ -199,7 +199,7 @@ void SAL_CALL CloseDispatcher::dispatchWithNotification(const css::util::URL&
// Do it asynchronous everytimes!
// But don't forget to hold ourselves alive.
- // We are called back from an environment, which doesn't know an uno reference.
+ // We are called back from an environment, which doesn't know a uno reference.
// They call us back by using our c++ interface.
m_xResultListener = xListener;
diff --git a/framework/source/fwi/classes/protocolhandlercache.cxx b/framework/source/fwi/classes/protocolhandlercache.cxx
index 9b7984a234de..8a27747bcb48 100644
--- a/framework/source/fwi/classes/protocolhandlercache.cxx
+++ b/framework/source/fwi/classes/protocolhandlercache.cxx
@@ -38,7 +38,7 @@ namespace framework{
/**
@short overloaded index operator of hash map to support pattern key search
- @descr All keys inside this hash map are URL pattern which points to an uno
+ @descr All keys inside this hash map are URL pattern which points to a uno
implementation name of a protocol handler service which is registered
for this pattern. This operator makes it easy to find such registered
handler by using a full qualified URL and compare it with all pattern
diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx
index 55532b8a2a3f..9425115fadfe 100644
--- a/framework/source/inc/accelerators/presethandler.hxx
+++ b/framework/source/inc/accelerators/presethandler.hxx
@@ -119,7 +119,7 @@ class PresetHandler
/** @short does nothing real.
@param xContext
- points to an uno service manager, which is used internally
+ points to a uno service manager, which is used internally
to create own needed uno resources.
*/
PresetHandler(const css::uno::Reference< css::uno::XComponentContext >& xContext);
diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx
index 4c8c148e41e9..040f41d1e06c 100644
--- a/framework/source/inc/loadenv/loadenv.hxx
+++ b/framework/source/inc/loadenv/loadenv.hxx
@@ -103,7 +103,7 @@ public:
private:
mutable osl::Mutex m_mutex;
- /** @short reference to an uno service manager, which must be used
+ /** @short reference to a uno service manager, which must be used
to created on needed services on demand.
*/
css::uno::Reference< css::uno::XComponentContext > m_xContext;
@@ -197,7 +197,7 @@ public:
/** @short initialize a new instance of this load environment.
@param xContext
- reference to an uno service manager, which can be used internally
+ reference to a 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!
diff --git a/framework/source/inc/loadenv/loadenvexception.hxx b/framework/source/inc/loadenv/loadenvexception.hxx
index 8bf0e2f36008..72669cc59691 100644
--- a/framework/source/inc/loadenv/loadenvexception.hxx
+++ b/framework/source/inc/loadenv/loadenvexception.hxx
@@ -50,7 +50,7 @@ class LoadEnvException
should be thrown, if a required item does not exists. */
ID_INVALID_MEDIADESCRIPTOR,
- /** @short Its similar to an uno::RuntimeException ....
+ /** @short Its similar to a uno::RuntimeException ....
@descr But such runtime exception can break the whole office code.
So its capsulated to this specialized load environment only.
Mostly it indicates a missing but needed resource ... e.g the
diff --git a/framework/source/jobs/jobdata.cxx b/framework/source/jobs/jobdata.cxx
index 8984d618a1bc..aacaf6c97fe8 100644
--- a/framework/source/jobs/jobdata.cxx
+++ b/framework/source/jobs/jobdata.cxx
@@ -359,7 +359,7 @@ css::uno::Sequence< css::beans::NamedValue > JobData::getConfig() const
/**
@short return information, if this job is part of the global configuration package
org.openoffice.Office.Jobs
- @descr Because jobs can be executed by the dispatch framework using an uno service name
+ @descr Because jobs can be executed by the dispatch framework using a uno service name
directly - an executed job must not have any configuration really. Such jobs
must provide the right interfaces only! But after finishing jobs can return
some information (e.g. for updating her configuration ...). We must know
diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx
index c363bb7f60c4..59ba3a0ec2b4 100644
--- a/framework/source/jobs/jobdispatch.cxx
+++ b/framework/source/jobs/jobdispatch.cxx
@@ -360,7 +360,7 @@ void JobDispatch::impl_dispatchEvent( /*IN*/ const OUString&
/**
@short dispatch a service
@descr We use the given name only to create and if possible to initialize
- it as an uno service. It can be useful for creating (caching?)
+ it as a uno service. It can be useful for creating (caching?)
of e.g. one instance services.
@param sService
diff --git a/framework/source/loadenv/loadenv.cxx b/framework/source/loadenv/loadenv.cxx
index e70f771eb053..2ddfd34492d0 100644
--- a/framework/source/loadenv/loadenv.cxx
+++ b/framework/source/loadenv/loadenv.cxx
@@ -722,7 +722,7 @@ void LoadEnv::impl_detectTypeAndFilter()
// SAFE ->
osl::ClearableMutexGuard aReadLock(m_mutex);
- // Attention: Because our stl media descriptor is a copy of an uno sequence
+ // Attention: Because our stl media descriptor is a copy of a uno sequence
// we can't use as an in/out parameter here. Copy it before and don't forget to
// update structure afterwards again!
css::uno::Sequence< css::beans::PropertyValue > lDescriptor = m_lMediaDescriptor.getAsConstPropertyValueList();
diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx
index 11935ae655e9..da3db64cb68f 100644
--- a/framework/source/services/autorecovery.cxx
+++ b/framework/source/services/autorecovery.cxx
@@ -152,7 +152,7 @@ public:
internal operation asynchronous... we send an event
to start and return immediately. But we must be sure that
our instance live if the event callback reach us.
- So we hold an uno reference to ourself.
+ So we hold a uno reference to ourself.
*/
css::uno::Reference< css::uno::XInterface > m_xHoldRefForAsyncOpAlive;
};
diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx
index 56d0b6886e3e..b3af82593e66 100644
--- a/framework/source/services/desktop.cxx
+++ b/framework/source/services/desktop.cxx
@@ -140,7 +140,7 @@ void Desktop::constructorInit()
@descr This constructor initialize a new instance of this class by valid factory,
and will be set valid values on his member and baseclasses.
- @attention a) Don't use your own reference during an UNO-Service-ctor! There is no guarantee, that you
+ @attention a) Don't use your own reference during a UNO-Service-ctor! There is no guarantee, that you
will get over this. (e.g. using of your reference as parameter to initialize some member)
Do such things in DEFINE_INIT_SERVICE() method, which is called automatically after your ctor!!!
b) Baseclass OBroadcastHelper is a typedef in namespace cppu!
@@ -1709,7 +1709,7 @@ bool Desktop::impl_closeFrames(bool bAllowUI)
{
css::uno::Reference< css::frame::XFrame > xFrame = lFrames[i];
- // XController.suspend() will show an UI ...
+ // XController.suspend() will show a UI ...
// Use it in case it was allowed from outside only.
bool bSuspended = false;
css::uno::Reference< css::frame::XController > xController( xFrame->getController(), css::uno::UNO_QUERY );
diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx
index ec44c24efd33..80f0f6bc59df 100644
--- a/framework/source/services/frame.cxx
+++ b/framework/source/services/frame.cxx
@@ -439,7 +439,7 @@ private:
@descr This constructor initialize a new instance of this class by valid factory,
and will be set valid values on his member and baseclasses.
- @attention a) Don't use your own reference during an UNO-Service-ctor! There is no guarantee, that you
+ @attention a) Don't use your own reference during a UNO-Service-ctor! There is no guarantee, that you
will get over this. (e.g. using of your reference as parameter to initialize some member)
Do such things in DEFINE_INIT_SERVICE() method, which is called automatically after your ctor!!!
b) Baseclass OBroadcastHelper is a typedef in namespace cppu!