diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-07-31 11:47:04 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-07-31 11:47:04 +0000 |
commit | de277e4e54ee0ee5a1b15b80dabc45f139ceb79c (patch) | |
tree | a141734fa9a196c1cfa5a9f281494ac49b9ea7e7 /transex3/source/localize.cxx | |
parent | f760d35f087ded18c181ac70f0591f4a796292da (diff) |
Added SFX.xcd to negative list
Diffstat (limited to 'transex3/source/localize.cxx')
-rw-r--r-- | transex3/source/localize.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/transex3/source/localize.cxx b/transex3/source/localize.cxx index da5365e1bef7..7fb3d7997d7c 100644 --- a/transex3/source/localize.cxx +++ b/transex3/source/localize.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localize.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hjs $ $Date: 2001-07-18 17:44:43 $ + * last change: $Author: nf $ $Date: 2001-07-31 12:47:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -85,6 +85,7 @@ const char *ExeTable[][5] = { const char *NegativeList[] = { "officecfg/data/org.openoffice.Office.Labels.xcd", "officecfg/data/org/openoffice/Office/Labels.xcd", + "officecfg/data/org/openoffice/Office/SFX.xcd", "hidother.src", "NULL" }; |