[ooo-build-commit] patches/vba

Noel Power noelp at kemper.freedesktop.org
Mon Nov 23 03:26:47 PST 2009


 patches/vba/vba-word-support-m4.diff |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 1d4bc29c96b09da56d8aa5c12e3cc000956f7efc
Author: Noel Power <noel.power at novell.com>
Date:   Mon Nov 23 11:25:02 2009 +0000

    fix error in build service.
    
    * patches/vba/vba-word-support-m4.diff:

diff --git a/patches/vba/vba-word-support-m4.diff b/patches/vba/vba-word-support-m4.diff
index d6881fb..0e8f32f 100644
--- a/patches/vba/vba-word-support-m4.diff
+++ b/patches/vba/vba-word-support-m4.diff
@@ -3223,7 +3223,7 @@ new file mode 100644
 index 0000000..603c08f
 --- /dev/null
 +++ sw/source/ui/vba/vbacells.cxx
-@@ -0,0 +1,221 @@
+@@ -0,0 +1,223 @@
 +/*************************************************************************
 + *
 + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -3322,6 +3322,8 @@ index 0000000..603c08f
 +                    return uno::makeAny( uno::Reference< word::XCell >( new SwVbaCell( mxParent, mxContext, mxTextTable, col, row ) ) );
 +            }
 +        }
++        throw css::lang::IndexOutOfBoundsException();
++        
 +    }
 +    virtual uno::Type SAL_CALL getElementType(  ) throw (uno::RuntimeException)
 +    {


More information about the ooo-build-commit mailing list