From 7bc1c438008517cc9d475a21cdc4a06c6d25eb8f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 13 Feb 2017 22:18:09 +0100 Subject: Fix typos/translations, following 04644956e53d No automatic tools Change-Id: I3a6d18760f90c4ee02b9380758f97f6fca6c4428 Reviewed-on: https://gerrit.libreoffice.org/30874 Tested-by: Jenkins Reviewed-by: Michael Stahl --- framework/inc/helper/ocomponentenumeration.hxx | 2 +- framework/source/helper/ocomponentenumeration.cxx | 2 +- framework/source/helper/oframes.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'framework') diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index af76786f8f2c..cb255234277d 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -146,7 +146,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper< css::container::X // (should be private everyway!) /*-**************************************************************************************************** - @short debug-method to check incoming parameter of some other mehods of this class + @short debug-method to check incoming parameter of some other methods of this class @descr The following methods are used to check parameters for other methods of this class. The return value is used directly for an ASSERT(...). diff --git a/framework/source/helper/ocomponentenumeration.cxx b/framework/source/helper/ocomponentenumeration.cxx index 673a0a3fc6df..fd663af6e8cf 100644 --- a/framework/source/helper/ocomponentenumeration.cxx +++ b/framework/source/helper/ocomponentenumeration.cxx @@ -93,7 +93,7 @@ Any SAL_CALL OComponentEnumeration::nextElement() return aComponent; } -// proteced method +// protected method void OComponentEnumeration::impl_resetObject() { diff --git a/framework/source/helper/oframes.cxx b/framework/source/helper/oframes.cxx index 687a25d0f67f..6453aa7b5eaf 100644 --- a/framework/source/helper/oframes.cxx +++ b/framework/source/helper/oframes.cxx @@ -280,7 +280,7 @@ sal_Bool SAL_CALL OFrames::hasElements() return bHasElements; } -// proteced method +// protected method void OFrames::impl_resetObject() { -- cgit