[Libreoffice-commits] .: sc/source

Andras Timar timar at kemper.freedesktop.org
Sat Apr 30 08:52:05 PDT 2011


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

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

    make strings localizable - fdo#36706

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