From 21131ea640f158963d4b69b1269c0bc7e5215006 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Fri, 23 Sep 2011 00:29:10 +0200 Subject: Set the python fax wizard as the default one --- scp2/source/ooo/file_ooo.scp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scp2') 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 ) -- cgit