summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser/unodatbr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/browser/unodatbr.cxx')
-rw-r--r--dbaccess/source/ui/browser/unodatbr.cxx9
1 files changed, 4 insertions, 5 deletions
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index 0da24c5a3f9a..8ab98cade86c 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -27,7 +27,7 @@
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbui.hxx"
+#include "precompiled_dbaccess.hxx"
#include "browserids.hxx"
#include "dbaccess_helpid.hrc"
@@ -321,8 +321,7 @@ void SAL_CALL SbaTableQueryBrowser::disposing()
// doin' a lot of VCL stuff here -> lock the SolarMutex
// kiss our listeners goodbye
-
- ::com::sun::star::lang::EventObject aEvt(*this);
+ EventObject aEvt(*this);
m_aSelectionListeners.disposeAndClear(aEvt);
m_aContextMenuInterceptors.disposeAndClear(aEvt);
@@ -1398,7 +1397,7 @@ void SbaTableQueryBrowser::implCheckExternalSlot( sal_uInt16 _nId )
}
// -------------------------------------------------------------------------
-void SAL_CALL SbaTableQueryBrowser::disposing( const ::com::sun::star::lang::EventObject& _rSource ) throw(RuntimeException)
+void SAL_CALL SbaTableQueryBrowser::disposing( const EventObject& _rSource ) throw(RuntimeException)
{
// our frame ?
Reference< ::com::sun::star::frame::XFrame > xSourceFrame(_rSource.Source, UNO_QUERY);
@@ -1694,7 +1693,7 @@ void SbaTableQueryBrowser::LoadFinished(sal_Bool _bWasSynch)
}
// if the form has been loaded, this means that our "selection" has changed
- ::com::sun::star::lang::EventObject aEvent( *this );
+ EventObject aEvent( *this );
m_aSelectionListeners.notifyEach( &XSelectionChangeListener::selectionChanged, aEvent );
}