From 223f1f2b81add7a49f071bcb1dd14081c11f45a4 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 3 Feb 2017 21:28:48 +0100 Subject: Typos Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- framework/source/services/desktop.cxx | 2 +- framework/source/services/frame.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') diff --git a/framework/source/services/desktop.cxx b/framework/source/services/desktop.cxx index 62df7dc047da..acb6547a3967 100644 --- a/framework/source/services/desktop.cxx +++ b/framework/source/services/desktop.cxx @@ -141,7 +141,7 @@ void Desktop::constructorInit() Do such things in DEFINE_INIT_SERVICE() method, which is called automatically after your ctor!!! b) Baseclass OBroadcastHelper is a typedef in namespace cppu! The microsoft compiler has some problems to handle it right BY using namespace explicitly ::cppu::OBroadcastHelper. - If we write it without a namespace or expand the typedef to OBrodcastHelperVar<...> -> it will be OK!? + If we write it without a namespace or expand the typedef to OBroadcastHelperVar<...> -> it will be OK!? I don't know why! (other compiler not tested .. but it works!) @seealso method DEFINE_INIT_SERVICE() diff --git a/framework/source/services/frame.cxx b/framework/source/services/frame.cxx index 1af055615b1f..108c2979a715 100644 --- a/framework/source/services/frame.cxx +++ b/framework/source/services/frame.cxx @@ -443,7 +443,7 @@ private: Do such things in DEFINE_INIT_SERVICE() method, which is called automatically after your ctor!!! b) Baseclass OBroadcastHelper is a typedef in namespace cppu! The microsoft compiler has some problems to handle it right BY using namespace explicitly ::cppu::OBroadcastHelper. - If we write it without a namespace or expand the typedef to OBrodcastHelperVar<...> -> it will be OK!? + If we write it without a namespace or expand the typedef to OBroadcastHelperVar<...> -> it will be OK!? I don't know why! (other compiler not tested .. but it works!) @seealso method DEFINE_INIT_SERVICE() -- cgit