summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filprp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filprp.hxx')
-rw-r--r--ucb/source/ucp/file/filprp.hxx31
1 files changed, 3 insertions, 28 deletions
diff --git a/ucb/source/ucp/file/filprp.hxx b/ucb/source/ucp/file/filprp.hxx
index 63540854b796..5d2b24eca436 100644
--- a/ucb/source/ucp/file/filprp.hxx
+++ b/ucb/source/ucp/file/filprp.hxx
@@ -19,21 +19,17 @@
#ifndef _FILPRP_HXX_
#define _FILPRP_HXX_
-#include <ucbhelper/macros.hxx>
-#include <cppuhelper/weak.hxx>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
-#include <com/sun/star/lang/XTypeProvider.hpp>
+#include <cppuhelper/implbase1.hxx>
namespace fileaccess {
class shell;
- class XPropertySetInfo_impl
- : public cppu::OWeakObject,
- public com::sun::star::lang::XTypeProvider,
- public com::sun::star::beans::XPropertySetInfo
+class XPropertySetInfo_impl : public cppu::WeakImplHelper1<
+ css::beans::XPropertySetInfo >
{
public:
XPropertySetInfo_impl( shell* pMyShell,const OUString& aUnqPath );
@@ -41,27 +37,6 @@ namespace fileaccess {
virtual ~XPropertySetInfo_impl();
- // XInterface
- virtual com::sun::star::uno::Any SAL_CALL
- queryInterface(
- const com::sun::star::uno::Type& aType )
- throw( com::sun::star::uno::RuntimeException, std::exception);
-
- virtual void SAL_CALL
- acquire(
- void )
- throw();
-
- virtual void SAL_CALL
- release(
- void )
- throw();
-
-
- // XTypeProvider
-
- XTYPEPROVIDER_DECL()
-
virtual com::sun::star::uno::Sequence< com::sun::star::beans::Property > SAL_CALL
getProperties(
void )