[ooo-build-commit] .: patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Tue May 11 05:56:55 PDT 2010


 patches/dev300/ooxml-filters.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit eb77867aa7070e79bea5e33acac30d4ec04a7afb
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue May 11 15:56:27 2010 +0300

    Fix diff syntax glitch

diff --git a/patches/dev300/ooxml-filters.diff b/patches/dev300/ooxml-filters.diff
index f0d1f71..7e86358 100644
--- a/patches/dev300/ooxml-filters.diff
+++ b/patches/dev300/ooxml-filters.diff
@@ -208,7 +208,7 @@ index 4dc3451..d360bda 100644
  // ----------------------------------------------------------------------------
  
  Any FilterBase::getArgument( const OUString& rArgName ) const
-@@ -675,6 +684,139 @@ void FilterBase::setMediaDescriptor( const Sequence< PropertyValue >& rMediaDesc
+@@ -675,6 +684,25 @@ void FilterBase::setMediaDescriptor( const Sequence< PropertyValue >& rMediaDesc
      mxImpl->mxStatusIndicator = mxImpl->maMediaDesc.getUnpackedValueOrDefault( MediaDescriptor::PROP_STATUSINDICATOR(), Reference< XStatusIndicator >() );
      mxImpl->mxInteractionHandler = mxImpl->maMediaDesc.getUnpackedValueOrDefault( MediaDescriptor::PROP_INTERACTIONHANDLER(), Reference< XInteractionHandler >() );
      mxImpl->mxParentShape = mxImpl->maMediaDesc.getUnpackedValueOrDefault( CREATE_OUSTRING( "ParentShape" ), mxImpl->mxParentShape );


More information about the ooo-build-commit mailing list