Kaydet (Commit) a205b856 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove com::sun::star.

Change-Id: Id656f1ef1cdfb695bcfcb35e393def3682e8c556
üst a87412a5
......@@ -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>() );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment