summaryrefslogtreecommitdiffstats
path: root/editeng/source/uno/unonrule.cxx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2018-03-08 16:55:38 +0900
committerTomaž Vajngerl <quikee@gmail.com>2018-03-08 12:57:49 +0100
commit64d29443f94327fd4658613bad7a13119381a0b0 (patch)
tree3ff844922d37fc8c3a7b6d7c2b174feb63d232a2 /editeng/source/uno/unonrule.cxx
parentchange RTFDocumentImpl to use Graphic instead of GraphicURL (diff)
downloadcore-64d29443f94327fd4658613bad7a13119381a0b0.tar.gz
core-64d29443f94327fd4658613bad7a13119381a0b0.zip
editeng: remove "GraphicURL" - it was replaced by "GraphicBitmap"
Change-Id: I79f9ffd68da2d90da96707c9d6183e6c8a6e74a4 Reviewed-on: https://gerrit.libreoffice.org/50932 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'editeng/source/uno/unonrule.cxx')
-rw-r--r--editeng/source/uno/unonrule.cxx11
1 files changed, 0 insertions, 11 deletions
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;