From 9cde33eba193f23cf501acb108992bfcc5c16f52 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 17 Jul 2015 15:49:35 +0200 Subject: com::sun::star->css in basctl Change-Id: If0013cdd734a58397ab4972f9cca5584f05d1715 Reviewed-on: https://gerrit.libreoffice.org/17164 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- basctl/source/dlged/propbrw.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'basctl/source/dlged/propbrw.cxx') diff --git a/basctl/source/dlged/propbrw.cxx b/basctl/source/dlged/propbrw.cxx index 5f89f2627a40..c6ac3fe9b1d7 100644 --- a/basctl/source/dlged/propbrw.cxx +++ b/basctl/source/dlged/propbrw.cxx @@ -163,8 +163,8 @@ void PropBrw::ImplReCreateController() if ( m_xBrowserComponentWindow.is() ) { m_xBrowserComponentWindow->setPosSize(aPropWinPos.X(), aPropWinPos.Y(), aPropWinSize.Width(), aPropWinSize.Height(), - ::com::sun::star::awt::PosSize::WIDTH | ::com::sun::star::awt::PosSize::HEIGHT | - ::com::sun::star::awt::PosSize::X | ::com::sun::star::awt::PosSize::Y); + css::awt::PosSize::WIDTH | css::awt::PosSize::HEIGHT | + css::awt::PosSize::X | css::awt::PosSize::Y); m_xBrowserComponentWindow->setVisible(true); } } @@ -433,7 +433,7 @@ void PropBrw::Resize() if (m_xBrowserComponentWindow.is()) { m_xBrowserComponentWindow->setPosSize(0, 0, aPropWinSize.Width(), aPropWinSize.Height(), - ::com::sun::star::awt::PosSize::WIDTH | ::com::sun::star::awt::PosSize::HEIGHT); + css::awt::PosSize::WIDTH | css::awt::PosSize::HEIGHT); } } -- cgit