summaryrefslogtreecommitdiff
path: root/l10ntools
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2010-08-25 19:09:27 +0200
committerIvo Hinkelmann <ihi@openoffice.org>2010-08-25 19:09:27 +0200
commit0f5cf8b1ece166ffb32af79b54fe46ec5dc9a6f8 (patch)
treee355258dccd67a43fa4b8291f6c5b644591ea860 /l10ntools
parente301c8006b0ebebaa1059f1712ab7269a684c540 (diff)
#i10000# set dummy fields to 0 for string DB
Diffstat (limited to 'l10ntools')
-rw-r--r--l10ntools/scripts/tool/sdf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/scripts/tool/sdf.py b/l10ntools/scripts/tool/sdf.py
index 2afcbaf4bb1f..dd413b14f75f 100644
--- a/l10ntools/scripts/tool/sdf.py
+++ b/l10ntools/scripts/tool/sdf.py
@@ -113,7 +113,7 @@ class SdfEntity:
const._TITLE_POS = 13
const._DATE_POS = 14
- def __init__(self, project="", source_file="", dummy1="", resource_type="", gid="", lid="", helpid="", platform="", dummy2="", langid="",
+ def __init__(self, project="", source_file="", dummy1="0", resource_type="", gid="", lid="", helpid="", platform="", dummy2="0", langid="",
text="", helptext="", quickhelptext="", title="", date="2002-02-02 02:02:02"):
self.project = project;
self.source_file = source_file;