SvtRemoteFilePicker doesn't extend SvtFilePicker's interface list

Change-Id: Iad25fa30a550494ba5a27d30f703ee6748fd338c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178071
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Mike Kaganski 2024-12-08 11:13:22 +05:00
parent 4d91b67e1f
commit c91edf5e57
2 changed files with 0 additions and 23 deletions

View file

@ -458,21 +458,6 @@ IMPLEMENT_FORWARD_XINTERFACE2( SvtFilePicker, OCommonPicker, SvtFilePicker_Base
IMPLEMENT_FORWARD_XTYPEPROVIDER2( SvtFilePicker, OCommonPicker, SvtFilePicker_Base )
IMPLEMENT_FORWARD_XINTERFACE3( SvtRemoteFilePicker, SvtFilePicker, OCommonPicker, SvtFilePicker_Base )
// disambiguate XTypeProvider
css::uno::Sequence< css::uno::Type > SAL_CALL SvtRemoteFilePicker::getTypes( )
{
return ::comphelper::concatSequences(
SvtFilePicker::getTypes(),
OCommonPicker::getTypes(),
SvtFilePicker_Base::getTypes()
);
}
IMPLEMENT_GET_IMPLEMENTATION_ID( SvtRemoteFilePicker )
// XExecutableDialog functions

View file

@ -221,14 +221,6 @@ public:
virtual std::shared_ptr<SvtFileDialog_Base> implCreateDialog( weld::Window* pParent ) override;
// disambiguate XInterface
DECLARE_XINTERFACE( )
// disambiguate XTypeProvider
DECLARE_XTYPEPROVIDER( )
/* XServiceInfo */
virtual OUString SAL_CALL getImplementationName() override;
virtual sal_Bool SAL_CALL supportsService( const OUString& sServiceName ) override;