summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2003-09-19 06:53:22 +0000
committerRüdiger Timm <rt@openoffice.org>2003-09-19 06:53:22 +0000
commit9959a2640b1828e0780b4126458814fd3f930895 (patch)
tree0a089e9825c98ba91db309b5573b4f9919de328d /sfx2/inc
parentbea41f01b7094dbc5a9579d2328077f6600a3c02 (diff)
INTEGRATION: CWS fwkq1 (1.8.214); FILE MERGED
2003/07/14 17:59:16 mba 1.8.214.1: #110843#: get rid of factories
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/frmload.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sfx2/inc/frmload.hxx b/sfx2/inc/frmload.hxx
index 30053e24cea2..1804660204e8 100644
--- a/sfx2/inc/frmload.hxx
+++ b/sfx2/inc/frmload.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: frmload.hxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: mba $ $Date: 2002-07-18 15:02:52 $
+ * last change: $Author: rt $ $Date: 2003-09-19 07:53:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,7 +145,7 @@ namespace com
#define SEQUENCE ::com::sun::star::uno::Sequence
#define RUNTIME_EXCEPTION ::com::sun::star::uno::RuntimeException
-class SfxFrameLoader_Impl : public ::cppu::WeakImplHelper3< ::com::sun::star::frame::XSynchronousFrameLoader, ::com::sun::star::document::XExtendedFilterDetection, ::com::sun::star::lang::XServiceInfo >
+class SfxFrameLoader_Impl : public ::cppu::WeakImplHelper2< ::com::sun::star::frame::XSynchronousFrameLoader, ::com::sun::star::lang::XServiceInfo >
{
REFERENCE < ::com::sun::star::frame::XFrame > xFrame;
REFERENCE < ::com::sun::star::frame::XLoadEventListener > xListener;
@@ -169,11 +169,6 @@ public:
//----------------------------------------------------------------------------------
virtual sal_Bool SAL_CALL load( const SEQUENCE< ::com::sun::star::beans::PropertyValue >& lDescriptor, const REFERENCE< ::com::sun::star::frame::XFrame >& xFrame ) throw( RUNTIME_EXCEPTION );
virtual void SAL_CALL cancel() throw( RUNTIME_EXCEPTION );
-
- //----------------------------------------------------------------------------------
- // XExtendedFilterDetect
- //----------------------------------------------------------------------------------
- virtual ::rtl::OUString SAL_CALL detect( SEQUENCE< ::com::sun::star::beans::PropertyValue >& lDescriptor ) throw( RUNTIME_EXCEPTION );
};
#endif