summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-15 09:09:57 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-01-16 12:40:51 +0100
commit624f84c07ee798f6bbf4381c26262d5d2774a1ed (patch)
treea3a0334dbfda10f89c563344976cea321652f238 /include
parent66a192ee63db9adc1d6df66a5e7996d5af5d5284 (diff)
Fix typos
Change-Id: I078626eaa3155cc429320cc8c1532003b382b22a Reviewed-on: https://gerrit.libreoffice.org/47855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/uno3.hxx4
-rw-r--r--include/test/screenshot_test.hxx2
2 files changed, 3 insertions, 3 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; \
diff --git a/include/test/screenshot_test.hxx b/include/test/screenshot_test.hxx
index c4ffa9a1ca17..de773fcf682e 100644
--- a/include/test/screenshot_test.hxx
+++ b/include/test/screenshot_test.hxx
@@ -78,7 +78,7 @@ public:
/// as known dialog first. If not successful, it will then use the
/// fallback version to dump the dialog.
/// The syntax of the input file is as follows:
- /// - emty lines are allowed
+ /// - empty lines are allowed
/// - lines starting with '#' are treated as comment
/// - all other lines should contain a *.ui filename in the same
/// notation as in the dialog constructors(see code)