summaryrefslogtreecommitdiff
path: root/include/canvas/base/disambiguationhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/canvas/base/disambiguationhelper.hxx')
-rw-r--r--include/canvas/base/disambiguationhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/canvas/base/disambiguationhelper.hxx b/include/canvas/base/disambiguationhelper.hxx
index 45e2028024b3..b0caf19734e2 100644
--- a/include/canvas/base/disambiguationhelper.hxx
+++ b/include/canvas/base/disambiguationhelper.hxx
@@ -60,7 +60,7 @@ namespace canvas
virtual void disposeThis()
{}
- virtual void disposeEventSource( const ::com::sun::star::lang::EventObject& ) throw (::com::sun::star::uno::RuntimeException)
+ virtual void disposeEventSource( const css::lang::EventObject& ) throw (css::uno::RuntimeException)
{}
mutable ::osl::Mutex m_aMutex;
@@ -69,7 +69,7 @@ namespace canvas
virtual void SAL_CALL disposing() override
{ disposeThis(); }
- virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com::sun::star::uno::RuntimeException) override
+ virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException) override
{ disposeEventSource(Source); }
};