Some more loplugin:cstylecast: fpicker
Change-Id: I39e741c395a05f6f83e2e5db91a76cea87d06836
This commit is contained in:
@@ -1128,12 +1128,12 @@ void SvtFileDialog::EnableAutocompletion( bool _bEnable )
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
IMPL_STATIC_LINK( SvtFileDialog, FilterSelectHdl_Impl, ListBox*, pBox )
|
IMPL_STATIC_LINK( SvtFileDialog, FilterSelectHdl_Impl, void*, pInstance )
|
||||||
{
|
{
|
||||||
DBG_ASSERT( pBox, "SvtFileDialog:keine Instanz" );
|
DBG_ASSERT( pInstance, "SvtFileDialog:keine Instanz" );
|
||||||
|
|
||||||
// was the handler executed by the travel timer?
|
// was the handler executed by the travel timer?
|
||||||
if ( pBox == (ListBox*)&pThis->_pImp->_aFilterTimer )
|
if ( pInstance == &pThis->_pImp->_aFilterTimer )
|
||||||
{
|
{
|
||||||
// filter the view again
|
// filter the view again
|
||||||
pThis->ExecuteFilter();
|
pThis->ExecuteFilter();
|
||||||
|
@@ -112,7 +112,7 @@ private:
|
|||||||
bool m_bHasFilename;
|
bool m_bHasFilename;
|
||||||
::com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext > m_context;
|
::com::sun::star::uno::Reference < com::sun::star::uno::XComponentContext > m_context;
|
||||||
|
|
||||||
DECL_STATIC_LINK( SvtFileDialog, FilterSelectHdl_Impl, ListBox* );
|
DECL_STATIC_LINK( SvtFileDialog, FilterSelectHdl_Impl, void* );
|
||||||
DECL_STATIC_LINK( SvtFileDialog, NewFolderHdl_Impl, PushButton* );
|
DECL_STATIC_LINK( SvtFileDialog, NewFolderHdl_Impl, PushButton* );
|
||||||
DECL_STATIC_LINK( SvtFileDialog, OpenHdl_Impl, void* );
|
DECL_STATIC_LINK( SvtFileDialog, OpenHdl_Impl, void* );
|
||||||
DECL_LINK ( CancelHdl_Impl, void* );
|
DECL_LINK ( CancelHdl_Impl, void* );
|
||||||
|
Reference in New Issue
Block a user