summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authordennisroczek <dennisroczek@libreoffice.org>2017-03-18 13:48:26 +0000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-19 05:40:40 +0000
commitde084e09cfbf646703c80fd84cebb5978e1ca940 (patch)
tree453ef5ee8063426f7139a7651e182412517ff3c3 /sw
parent4cd1cd396a1ec189660f07ddcfee16c004d71a38 (diff)
fix grammar/typo: defunctional --> nonfunctional
Change-Id: I672ac5d22c79e63cafc6f9f9f31f69e82dedf342 Reviewed-on: https://gerrit.libreoffice.org/35405 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/access/acccontext.hxx2
-rw-r--r--sw/source/core/access/accmap.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index 9119a6a6336f..dde2c82e4cde 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -364,7 +364,7 @@ public:
{ \
css::uno::Reference < ifc > xThis( ths ); \
css::lang::DisposedException aExcept( \
- "object is defunctional", \
+ "object is nonfunctional", \
xThis ); \
throw aExcept; \
}
diff --git a/sw/source/core/access/accmap.cxx b/sw/source/core/access/accmap.cxx
index 421461f076d2..c925bac2c6fb 100644
--- a/sw/source/core/access/accmap.cxx
+++ b/sw/source/core/access/accmap.cxx
@@ -1023,7 +1023,7 @@ void SwAccessibleMap::AppendEvent( const SwAccessibleEvent_Impl& rEvent )
case SwAccessibleEvent_Impl::DISPOSE:
// DISPOSE events overwrite all others. They are not stored
// but executed immediately to avoid broadcasting of
- // defunctional objects. So what needs to be done here is to
+ // nonfunctional objects. So what needs to be done here is to
// remove all events for the frame in question.
bAppendEvent = false;
break;