summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appreg.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 06:56:52 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 06:56:52 +0000
commit7629c82888f1d4eca9885a3993a66a6f072947dd (patch)
treef7fe1931f23da0f1aa457a864ba49aa14a9071ee /sfx2/source/appl/appreg.cxx
parent533e4e0d72f82c98da951173375f8f5a676b25c8 (diff)
INTEGRATION: CWS fwkq1 (1.7.208); FILE MERGED
2003/08/20 11:13:33 mba 1.7.208.2: #110843#: obsolete code removed 2003/07/14 18:00:04 mba 1.7.208.1: #110843#: get rid of factories
Diffstat (limited to 'sfx2/source/appl/appreg.cxx')
-rw-r--r--sfx2/source/appl/appreg.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/source/appl/appreg.cxx b/sfx2/source/appl/appreg.cxx
index 9eb2ac986ff0..63f24cf68413 100644
--- a/sfx2/source/appl/appreg.cxx
+++ b/sfx2/source/appl/appreg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: appreg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: cd $ $Date: 2002-10-11 15:14:20 $
+ * last change: $Author: rt $ $Date: 2003-09-19 07:56:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,6 @@
#include "arrdecl.hxx"
#include "intfrm.hxx"
#include "ipfrm.hxx"
-#include "fsetobsh.hxx"
-#include "fsetview.hxx"
#include "tbxcust.hxx"
#include "sfxhelp.hxx"
#include "templdlg.hxx"
@@ -251,8 +249,9 @@ void SfxApplication::SetInterfaceByIdImpl( SfxInterfaceId eId,
pInterfaces[ USHORT(eId) ] = pIF;
}
-
+/*
const SfxObjectFactory& SfxApplication::GetDefaultFactory() const
{
return SfxObjectFactory::GetDefaultFactory();
}
+*/