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

Fix typo

Change-Id: Ic25d54239a075289ec2bdce1d6eb4e7e93e2ae02
Reviewed-on: https://gerrit.libreoffice.org/72994Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 96fda9ca
......@@ -67,11 +67,11 @@ class BaseContainer : public BaseLock
css::uno::WeakReference< css::util::XRefreshable > m_xRefreshBroadcaster;
/** @short the implementation name of our derived class, which we provide
at the interface XServiceInfo of our class ... */
at the interface XServiceInfo of our class... */
OUString m_sImplementationName;
/** @short the list of supported uno service names of our derived class, which we provide
at the interface XServiceInfo of our class ... */
at the interface XServiceInfo of our class... */
css::uno::Sequence< OUString > m_lServiceNames;
/** @short local filter cache, which is used to collect changes on the
......@@ -109,7 +109,7 @@ class BaseContainer : public BaseLock
/** @short standard ctor.
@descr Because mostly this class is used as base class for own service
implementations in combination with a ImplInheritanceHelper template ...
implementations in combination with an ImplInheritanceHelper template...
there is no way to provide some initializing data through the ctor :-(
This base class will be created inside its default ctor and must be
initialized with its needed parameters explicitly by calling: "init()".
......@@ -128,8 +128,8 @@ class BaseContainer : public BaseLock
from our derived object.
@descr Because an outside class must use ImplInheritanceHelper template to
use us a base class ... and there is no way to pass such initializing
parameters through a required default ctor ... we must be initialized
use us a base class... and there is no way to pass such initializing
parameters through a required default ctor... we must be initialized
by this special method. Of course this method must be called first before
any other interface method is used.
......@@ -138,11 +138,11 @@ class BaseContainer : public BaseLock
@param sImplementationName
the implementation name of our derived class, which we provide
at the interface XServiceInfo of our class ...
at the interface XServiceInfo of our class...
@param lServiceNames
the list of supported uno service names of our derived class, which we provide
at the interface XServiceInfo of our class ...
at the interface XServiceInfo of our class...
@param eType
specify, which sub container of the used filter cache
......@@ -241,7 +241,7 @@ class BaseContainer : public BaseLock
// XContainerQuery
// must be implemented really by derived class ...
// must be implemented really by derived class...
// We implement return of an empty result here only!
// But we show an assertion :-)
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createSubSetEnumerationByQuery(const OUString& sQuery) override;
......
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