[Libreoffice-commits] core.git: oox/source
Caolán McNamara
caolanm at redhat.com
Wed Mar 5 01:34:20 PST 2014
oox/source/drawingml/shape.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 19a28edc632b8b8b209717c1b21ae69c3ac51bfb
Author: Caolán McNamara <caolanm at redhat.com>
Date: Wed Mar 5 09:33:34 2014 +0000
getRelationsFromType -> getRelationsFromTypeFromOfficeDoc (?)
Change-Id: I492020d03ed4178510e6aae431cf4827c1166f0b
diff --git a/oox/source/drawingml/shape.cxx b/oox/source/drawingml/shape.cxx
index 3a2ebae..b40356a 100644
--- a/oox/source/drawingml/shape.cxx
+++ b/oox/source/drawingml/shape.cxx
@@ -1208,7 +1208,7 @@ uno::Sequence< uno::Sequence< uno::Any > > Shape::resolveRelationshipsOfType(co
core::RelationsRef xRels = rFilter.importRelations( sFragment );
if ( xRels )
{
- core::RelationsRef xImageRels = xRels->getRelationsFromType( sType );
+ core::RelationsRef xImageRels = xRels->getRelationsFromTypeFromOfficeDoc( sType );
if ( xImageRels )
{
xRelListTemp.realloc( xImageRels->size() );
More information about the Libreoffice-commits
mailing list