cui/source/tabpages/tabarea.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 614feec5481ee618bea98dabab2df0281995385e
Author: David Tardon <dtar...@redhat.com>
Date:   Fri Jan 20 10:32:42 2012 +0100

    add missing semicolons. *blush*

diff --git a/cui/source/tabpages/tabarea.src b/cui/source/tabpages/tabarea.src
index 6c830d0..fe22673 100644
--- a/cui/source/tabpages/tabarea.src
+++ b/cui/source/tabpages/tabarea.src
@@ -1001,14 +1001,14 @@ TabPage RID_SVXPAGE_BITMAP
                 File = "sc05502.bmp" ;
             };
         };
-    }
+    };
     CheckBox BTN_EMBED
     {
        HelpID = "cui:ImageButton:RID_SVXPAGE_BITMAP:BTN_EMBED";
         Pos = MAP_APPFONT ( 197 , 124 ) ;
         Size = MAP_APPFONT ( 122 , 10 ) ;
         Text [ en-US ] =  "Embed";
-    }
+    };
 };
 
 // ------------------------------------------------------
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to