summaryrefslogtreecommitdiffstats
path: root/include/canvas/base/disambiguationhelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-19 12:29:30 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-10-20 07:04:31 +0000
commitb1659c95b0620cfd1291f889eae767757f696ae1 (patch)
treeb83f855ae35f3bdd1bea9e309fa6710549cfd40f /include/canvas/base/disambiguationhelper.hxx
parentconvert com::sun::star->css in include/basic (diff)
downloadcore-b1659c95b0620cfd1291f889eae767757f696ae1.tar.gz
core-b1659c95b0620cfd1291f889eae767757f696ae1.zip
com::sun::star->css in include/canvas
Change-Id: Iacf28606e41f0b1345864762612cbb009066bfeb Reviewed-on: https://gerrit.libreoffice.org/19458 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
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); }
};