[Libreoffice-commits] core.git: editeng/source
Tomaž Vajngerl
tomaz.vajngerl at collabora.co.uk
Thu Mar 8 11:58:16 UTC 2018
editeng/source/uno/unonrule.cxx | 11 -----------
1 file changed, 11 deletions(-)
New commits:
commit 64d29443f94327fd4658613bad7a13119381a0b0
Author: Tomaž Vajngerl <tomaz.vajngerl at collabora.co.uk>
Date: Thu Mar 8 16:55:38 2018 +0900
editeng: remove "GraphicURL" - it was replaced by "GraphicBitmap"
Change-Id: I79f9ffd68da2d90da96707c9d6183e6c8a6e74a4
Reviewed-on: https://gerrit.libreoffice.org/50932
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee at gmail.com>
diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx
index 84ac95dab8b1..25a52303fc57 100644
--- a/editeng/source/uno/unonrule.cxx
+++ b/editeng/source/uno/unonrule.cxx
@@ -364,17 +364,6 @@ void SvxUnoNumberingRules::setNumberingRuleByIndex(const Sequence<beans::Propert
continue;
}
}
- else if ( rPropName == "GraphicURL" )
- {
- OUString aURL;
- if( aVal >>= aURL )
- {
- GraphicObject aGrafObj( GraphicObject::CreateGraphicObjectFromURL( aURL ) );
- SvxBrushItem aBrushItem( aGrafObj, GPOS_AREA, SID_ATTR_BRUSH );
- aFmt.SetGraphicBrush( &aBrushItem );
- continue;
- }
- }
else if ( rPropName == "GraphicSize" )
{
awt::Size aUnoSize;
More information about the Libreoffice-commits
mailing list