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

Noel Power noelp at kemper.freedesktop.org
Thu Feb 25 02:35:38 PST 2010


 patches/vba/vba-fixup-moduleinfo.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58d13f299cda9d2f321f2265a3caabbbcb0bfb77
Author: Noel Power <noel.power at novell.com>
Date:   Thu Feb 25 10:35:27 2010 +0000

    fix missing ';' in patch causing compile error
    
    * patches/vba/vba-fixup-moduleinfo.diff:

diff --git a/patches/vba/vba-fixup-moduleinfo.diff b/patches/vba/vba-fixup-moduleinfo.diff
index 2de88e3..57f0752 100644
--- a/patches/vba/vba-fixup-moduleinfo.diff
+++ b/patches/vba/vba-fixup-moduleinfo.diff
@@ -1268,7 +1268,7 @@ index 672dbcc..8f251c5 100644
              aDocument.BeginDrawUndo();			// drawing layer must do its own undo actions
  
 +        String sSrcCodeName;
-+        aDocument.GetCodeName( nSrcTab, sSrcCodeName )
++        aDocument.GetCodeName( nSrcTab, sSrcCodeName );
          if (!aDocument.CopyTab( nSrcTab, nDestTab ))
          {
              //!	EndDrawUndo?


More information about the ooo-build-commit mailing list