summaryrefslogtreecommitdiff
path: root/include/comphelper/uno3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/uno3.hxx')
-rw-r--r--include/comphelper/uno3.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index 05756fe709b5..b21fe75765bf 100644
--- a/include/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
@@ -88,7 +88,7 @@ namespace comphelper
//= deriving from multiple XInterface-derived classes
- //= forwarding/merging XInterface funtionality
+ //= forwarding/merging XInterface functionality
#define DECLARE_XINTERFACE( ) \
virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) override; \
@@ -124,7 +124,7 @@ namespace comphelper
}
- //= forwarding/merging XTypeProvider funtionality
+ //= forwarding/merging XTypeProvider functionality
#define DECLARE_XTYPEPROVIDER( ) \
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes( ) override; \