summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/docfac.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/docfac.cxx')
-rw-r--r--sfx2/source/doc/docfac.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sfx2/source/doc/docfac.cxx b/sfx2/source/doc/docfac.cxx
index db7bd7f6b76f..9443ac9a254e 100644
--- a/sfx2/source/doc/docfac.cxx
+++ b/sfx2/source/doc/docfac.cxx
@@ -56,7 +56,6 @@
using namespace ::com::sun::star;
-
typedef std::vector<SfxViewFactory*> SfxViewFactoryArr_Impl;
struct SfxObjectFactory_Impl
@@ -76,14 +75,12 @@ struct SfxObjectFactory_Impl
};
-
SfxFilterContainer* SfxObjectFactory::GetFilterContainer( bool /*bForceLoad*/ ) const
{
return pImpl->pFilterContainer;
}
-
SfxObjectFactory::SfxObjectFactory
(
const SvGlobalName& rName,
@@ -115,7 +112,6 @@ SfxObjectFactory::SfxObjectFactory
}
-
SfxObjectFactory::~SfxObjectFactory()
{
delete pImpl->pNameResId;
@@ -123,7 +119,6 @@ SfxObjectFactory::~SfxObjectFactory()
}
-
void SfxObjectFactory::RegisterViewFactory
(
SfxViewFactory &rFactory
@@ -153,21 +148,18 @@ void SfxObjectFactory::RegisterViewFactory
}
-
sal_uInt16 SfxObjectFactory::GetViewFactoryCount() const
{
return pImpl->aViewFactoryArr.size();
}
-
SfxViewFactory& SfxObjectFactory::GetViewFactory(sal_uInt16 i) const
{
return *pImpl->aViewFactoryArr[i];
}
-
SfxModule* SfxObjectFactory::GetModule() const
{
return pImpl->pModule;