[Libreoffice-commits] core.git: include/framework include/rtl include/svx include/xmloff
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Aug 20 07:06:59 UTC 2019
include/framework/menuconfiguration.hxx | 2 +-
include/rtl/ustring.h | 2 +-
include/svx/svdlayer.hxx | 2 +-
include/svx/svdsob.hxx | 2 +-
include/xmloff/unointerfacetouniqueidentifiermapper.hxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit d44d5af546e52679ee85103329f2a2fdc1cf01be
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Aug 19 21:44:40 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Aug 20 09:06:03 2019 +0200
Fix typos
Change-Id: I88f788b6d8f9363e2f7b5447f6f0b0203f0834f0
Reviewed-on: https://gerrit.libreoffice.org/77758
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/framework/menuconfiguration.hxx b/include/framework/menuconfiguration.hxx
index 191b0e723713..b1a49249061b 100644
--- a/include/framework/menuconfiguration.hxx
+++ b/include/framework/menuconfiguration.hxx
@@ -82,7 +82,7 @@ class FWE_DLLPUBLIC MenuConfiguration final
{
public:
MenuConfiguration(
- // use const when giving a uno reference by reference
+ // use const when giving a UNO reference by reference
const css::uno::Reference< css::uno::XComponentContext >& rxContext );
~MenuConfiguration();
diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h
index cd6f75e889db..90aff10dd169 100644
--- a/include/rtl/ustring.h
+++ b/include/rtl/ustring.h
@@ -1485,7 +1485,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_uString_newConcatUtf16L(
The new string results from replacing a number of characters (count),
starting at the specified position (index) in the original string (str),
- with some new substring (subStr). If subStr is null, than only a number
+ with some new substring (subStr). If subStr is null, then only a number
of characters is deleted.
The new string does not necessarily have a reference count of 1, so it
diff --git a/include/svx/svdlayer.hxx b/include/svx/svdlayer.hxx
index eb8e3672aa5c..2289efb32975 100644
--- a/include/svx/svdlayer.hxx
+++ b/include/svx/svdlayer.hxx
@@ -157,7 +157,7 @@ public:
void getLockedLayersODF( SdrLayerIDSet& rOutSet) const;
// Generates a bitfield for settings.xml from the SdrLayerIDSet.
- // Output is a uno sequence of BYTE (which is 'short' in API).
+ // Output is a UNO sequence of BYTE (which is 'short' in API).
void QueryValue(const SdrLayerIDSet& rViewLayerSet, css::uno::Any& rAny);
};
diff --git a/include/svx/svdsob.hxx b/include/svx/svdsob.hxx
index 3d3f8c03488d..e67c467cae38 100644
--- a/include/svx/svdsob.hxx
+++ b/include/svx/svdsob.hxx
@@ -82,7 +82,7 @@ public:
void operator&=(const SdrLayerIDSet& r2ndSet);
- // initialize this set with a uno sequence of sal_Int8 (e.g. as stored in settings.xml)
+ // initialize this set with a UNO sequence of sal_Int8 (e.g. as stored in settings.xml)
void PutValue(const css::uno::Any & rAny);
};
diff --git a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
index 6489feedd717..a78713f85d13 100644
--- a/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
+++ b/include/xmloff/unointerfacetouniqueidentifiermapper.hxx
@@ -38,7 +38,7 @@ class XMLOFF_DLLPUBLIC UnoInterfaceToUniqueIdentifierMapper
public:
UnoInterfaceToUniqueIdentifierMapper();
- /** returns a unique identifier for the given uno object. IF a uno object is
+ /** returns a unique identifier for the given uno object. If a UNO object is
registered more than once, the returned identifier is always the same.
*/
const OUString& registerReference( const css::uno::Reference< css::uno::XInterface >& rInterface );
More information about the Libreoffice-commits
mailing list