summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/basecontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/basecontainer.hxx')
-rw-r--r--filter/source/config/cache/basecontainer.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/filter/source/config/cache/basecontainer.hxx b/filter/source/config/cache/basecontainer.hxx
index df104b1459e6..9c0f9246eba4 100644
--- a/filter/source/config/cache/basecontainer.hxx
+++ b/filter/source/config/cache/basecontainer.hxx
@@ -37,8 +37,6 @@ namespace filter{
namespace config{
-
-
/** @short implements the interface css::container::XNameContainer
on top of a FilterCache reference.
@@ -119,13 +117,11 @@ class BaseContainer : public BaseLock
BaseContainer();
-
/** @short standard dtor.
*/
virtual ~BaseContainer();
-
/** @short initialize this generic intsnace with some specialized values
from our derived object.
@@ -161,14 +157,12 @@ class BaseContainer : public BaseLock
protected:
-
/** @short check if the underlying configuration data was already loaded
and do it if necessary automatically.
*/
void impl_loadOnDemand();
-
/** @short it creates the global instance m_pFilterCache, which is a copy
of the global instance m_rCache, and will be used to change the
configuration.
@@ -180,7 +174,6 @@ class BaseContainer : public BaseLock
throw (css::uno::RuntimeException);
-
/** @short returns a pointer to the current used cache member.
@descr Its a point to the FilterCache instance behind m_pFlushCache