summaryrefslogtreecommitdiff
path: root/sc/inc/filtuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/filtuno.hxx')
-rw-r--r--sc/inc/filtuno.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/sc/inc/filtuno.hxx b/sc/inc/filtuno.hxx
index 5b8969b172f6..a3126db578ee 100644
--- a/sc/inc/filtuno.hxx
+++ b/sc/inc/filtuno.hxx
@@ -33,11 +33,6 @@ namespace com { namespace sun { namespace star { namespace io {
class XInputStream;
} } } }
-::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL
- ScFilterOptionsObj_CreateInstance(
- const ::com::sun::star::uno::Reference<
- ::com::sun::star::lang::XMultiServiceFactory >& );
-
class ScFilterOptionsObj : public ::cppu::WeakImplHelper5<
::com::sun::star::beans::XPropertyAccess,
::com::sun::star::ui::dialogs::XExecutableDialog,
@@ -56,9 +51,6 @@ public:
ScFilterOptionsObj();
virtual ~ScFilterOptionsObj();
- static OUString getImplementationName_Static();
- static ::com::sun::star::uno::Sequence< OUString> getSupportedServiceNames_Static();
-
// XPropertyAccess
virtual ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >
SAL_CALL getPropertyValues() throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;