From 882a644d9e436bd5fbd97d495853f7257fa9465f Mon Sep 17 00:00:00 2001 From: Xavier ALT Date: Tue, 8 Mar 2011 22:59:04 +0100 Subject: remove SVX_LIGHT macro --- xmloff/source/style/ImageStyle.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'xmloff/source/style/ImageStyle.cxx') diff --git a/xmloff/source/style/ImageStyle.cxx b/xmloff/source/style/ImageStyle.cxx index e5592c759bea..e4f86d4e87a9 100644 --- a/xmloff/source/style/ImageStyle.cxx +++ b/xmloff/source/style/ImageStyle.cxx @@ -68,8 +68,6 @@ XMLImageStyle::~XMLImageStyle() { } -#ifndef SVX_LIGHT - sal_Bool XMLImageStyle::exportXML( const OUString& rStrName, const ::com::sun::star::uno::Any& rValue, SvXMLExport& rExport ) { return ImpExportXML( rStrName, rValue, rExport ); @@ -121,8 +119,6 @@ sal_Bool XMLImageStyle::ImpExportXML( const OUString& rStrName, const uno::Any& return bRet; } -#endif // #ifndef SVX_LIGHT - sal_Bool XMLImageStyle::importXML( const uno::Reference< xml::sax::XAttributeList >& xAttrList, uno::Any& rValue, OUString& rStrName, SvXMLImport& rImport ) { return ImpImportXML( xAttrList, rValue, rStrName, rImport ); -- cgit