[Libreoffice-commits] core.git: l10ntools/source

Andras Timar andras.timar at collabora.com
Fri Oct 11 10:15:05 PDT 2013


 l10ntools/source/localize.cxx |   22 ++--------------------
 1 file changed, 2 insertions(+), 20 deletions(-)

New commits:
commit e17600eba244f8ee3e37cc24b4e2171f801c5ea6
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Oct 11 19:13:26 2013 +0200

    file list cleanup
    
    Change-Id: I7bffb6c976654e23e8728e902d7bac287e45afd3

diff --git a/l10ntools/source/localize.cxx b/l10ntools/source/localize.cxx
index be88cea..4b7afd7 100644
--- a/l10ntools/source/localize.cxx
+++ b/l10ntools/source/localize.cxx
@@ -79,9 +79,7 @@ bool passesNegativeList(const OUString& rUrl) {
             "org.openoffice.hu.hunspell.dictionaries/page1.xhp") },
         { RTL_CONSTASCII_STRINGPARAM(
             "/officecfg/registry/data/org/openoffice/Office/"
-            "Accelerators.xcu") },
-        { RTL_CONSTASCII_STRINGPARAM(
-            "/officecfg/registry/data/org/openoffice/Office/SFX.xcu") }
+            "Accelerators.xcu") }
     };
     return !matchList(rUrl, list, SAL_N_ELEMENTS(list));
 }
@@ -98,31 +96,15 @@ bool passesPositiveList(const OUString& rUrl) {
             "/chart2/source/controller/dialogs/"
             "res_SecondaryAxisCheckBoxes_tmpl.hrc") },
         { RTL_CONSTASCII_STRINGPARAM(
-            "/chart2/source/controller/dialogs/res_Statistic_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM(
             "/chart2/source/controller/dialogs/res_Titlesx_tmpl.hrc") },
         { RTL_CONSTASCII_STRINGPARAM(
-            "/chart2/source/controller/dialogs/res_Trendline_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM(
-            "/chart2/source/controller/menu/MenuItems_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM(
             "/dbaccess/source/ui/dlg/AutoControls_tmpl.hrc") },
         { RTL_CONSTASCII_STRINGPARAM(
             "/dbaccess/source/ui/inc/toolbox_tmpl.hrc") },
         { RTL_CONSTASCII_STRINGPARAM("/description.xml") },
         { RTL_CONSTASCII_STRINGPARAM("/android/sdremote/res/values/strings.xml") },
-        { RTL_CONSTASCII_STRINGPARAM("/offmgr/inc/offmenu_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM(
-            "/offmgr/source/offapp/intro/intro_tmpl.hrc") },
         { RTL_CONSTASCII_STRINGPARAM("/svx/inc/globlmn_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM("/svx/source/intro/intro_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM(
-            "/svx/source/unodialogs/textconversiondlgs/"
-            "chinese_direction_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/misc.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/swacc_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/swmn_tmpl.hrc") },
-        { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/toolbox_tmpl.hrc") }
+        { RTL_CONSTASCII_STRINGPARAM("/sw/source/ui/inc/misc.hrc") }
     };
     return matchList(rUrl, list, SAL_N_ELEMENTS(list));
 }


More information about the Libreoffice-commits mailing list