Kaydet (Commit) 2618f21d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: I13b1c0f190b9ebab99e88f90026980fcb2c81c41
Reviewed-on: https://gerrit.libreoffice.org/48833Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 9ec6f974
......@@ -130,7 +130,7 @@ protected:
protected:
/** Additionally to our own approvals which new elements must pass, derived classes
can specifiy an additional approval instance here.
can specify an additional approval instance here.
Every time a new element is inserted into the container (or an element is replaced
with a new one), this new element must pass our own internal approval, plus the approval
......
......@@ -42,7 +42,7 @@ namespace framework{
@descr This helper implements the complete XDispatchProviderInterception interface with
master/slave functionality AND using of optional features like registration of URL pattern!
@attention Don't use this class as direct member - use it dynamicly. Do not derive from this class.
@attention Don't use this class as direct member - use it dynamically. Do not derive from this class.
We hold a weakreference to our owner not to our superclass.
*/
class InterceptionHelper : public ::cppu::WeakImplHelper<
......
......@@ -118,7 +118,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper< css::container::XEnum
/*-****************************************************************************************************
@short standard destructor
@descr This method destruct an instance of this class and clear some member.
Don't use an instance of this class as normal member. Use it dynamicly with a pointer.
Don't use an instance of this class as normal member. Use it dynamically with a pointer.
We hold a weakreference to our owner and not to our superclass!
That's the reason for a protected dtor.
......
......@@ -529,7 +529,7 @@ protected:
i.e. construct calls Show, and if a11y is enabled this
reenters the not-fully constructed object and calls
CreateAccessibleDocumentView, so if construct is called
from the ctor then if a derived class is contructed the base-case
from the ctor then if a derived class is constructed the base-case
CreateAccessibleDocumentView is used, not the derived
CreateAccessibleDocumentView. i.e. run smoketest under a11y with
debugging assertions enabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment