summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKit.hxx2
-rw-r--r--include/basic/sbuno.hxx2
-rw-r--r--include/comphelper/weak.hxx2
-rw-r--r--include/cppuhelper/weak.hxx2
-rw-r--r--include/cppuhelper/weakagg.hxx2
-rw-r--r--include/desktop/exithelper.h2
-rw-r--r--include/drawinglayer/processor2d/baseprocessor2d.hxx2
-rw-r--r--include/framework/undomanagerhelper.hxx2
-rw-r--r--include/sfx2/docmacromode.hxx2
-rw-r--r--include/svtools/acceleratorexecute.hxx2
-rw-r--r--include/svx/svdouno.hxx2
-rw-r--r--include/toolkit/awt/vclxdevice.hxx2
-rw-r--r--include/toolkit/controls/accessiblecontrolcontext.hxx6
-rw-r--r--include/uno/any2.h2
-rw-r--r--include/uno/environment.h6
-rw-r--r--include/uno/mapping.hxx2
-rw-r--r--include/unotools/sharedunocomponent.hxx6
-rw-r--r--include/vbahelper/vbahelper.hxx2
-rw-r--r--include/vcl/button.hxx2
19 files changed, 25 insertions, 25 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 534621ec5ac6..70fdab298e86 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -303,7 +303,7 @@ public:
}
/**
- * Posts an UNO command to the document.
+ * Posts a UNO command to the document.
*
* Example argument string:
*
diff --git a/include/basic/sbuno.hxx b/include/basic/sbuno.hxx
index 29a9e68c8d6e..4029d9032f99 100644
--- a/include/basic/sbuno.hxx
+++ b/include/basic/sbuno.hxx
@@ -29,7 +29,7 @@ namespace com::sun::star::beans { struct Property; }
class SbxObject;
-// Returns a SbxObject that wraps an Uno Interface
+// Returns a SbxObject that wraps a Uno Interface
// Implementation in basic/source/classes/sbunoobj.cxx
BASIC_DLLPUBLIC SbxObjectRef GetSbUnoObject( const OUString& aName, const css::uno::Any& aUnoObj_ );
diff --git a/include/comphelper/weak.hxx b/include/comphelper/weak.hxx
index 929ecbf495ca..f094225cb32c 100644
--- a/include/comphelper/weak.hxx
+++ b/include/comphelper/weak.hxx
@@ -26,7 +26,7 @@
namespace comphelper
{
-/** Base class to implement an UNO object supporting types and weak references, i.e. the object can be held
+/** Base class to implement a UNO object supporting types and weak references, i.e. the object can be held
weakly (by a css::uno::WeakReference).
This implementation copes with reference counting. Upon last release(), the virtual dtor
is called.
diff --git a/include/cppuhelper/weak.hxx b/include/cppuhelper/weak.hxx
index a6471149c39e..97397cd09a37 100644
--- a/include/cppuhelper/weak.hxx
+++ b/include/cppuhelper/weak.hxx
@@ -32,7 +32,7 @@ namespace cppu
class OWeakConnectionPoint;
-/** Base class to implement an UNO object supporting weak references, i.e. the object can be held
+/** Base class to implement a UNO object supporting weak references, i.e. the object can be held
weakly (by a css::uno::WeakReference).
This implementation copes with reference counting. Upon last release(), the virtual dtor
is called.
diff --git a/include/cppuhelper/weakagg.hxx b/include/cppuhelper/weakagg.hxx
index 3ca7a51cdf85..aca4c4b0c210 100644
--- a/include/cppuhelper/weakagg.hxx
+++ b/include/cppuhelper/weakagg.hxx
@@ -28,7 +28,7 @@
namespace cppu
{
-/** Base class to implement an UNO object supporting weak references, i.e. the object can be held
+/** Base class to implement a UNO object supporting weak references, i.e. the object can be held
weakly (by a css::uno::WeakReference) and aggregation, i.e. the object can be
aggregated by another (delegator).
This implementation copes with reference counting. Upon last release(), the virtual dtor
diff --git a/include/desktop/exithelper.h b/include/desktop/exithelper.h
index 4b81c68b895c..fbb37c583233 100644
--- a/include/desktop/exithelper.h
+++ b/include/desktop/exithelper.h
@@ -23,7 +23,7 @@
enum EExitCodes {
/* e.g. used to force showing of the command line help */
EXITHELPER_NO_ERROR = 0,
- /* an uno exception was caught during startup */
+ /* a uno exception was caught during startup */
EXITHELPER_FATAL_ERROR = 77,
/* user force automatic restart after crash */
EXITHELPER_CRASH_WITH_RESTART = 79,
diff --git a/include/drawinglayer/processor2d/baseprocessor2d.hxx b/include/drawinglayer/processor2d/baseprocessor2d.hxx
index 4ace7d8fa8a1..57beeba4fdcd 100644
--- a/include/drawinglayer/processor2d/baseprocessor2d.hxx
+++ b/include/drawinglayer/processor2d/baseprocessor2d.hxx
@@ -56,7 +56,7 @@ namespace drawinglayer
The process(..) implementation makes a complete iteration over the given
sequence of primitives. If the Primitive is not derived from BasePrimitive2D
and thus not part of the C++ implementations, it converts ViewInformation2D
- to the corresponding API implementation (an uno::Sequence< beans::PropertyValue >)
+ to the corresponding API implementation (a uno::Sequence< beans::PropertyValue >)
and recursively calls the method process(..) at the primitive with the decomposition
derived from that primitive. This is the preparation to handle unknown implementations
of the css::graphic::XPrimitive2D interface in the future.
diff --git a/include/framework/undomanagerhelper.hxx b/include/framework/undomanagerhelper.hxx
index 82f13cc289b5..07cbdd667a10 100644
--- a/include/framework/undomanagerhelper.hxx
+++ b/include/framework/undomanagerhelper.hxx
@@ -74,7 +74,7 @@ namespace framework
*/
virtual SfxUndoManager& getImplUndoManager() = 0;
- /** provides access to an UNO interface for the XUndoManager implementation. Used when throwing exceptions.
+ /** provides access to a UNO interface for the XUndoManager implementation. Used when throwing exceptions.
*/
virtual css::uno::Reference< css::document::XUndoManager >
getThis() = 0;
diff --git a/include/sfx2/docmacromode.hxx b/include/sfx2/docmacromode.hxx
index a1991bcc0e20..efd41f7bdc92 100644
--- a/include/sfx2/docmacromode.hxx
+++ b/include/sfx2/docmacromode.hxx
@@ -95,7 +95,7 @@ namespace sfx2
@todo
This probably can also be obtained from the XModel, by calling getURL
- or getLocation. If both are empty, then we need an UNO way to obtain
+ or getLocation. If both are empty, then we need a UNO way to obtain
the URL of the underlying template document - if any. If we have this,
we could replace this method with a newly introduced method
getDocumentModel and some internal code.
diff --git a/include/svtools/acceleratorexecute.hxx b/include/svtools/acceleratorexecute.hxx
index 46911c1e7715..34d336ff94ec 100644
--- a/include/svtools/acceleratorexecute.hxx
+++ b/include/svtools/acceleratorexecute.hxx
@@ -130,7 +130,7 @@ class SVT_DLLPUBLIC AcceleratorExecute : private TMutexInit
will be used inside the new environment.
@param rxContext
- reference to an uno service manager.
+ reference to a uno service manager.
@param xEnv
if it points to a valid frame it will be used
diff --git a/include/svx/svdouno.hxx b/include/svx/svdouno.hxx
index cd47eadef182..40b1d3526ff9 100644
--- a/include/svx/svdouno.hxx
+++ b/include/svx/svdouno.hxx
@@ -96,7 +96,7 @@ public:
The method GetUnoControl, used to retrieve the XControl whose parent is a given device, only works
if the SdrUnoObj has already been painted at least once onto this device. However, there are valid
scenarios where you need certain information on how a control is painted onto a window, without
- actually painting it. For example, you might be interested in the DeviceInfo of an UNO control.
+ actually painting it. For example, you might be interested in the DeviceInfo of a UNO control.
For those cases, you can contain an XControl which behaves as the control which *would* be used to
paint onto a window.
diff --git a/include/toolkit/awt/vclxdevice.hxx b/include/toolkit/awt/vclxdevice.hxx
index d47f3816b76f..18dbcbd3b4f3 100644
--- a/include/toolkit/awt/vclxdevice.hxx
+++ b/include/toolkit/awt/vclxdevice.hxx
@@ -30,7 +30,7 @@
#include <com/sun/star/awt/XUnitConversion.hpp>
-/// An UNO wrapper for the VCL OutputDevice
+/// A UNO wrapper for the VCL OutputDevice
class TOOLKIT_DLLPUBLIC VCLXDevice :
public css::awt::XDevice,
public css::lang::XTypeProvider,
diff --git a/include/toolkit/controls/accessiblecontrolcontext.hxx b/include/toolkit/controls/accessiblecontrolcontext.hxx
index 9123c61e484d..14f0c57947d8 100644
--- a/include/toolkit/controls/accessiblecontrolcontext.hxx
+++ b/include/toolkit/controls/accessiblecontrolcontext.hxx
@@ -42,9 +42,9 @@ namespace toolkit
typedef ::cppu::ImplHelper1 < css::lang::XEventListener
> OAccessibleControlContext_IBase;
- /** class implementing the AccessibleContext for an UNO control - to be used in design mode of the control.
+ /** class implementing the AccessibleContext for a UNO control - to be used in design mode of the control.
<p><b>life time control<b/><br/>
- This control should be held weak by the creator (an UNO control), it itself holds a hard reference to the
+ This control should be held weak by the creator (a UNO control), it itself holds a hard reference to the
control model, and a weak reference to the control. The reference to the model is freed when the model
is being disposed.</p>
*/
@@ -54,7 +54,7 @@ namespace toolkit
,public OAccessibleControlContext_IBase
{
public:
- /** creates an accessible context for an uno control
+ /** creates an accessible context for a uno control
@param _rxCreator
the uno control's XAccessible interface. This must be an XControl, from which an XControlModel
can be retrieved.
diff --git a/include/uno/any2.h b/include/uno/any2.h
index 4493d4c0af96..262f2441d6c1 100644
--- a/include/uno/any2.h
+++ b/include/uno/any2.h
@@ -35,7 +35,7 @@ struct _typelib_TypeDescriptionReference;
struct _typelib_TypeDescription;
struct _uno_Mapping;
-/** This is the binary specification of an UNO any.
+/** This is the binary specification of a UNO any.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_Any
{
diff --git a/include/uno/environment.h b/include/uno/environment.h
index b68a0c5041c0..ce09e3ad5b10 100644
--- a/include/uno/environment.h
+++ b/include/uno/environment.h
@@ -36,7 +36,7 @@ struct _typelib_InterfaceTypeDescription;
#pragma pack(push, 8)
#endif
-/** The binary specification of an UNO environment.
+/** The binary specification of a UNO environment.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_Environment
{
@@ -128,11 +128,11 @@ typedef void (SAL_CALL * uno_freeProxyFunc)( struct _uno_ExtEnvironment * pEnv,
*/
typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes );
-/** The binary specification of an UNO environment supporting interface registration.
+/** The binary specification of a UNO environment supporting interface registration.
*/
typedef struct SAL_DLLPUBLIC_RTTI _uno_ExtEnvironment
{
- /** inherits all members of an uno_Environment
+ /** inherits all members of a uno_Environment
*/
uno_Environment aBase;
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index 698733840058..a2e0293d641c 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -326,7 +326,7 @@ inline bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI )
/** Deprecated. This function DOES NOT WORK with Purpose Environments
(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Purpose Environments)
- Maps an UNO interface of the currently used compiler environment to binary C UNO.
+ Maps a UNO interface of the currently used compiler environment to binary C UNO.
@tparam C interface type
@param ppRet inout returned interface pointer
diff --git a/include/unotools/sharedunocomponent.hxx b/include/unotools/sharedunocomponent.hxx
index 60685334461d..81e2a253c6de 100644
--- a/include/unotools/sharedunocomponent.hxx
+++ b/include/unotools/sharedunocomponent.hxx
@@ -36,7 +36,7 @@ namespace utl
//= DisposableComponent
- /** is a class which controls lifetime of an UNO component via ->XComponent::dispose
+ /** is a class which controls lifetime of a UNO component via ->XComponent::dispose
You'll usually never use this class directly, but only as parameter for a
->SharedUNOComponent class.
@@ -69,7 +69,7 @@ namespace utl
//= CloseableComponent
class CloseableComponentImpl;
- /** is a class which controls lifetime of an UNO component via ->XCloseable::close
+ /** is a class which controls lifetime of a UNO component via ->XCloseable::close
You'll usually never use this class directly, but only as parameter for a
->SharedUNOComponent class.
@@ -110,7 +110,7 @@ namespace utl
/** is a helper class for sharing ownership of a UNO component
- If you need to share an UNO component, which normally needs a dedicated owner,
+ If you need to share a UNO component, which normally needs a dedicated owner,
and is lifetime controlled by an explicit disposal action (not necessarily ->XComponent::dispose,
but <em>any</em> explicit method call, after which the object is considered
to be disposed), between different classes, ->SharedUNOComponent is what you need.
diff --git a/include/vbahelper/vbahelper.hxx b/include/vbahelper/vbahelper.hxx
index 2017c6ff5e3c..83d627b54351 100644
--- a/include/vbahelper/vbahelper.hxx
+++ b/include/vbahelper/vbahelper.hxx
@@ -123,7 +123,7 @@ namespace ooo
/// @throws css::uno::RuntimeException
VBAHELPER_DLLPUBLIC OUString getAnyAsString( const css::uno::Any& pvargItem );
- VBAHELPER_DLLPUBLIC OUString VBAToRegexp(const OUString &rIn); // needs to be in an uno service ( already this code is duplicated in basic )
+ VBAHELPER_DLLPUBLIC OUString VBAToRegexp(const OUString &rIn); // needs to be in a uno service ( already this code is duplicated in basic )
VBAHELPER_DLLPUBLIC double getPixelTo100thMillimeterConversionFactor( const css::uno::Reference< css::awt::XDevice >& xDevice, bool bVertical);
VBAHELPER_DLLPUBLIC double PointsToPixels( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPoints, bool bVertical);
VBAHELPER_DLLPUBLIC double PixelsToPoints( const css::uno::Reference< css::awt::XDevice >& xDevice, double fPixels, bool bVertical);
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 4e420a02cde9..bc82b7c78bd8 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -91,7 +91,7 @@ public:
void SetSmallSymbol();
virtual bool set_property(const OString &rKey, const OUString &rValue) override;
- /// Sets the button state according to the FeatureStateEvent emitted by an Uno state change.
+ /// Sets the button state according to the FeatureStateEvent emitted by a Uno state change.
virtual void statusChanged(const css::frame::FeatureStateEvent& rEvent);
virtual FactoryFunction GetUITestFactory() const override;