[Libreoffice-commits] .: cui/source

David Tardon dtardon at kemper.freedesktop.org
Fri Jan 20 01:33:52 PST 2012


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

New commits:
commit 614feec5481ee618bea98dabab2df0281995385e
Author: David Tardon <dtardon at 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";
-    }
+    };
 };
 
 // ------------------------------------------------------


More information about the Libreoffice-commits mailing list