summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/framework/menuconfiguration.hxx2
-rw-r--r--include/rtl/ustring.h2
-rw-r--r--include/svx/svdlayer.hxx2
-rw-r--r--include/svx/svdsob.hxx2
-rw-r--r--include/xmloff/unointerfacetouniqueidentifiermapper.hxx2
5 files changed, 5 insertions, 5 deletions
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 );