summaryrefslogtreecommitdiff
path: root/framework/inc
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/inc
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/inc')
-rw-r--r--framework/inc/dispatch/closedispatcher.hxx2
-rw-r--r--framework/inc/dispatch/startmoduledispatcher.hxx4
-rw-r--r--framework/inc/helper/persistentwindowstate.hxx2
-rw-r--r--framework/inc/helper/statusindicatorfactory.hxx8
-rw-r--r--framework/inc/helper/titlebarupdate.hxx2
-rw-r--r--framework/inc/jobs/helponstartup.hxx2
-rw-r--r--framework/inc/jobs/jobdata.hxx2
-rw-r--r--framework/inc/jobs/shelljob.hxx2
8 files changed, 12 insertions, 12 deletions
diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx
index c6556259818f..dd44a110b3f9 100644
--- a/framework/inc/dispatch/closedispatcher.hxx
+++ b/framework/inc/dispatch/closedispatcher.hxx
@@ -76,7 +76,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper<
private:
- /** @short reference to an uno service manager,
+ /** @short reference to a uno service manager,
which can be used to create own needed
uno resources. */
css::uno::Reference< css::uno::XComponentContext > m_xContext;
diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx
index 8c5dc34dace6..37812a79589e 100644
--- a/framework/inc/dispatch/startmoduledispatcher.hxx
+++ b/framework/inc/dispatch/startmoduledispatcher.hxx
@@ -50,7 +50,7 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper<
private:
- /** @short reference to an uno service manager,
+ /** @short reference to a uno service manager,
which can be used to create own needed
uno resources. */
css::uno::Reference< css::uno::XComponentContext > m_xContext;
@@ -64,7 +64,7 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper<
@descr Such "owner frame" is used as context for all related operations.
@param xContext
- an UNO service manager, which is needed to create UNO resource
+ a UNO service manager, which is needed to create UNO resource
internally.
@param xFrame
diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx
index 0699f59beb2c..e0e86226c7ef 100644
--- a/framework/inc/helper/persistentwindowstate.hxx
+++ b/framework/inc/helper/persistentwindowstate.hxx
@@ -60,7 +60,7 @@ class PersistentWindowState : public ::cppu::WeakImplHelper<
private:
- /// may we need an uno service manager to create own services
+ /// may we need a uno service manager to create own services
css::uno::Reference< css::uno::XComponentContext > m_xContext;
/// reference to the frame which was created by the office himself
diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx
index cfa6c8439e40..d343fe35395e 100644
--- a/framework/inc/helper/statusindicatorfactory.hxx
+++ b/framework/inc/helper/statusindicatorfactory.hxx
@@ -120,7 +120,7 @@ typedef ::std::vector< IndicatorInfo > IndicatorStack;
@descr Internally it uses:
- a vcl based
- - or an uno based and by the frame layouted
+ - or a uno based and by the frame layouted
progress implementation.
This factory create different indicators and control his access
@@ -252,21 +252,21 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper<
/** @short creates a new internal used progress.
@descr This factory does not paint the progress itself.
It uses helper for that. They can be vcl based or
- layouted by the frame and provided as an uno interface.
+ layouted by the frame and provided as a uno interface.
*/
void impl_createProgress();
/** @short shows the internal used progress.
@descr This factory does not paint the progress itself.
It uses helper for that. They can be vcl based or
- layouted by the frame and provided as an uno interface.
+ layouted by the frame and provided as a uno interface.
*/
void impl_showProgress();
/** @short hides the internal used progress.
@descr This factory does not paint the progress itself.
It uses helper for that. They can be vcl based or
- layouted by the frame and provided as an uno interface.
+ layouted by the frame and provided as a uno interface.
*/
void impl_hideProgress();
diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx
index f835b915d89f..ac2d97533d17 100644
--- a/framework/inc/helper/titlebarupdate.hxx
+++ b/framework/inc/helper/titlebarupdate.hxx
@@ -62,7 +62,7 @@ class TitleBarUpdate : public ::cppu::WeakImplHelper<
private:
- /// may we need an uno service manager to create own services
+ /// may we need a uno service manager to create own services
css::uno::Reference< css::uno::XComponentContext > m_xContext;
/// reference to the frame which was created by the office himself
diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx
index 641e89e299d1..6dac6f9f344b 100644
--- a/framework/inc/jobs/helponstartup.hxx
+++ b/framework/inc/jobs/helponstartup.hxx
@@ -43,7 +43,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css
private:
osl::Mutex m_mutex;
- /** @short reference to an uno service manager. */
+ /** @short reference to a uno service manager. */
css::uno::Reference< css::uno::XComponentContext > m_xContext;
/** @short such module manager is used to classify new opened documents. */
diff --git a/framework/inc/jobs/jobdata.hxx b/framework/inc/jobs/jobdata.hxx
index 5f36411463c5..5a8f9ce12d9d 100644
--- a/framework/inc/jobs/jobdata.hxx
+++ b/framework/inc/jobs/jobdata.hxx
@@ -113,7 +113,7 @@ class JobData final
- as a configured job
- as a job without any configuration
First mode is triggered by an alias, which points to the
- configuration entries. Second mode is specified by an uno service
+ configuration entries. Second mode is specified by a uno service
or implementation name. Then we do the same things (use the same interfaces)
but don't handle any configuration data.
The effect: This mode can be detected by this member.
diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx
index a25eb448ceb8..b1408858819b 100644
--- a/framework/inc/jobs/shelljob.hxx
+++ b/framework/inc/jobs/shelljob.hxx
@@ -45,7 +45,7 @@ class ShellJob : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css::tas
// member
private:
- /** @short reference to an uno service manager. */
+ /** @short reference to a uno service manager. */
css::uno::Reference< css::uno::XComponentContext > m_xContext;
// native interface