--- ooo2gd/build.xml.old 2010-01-13 11:47:11.000000000 +0000 +++ ooo2gd/build.xml 2010-01-13 11:49:07.000000000 +0000 @@ -1,70 +1,83 @@ - - - - - - Builds, tests, and runs the project Addin. - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
--- ooo2gd/src/org/openoffice/gdocs/ui/dialogs/ImportDialog.java.old 2010-01-13 11:47:12.000000000 +0000 +++ ooo2gd/src/org/openoffice/gdocs/ui/dialogs/ImportDialog.java 2010-01-13 13:09:42.000000000 +0000 @@ -423,6 +423,7 @@ public class ImportDialog extends JFrame private void donwloadTextDocument(final Document entry, final Wrapper wrapper, final boolean openAfterDownload) throws MalformedURLException, IOException, URISyntaxException, UnsupportedEncodingException, HeadlessException { String directory = Configuration.getDirectoryToStoreFiles(); + if (directory==null) directory = Configuration.getWorkingPath(); String documentUrl = null; String documentTitle = createFileName(wrapper,entry); if ("?".equals(directory)) { --- ooo2gd/src/Addons.xcu.old 2010-01-13 12:42:53.000000000 +0000 +++ ooo2gd/src/Addons.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -1,4 +1,4 @@ - + @@ -191,7 +191,6 @@ com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument,com.sun.star.presentation.PresentationDocument - @@ -213,7 +212,7 @@ _self - + com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument,com.sun.star.presentation.PresentationDocument @@ -236,7 +235,6 @@ com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument,com.sun.star.presentation.PresentationDocument - @@ -258,7 +256,7 @@ _self - + com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument,com.sun.star.presentation.PresentationDocument @@ -280,7 +278,7 @@ _self - + com.sun.star.sheet.SpreadsheetDocument,com.sun.star.text.TextDocument,com.sun.star.presentation.PresentationDocument @@ -298,7 +296,16 @@ - %origin%/images/ooo2gd.png + %origin%/images/sc_ooo2gd.png + + + %origin%/images/lc_ooo2gd.png + + + %origin%/images/sc_ooo2gd.png + + + %origin%/images/lc_ooo2gd.png @@ -308,7 +315,16 @@ - %origin%/images/upload-doc.png + %origin%/images/sc_upload_doc.png + + + %origin%/images/lc_upload_doc.png + + + %origin%/images/sc_upload_doc.png + + + %origin%/images/lc_upload_doc.png @@ -318,7 +334,16 @@ - %origin%/images/download-doc.png + %origin%/images/sc_download_doc.png + + + %origin%/images/lc_download_doc.png + + + %origin%/images/sc_download_doc.png + + + %origin%/images/lc_download_doc.png @@ -329,7 +354,16 @@ - %origin%/images/upload-zoho.png + %origin%/images/sc_upload_zoho.png + + + %origin%/images/lc_upload_zoho.png + + + %origin%/images/sc_upload_zoho.png + + + %origin%/images/lc_upload_zoho.png @@ -340,7 +374,16 @@ - %origin%/images/download-zoho.png + %origin%/images/sc_download_zoho.png + + + %origin%/images/lc_download_zoho.png + + + %origin%/images/sc_download_zoho.png + + + %origin%/images/lc_download_zoho.png @@ -351,7 +394,16 @@ - %origin%/images/upload-webdav.png + %origin%/images/sc_upload_webdav.png + + + %origin%/images/lc_upload_webdav.png + + + %origin%/images/sc_upload_webdav.png + + + %origin%/images/lc_upload_webdav.png --- ooo2gd/src/BaseWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/BaseWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/BasicIDEWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/BasicIDEWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/CalcWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/CalcWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/DrawWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/DrawWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/ImpressWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/ImpressWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/MathWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/MathWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/ProtocolHandler.xcu.old 2010-01-13 11:47:11.000000000 +0000 +++ ooo2gd/src/ProtocolHandler.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -1,6 +1,5 @@ - - - + + --- ooo2gd/src/StartModuleWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/StartModuleWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/WriterWindowState.xcu.old 2010-01-13 12:43:08.000000000 +0000 +++ ooo2gd/src/WriterWindowState.xcu 2010-01-13 12:43:08.000000000 +0000 @@ -0,0 +1,18 @@ + + + + + + + Google Docs & Zoho + + + false + + + true + + + + + --- ooo2gd/src/uno-extension-manifest.xml.old 2010-01-13 11:47:12.000000000 +0000 +++ ooo2gd/src/uno-extension-manifest.xml 2010-01-13 12:54:27.000000000 +0000 @@ -1,9 +1,14 @@ - - - + + + + + + + + + + + \ No newline at end of file