[ooo-build-commit] Branch 'ooo/master' - oox/source
Jan Holesovsky
kendy at kemper.freedesktop.org
Tue Aug 11 18:06:00 PDT 2009
oox/source/drawingml/hyperlinkcontext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c5a2eb92a9b325d1d8b0118e00f5b8e2da5e1462
Author: Release Engineers <releng at openoffice.org>
Date: Tue Aug 11 09:42:11 2009 +0000
#i10000# use renamed function
diff --git a/oox/source/drawingml/hyperlinkcontext.cxx b/oox/source/drawingml/hyperlinkcontext.cxx
index bdc9aee..585db86 100644
--- a/oox/source/drawingml/hyperlinkcontext.cxx
+++ b/oox/source/drawingml/hyperlinkcontext.cxx
@@ -60,7 +60,7 @@ HyperLinkContext::HyperLinkContext( ContextHandler& rParent,
if ( aRelId.getLength() )
{
OSL_TRACE("OOX: URI rId %s", ::rtl::OUStringToOString (aRelId, RTL_TEXTENCODING_UTF8).pData->buffer);
- sHref = getRelations().getTargetFromRelId( aRelId );
+ sHref = getRelations().getExternalTargetFromRelId( aRelId );
if( sHref.getLength() > 0 )
{
OSL_TRACE("OOX: URI href %s", ::rtl::OUStringToOString (sHref, RTL_TEXTENCODING_UTF8).pData->buffer);
More information about the ooo-build-commit
mailing list