summaryrefslogtreecommitdiffstats
path: root/sfx2/source/bastyp/fltlst.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/bastyp/fltlst.hxx')
-rw-r--r--sfx2/source/bastyp/fltlst.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/bastyp/fltlst.hxx b/sfx2/source/bastyp/fltlst.hxx
index 446b671d2bac..8bb2affd6eae 100644
--- a/sfx2/source/bastyp/fltlst.hxx
+++ b/sfx2/source/bastyp/fltlst.hxx
@@ -32,8 +32,8 @@
class SfxFilterListener
{
private:
- ::com::sun::star::uno::Reference< ::com::sun::star::util::XRefreshable > m_xFilterCache;
- ::com::sun::star::uno::Reference< ::com::sun::star::util::XRefreshListener > m_xFilterCacheListener;
+ css::uno::Reference< css::util::XRefreshable > m_xFilterCache;
+ css::uno::Reference< css::util::XRefreshListener > m_xFilterCacheListener;
public:
SfxFilterListener();
@@ -41,9 +41,9 @@ class SfxFilterListener
public:
// XRefreshListener
- void SAL_CALL refreshed( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com::sun::star::uno::RuntimeException, std::exception );
+ void SAL_CALL refreshed( const css::lang::EventObject& aSource ) throw( css::uno::RuntimeException, std::exception );
// XEventListener
- void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& aSource ) throw( ::com::sun::star::uno::RuntimeException );
+ void SAL_CALL disposing( const css::lang::EventObject& aSource ) throw( css::uno::RuntimeException );
};