From 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 20 Aug 2013 18:26:05 +0100 Subject: Re-work 8bit characters in source code, or remove them. Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3 Reviewed-on: https://gerrit.libreoffice.org/5550 Tested-by: LibreOffice gerrit bot Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- extensions/source/abpilot/admininvokationimpl.hxx | 2 +- extensions/source/ole/unoobjw.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions') diff --git a/extensions/source/abpilot/admininvokationimpl.hxx b/extensions/source/abpilot/admininvokationimpl.hxx index de19a6bb08d5..75fb1e2ad730 100644 --- a/extensions/source/abpilot/admininvokationimpl.hxx +++ b/extensions/source/abpilot/admininvokationimpl.hxx @@ -34,7 +34,7 @@ namespace abp //= OAdminDialogInvokation //===================================================================== /** outsourced from AdminDialogInvokationPage, 'cause this class here, in opposite to - the page, needs exception handlíng to be enabled. + the page, needs exception handling to be enabled. */ class OAdminDialogInvokation { diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx index 2899abae1715..6313a2d4d05b 100644 --- a/extensions/source/ole/unoobjw.cxx +++ b/extensions/source/ole/unoobjw.cxx @@ -1525,7 +1525,7 @@ STDMETHODIMP UnoObjectWrapperRemoteOpt::Invoke ( DISPID dispidMember, REFIID /* } } - // update ínformation about this member + // update information about this member if( ret == DISP_E_MEMBERNOTFOUND) { // Remember the name as not existing -- cgit