diff options
author | David Tardon <dtardon@redhat.com> | 2012-01-20 10:32:42 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-01-20 10:33:43 +0100 |
commit | 614feec5481ee618bea98dabab2df0281995385e (patch) | |
tree | 14ee17dd2a06150c075b0f9497b70ff6df36d1ce | |
parent | 1ccb93b138b3d29b7ee497cdfb8a7cec5acb01cd (diff) |
add missing semicolons. *blush*
-rw-r--r-- | cui/source/tabpages/tabarea.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tabarea.src b/cui/source/tabpages/tabarea.src index 6c830d07cbe4..fe22673ba61b 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"; - } + }; }; // ------------------------------------------------------ |