[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sc/source

Michael Meeks michael at kemper.freedesktop.org
Tue Jul 26 09:01:43 PDT 2011


 sc/source/ui/styleui/scstyles.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4e792da71071784d9c7268cccc2bc8c941906e21
Author: Andras Timar <atimar at novell.com>
Date:   Sat Apr 30 17:49:10 2011 +0200

    make strings localizable - fdo#36706
    
    Signed-off-by: Michael Meeks <michael.meeks at novell.com>

diff --git a/sc/source/ui/styleui/scstyles.src b/sc/source/ui/styleui/scstyles.src
index 0cc89ca..9daecd8 100644
--- a/sc/source/ui/styleui/scstyles.src
+++ b/sc/source/ui/styleui/scstyles.src
@@ -35,7 +35,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
         SfxStyleFamilyItem
         {
             StyleFamily = SFX_STYLE_FAMILY_PARA ;
-            FilterList =
+            FilterList [ en-US ] =
             {
                 < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
                 < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
@@ -47,7 +47,7 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
         SfxStyleFamilyItem
         {
             StyleFamily = SFX_STYLE_FAMILY_PAGE ;
-            FilterList =
+            FilterList [ en-US ] =
             {
                 < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
                 < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;


More information about the Libreoffice-commits mailing list