summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-10-29 23:24:38 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-04 12:30:40 -0500
commita205b8564c9477e91a5f2507f4746b85e0c62f95 (patch)
tree3688f48f98f4b6bf82eae6b107934262affd0e3c /svx
parenta87412a599b0f87bf2cbf0f02f539b3529a08940 (diff)
Remove com::sun::star.
Change-Id: Id656f1ef1cdfb695bcfcb35e393def3682e8c556
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/sdrpagewindow.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/svdraw/sdrpagewindow.cxx b/svx/source/svdraw/sdrpagewindow.cxx
index 5fa995a105e3..0e4cdf41dc10 100644
--- a/svx/source/svdraw/sdrpagewindow.cxx
+++ b/svx/source/svdraw/sdrpagewindow.cxx
@@ -71,7 +71,7 @@ struct SdrPageWindow::Impl
};
-::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer > SdrPageWindow::GetControlContainer( bool _bCreateIfNecessary ) const
+uno::Reference<awt::XControlContainer> SdrPageWindow::GetControlContainer( bool _bCreateIfNecessary ) const
{
if (!mpImpl->mxControlContainer.is() && _bCreateIfNecessary)
{
@@ -97,8 +97,7 @@ struct SdrPageWindow::Impl
uno::Reference< uno::XInterface > xContext = xControl->getContext();
if(!xContext.is())
{
- xControl->createPeer( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XToolkit > (),
- ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > () );
+ xControl->createPeer( uno::Reference<awt::XToolkit>(), uno::Reference<awt::XWindowPeer>() );
}
}
}