From ec1c96a9b69a5a2546fe2564cd92fe9e33471fbc Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 1 Nov 2012 15:01:34 +0200 Subject: fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifier ...which has lots of nice knock-on effects. Change-Id: Icc93fdb70f24903b08702654db4e1105eb1d438e --- ucbhelper/inc/ucbhelper/contentidentifier.hxx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'ucbhelper/inc') diff --git a/ucbhelper/inc/ucbhelper/contentidentifier.hxx b/ucbhelper/inc/ucbhelper/contentidentifier.hxx index 8fb73d9651bb..31f0a276ea36 100644 --- a/ucbhelper/inc/ucbhelper/contentidentifier.hxx +++ b/ucbhelper/inc/ucbhelper/contentidentifier.hxx @@ -25,10 +25,6 @@ #include #include "ucbhelper/ucbhelperdllapi.h" -namespace com { namespace sun { namespace star { namespace lang { - class XMultiServiceFactory; -} } } } - namespace rtl { class OUString; } @@ -52,9 +48,6 @@ class UCBHELPER_DLLPUBLIC ContentIdentifier : public com::sun::star::ucb::XContentIdentifier { public: - ContentIdentifier( const com::sun::star::uno::Reference< - com::sun::star::lang::XMultiServiceFactory >& rxSMgr, - const rtl::OUString& rURL ); ContentIdentifier( const rtl::OUString& rURL ); virtual ~ContentIdentifier(); -- cgit