diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-09-23 00:29:10 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:22 +0000 |
commit | 21131ea640f158963d4b69b1269c0bc7e5215006 (patch) | |
tree | d9d3336fd307764a30f3366c19b6f2275ccac9dd /scp2 | |
parent | 02d490ad83d31cb0dc342c6efb63837d820a8d88 (diff) |
Set the python fax wizard as the default one
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 736b5249fc2b..67494757cb5a 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -468,10 +468,10 @@ STD_JAR_FILE( gid_File_Jar_Saxon, saxon9 ) #ifndef AIX #ifndef DISABLE_PYUNO -STD_PY_FILE( gid_File_PyCallFaxWizard, CallWizard, gid_Dir_Program ) STD_PY_FILE( gid_File_PyInitWizards, __init__, gid_Dir_Wizards ) +STD_PY_FILE( gid_File_PyCallFaxWizard, CallWizard, gid_Dir_Program ) STD_PY_FILE( gid_File_PyInitFax, __init__, gid_Dir_Wizards_Fax ) STD_PY_FILE( gid_File_PyFaxDocument, FaxDocument, gid_Dir_Wizards_Fax ) STD_PY_FILE( gid_File_PyCGFax, CGFax, gid_Dir_Wizards_Fax ) |