summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:28:48 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-02-03 21:09:44 +0000
commit223f1f2b81add7a49f071bcb1dd14081c11f45a4 (patch)
treea45b66e3ae687697e058d4f58dbc3da9edc0e1cc /framework
parent797d10e1772a7c9b4c96c6da7e5dcec8e3d48914 (diff)
Typos
Change-Id: I36f443c266670bd26aa6b813075e18653f372f52 Reviewed-on: https://gerrit.libreoffice.org/33900 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/desktop.cxx2
-rw-r--r--framework/source/services/frame.cxx2
2 files changed, 2 insertions, 2 deletions
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()