diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-17 15:49:35 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-17 14:17:13 +0000 |
commit | 9cde33eba193f23cf501acb108992bfcc5c16f52 (patch) | |
tree | 108d5f32cb6f5d358a31127a543d38a4dd62839e /basctl/source/dlged/propbrw.cxx | |
parent | ad0c0f685b14119e2e564fe0074f5f0c557a5e5f (diff) |
com::sun::star->css in basctl
Change-Id: If0013cdd734a58397ab4972f9cca5584f05d1715
Reviewed-on: https://gerrit.libreoffice.org/17164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'basctl/source/dlged/propbrw.cxx')
-rw-r--r-- | basctl/source/dlged/propbrw.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
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); } } |