summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxmodelfactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/sfxmodelfactory.cxx')
-rw-r--r--sfx2/source/doc/sfxmodelfactory.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/doc/sfxmodelfactory.cxx b/sfx2/source/doc/sfxmodelfactory.cxx
index 56b910900bd9..e40a94d60845 100644
--- a/sfx2/source/doc/sfxmodelfactory.cxx
+++ b/sfx2/source/doc/sfxmodelfactory.cxx
@@ -30,10 +30,10 @@
#include <algorithm>
#include <functional>
-//........................................................................
+
namespace sfx2
{
-//........................................................................
+
using ::com::sun::star::uno::Reference;
using ::com::sun::star::uno::XInterface;
@@ -52,9 +52,9 @@ namespace sfx2
using ::com::sun::star::beans::PropertyValue;
using ::com::sun::star::lang::XInitialization;
- //====================================================================
+
//= SfxModelFactory - declaration
- //====================================================================
+
typedef ::cppu::WeakImplHelper2 < XSingleServiceFactory
, XServiceInfo
> SfxModelFactory_Base;
@@ -97,9 +97,9 @@ namespace sfx2
const SfxModelFactoryFunc m_pComponentFactoryFunc;
};
- //====================================================================
+
//= SfxModelFactory - implementation
- //====================================================================
+
SfxModelFactory::SfxModelFactory( const Reference< XMultiServiceFactory >& _rxServiceFactory,
const OUString& _rImplementationName, const SfxModelFactoryFunc _pComponentFactoryFunc,