From 1e6ff8f7f8b5322bed7a1b4483f2f483b00212ba Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 18 Jul 2014 18:07:36 +0200 Subject: XFillStyle -> css::drawing::FillStyle Change-Id: I6b2fabd72fd34f4ac1b3a18f386c90794bc39ce4 --- svx/source/tbxctrls/itemwin.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'svx/source/tbxctrls/itemwin.cxx') diff --git a/svx/source/tbxctrls/itemwin.cxx b/svx/source/tbxctrls/itemwin.cxx index 11a24d7cad5b..40865b85bc50 100644 --- a/svx/source/tbxctrls/itemwin.cxx +++ b/svx/source/tbxctrls/itemwin.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + #include #include #include @@ -43,6 +45,7 @@ #include "svx/linectrl.hxx" #include +using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::frame; using namespace ::com::sun::star::util; @@ -429,7 +432,7 @@ SvxFillTypeBox::SvxFillTypeBox( Window* pParent, WinBits nBits ) : { SetSizePixel( LogicToPixel( Size(40, 40 ),MAP_APPFONT )); Fill(); - SelectEntryPos( XFILL_SOLID ); + SelectEntryPos( drawing::FillStyle_SOLID ); Show(); } -- cgit