From b5981c279f6846f81bad7bb9c6e0b3a3df72326a Mon Sep 17 00:00:00 2001 From: henrikjust Date: Thu, 30 Oct 2014 21:21:49 +0000 Subject: [PATCH] Merge w4l into w2l git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@198 f0f2a975-2e09-46c8-9428-3b39399b9f3c --- source/oxt/writer4latex/W4LDialogs/Addons.xcu | 83 ------------------- .../writer4latex/W4LDialogs/Applications.xdl | 37 --------- .../W4LDialogs/AutoConfigInfo.xdl | 8 -- .../writer4latex/W4LDialogs/Bibliography.xdl | 37 --------- .../W4LDialogs/ConfigurationRoot.xdl | 15 ---- .../oxt/writer4latex/W4LDialogs/LogViewer.xdl | 19 ----- .../oxt/writer4latex/W4LDialogs/Module1.xba | 10 --- source/oxt/writer4latex/W4LDialogs/dialog.xlb | 9 -- source/oxt/writer4latex/W4LDialogs/script.xlb | 5 -- source/oxt/writer4latex/w4l_filters.xcu | 33 -------- source/oxt/writer4latex/w4l_types.xcu | 30 ------- 11 files changed, 286 deletions(-) delete mode 100644 source/oxt/writer4latex/W4LDialogs/Addons.xcu delete mode 100644 source/oxt/writer4latex/W4LDialogs/Applications.xdl delete mode 100644 source/oxt/writer4latex/W4LDialogs/AutoConfigInfo.xdl delete mode 100644 source/oxt/writer4latex/W4LDialogs/Bibliography.xdl delete mode 100644 source/oxt/writer4latex/W4LDialogs/ConfigurationRoot.xdl delete mode 100644 source/oxt/writer4latex/W4LDialogs/LogViewer.xdl delete mode 100644 source/oxt/writer4latex/W4LDialogs/Module1.xba delete mode 100644 source/oxt/writer4latex/W4LDialogs/dialog.xlb delete mode 100644 source/oxt/writer4latex/W4LDialogs/script.xlb delete mode 100644 source/oxt/writer4latex/w4l_filters.xcu delete mode 100644 source/oxt/writer4latex/w4l_types.xcu diff --git a/source/oxt/writer4latex/W4LDialogs/Addons.xcu b/source/oxt/writer4latex/W4LDialogs/Addons.xcu deleted file mode 100644 index 56daf13..0000000 --- a/source/oxt/writer4latex/W4LDialogs/Addons.xcu +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - com.sun.star.text.TextDocument - - - Insert BibTeX citation - Indsæt BibTeX-reference - - - _self - - - org.openoffice.da.writer4latex:InsertBibTeX - - - %origin%/icons/bibtex - - - - - com.sun.star.text.TextDocument - - - Publish to LaTeX - Publicer til LaTeX - - - _self - - - org.openoffice.da.writer4latex:ProcessDocument - - - %origin%/icons/latex - - - - - com.sun.star.text.TextDocument - - - View log files - Vis logfiler - - - _self - - - org.openoffice.da.writer4latex:ViewLog - - - %origin%/icons/log - - - - - com.sun.star.text.TextDocument - - - Edit custom format - Rediger brugerdefineret format - - - _self - - - .uno:OptionsTreeDialog?OptionsPageURL:string=%origin%/W2LDialogs2/Documentclass.xdl - - - %origin%/icons/custom - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/Applications.xdl b/source/oxt/writer4latex/W4LDialogs/Applications.xdl deleted file mode 100644 index aa47e87..0000000 --- a/source/oxt/writer4latex/W4LDialogs/Applications.xdl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/AutoConfigInfo.xdl b/source/oxt/writer4latex/W4LDialogs/AutoConfigInfo.xdl deleted file mode 100644 index 3642770..0000000 --- a/source/oxt/writer4latex/W4LDialogs/AutoConfigInfo.xdl +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/Bibliography.xdl b/source/oxt/writer4latex/W4LDialogs/Bibliography.xdl deleted file mode 100644 index 6790d68..0000000 --- a/source/oxt/writer4latex/W4LDialogs/Bibliography.xdl +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/ConfigurationRoot.xdl b/source/oxt/writer4latex/W4LDialogs/ConfigurationRoot.xdl deleted file mode 100644 index b2cb971..0000000 --- a/source/oxt/writer4latex/W4LDialogs/ConfigurationRoot.xdl +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/LogViewer.xdl b/source/oxt/writer4latex/W4LDialogs/LogViewer.xdl deleted file mode 100644 index 2bd9f8f..0000000 --- a/source/oxt/writer4latex/W4LDialogs/LogViewer.xdl +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/Module1.xba b/source/oxt/writer4latex/W4LDialogs/Module1.xba deleted file mode 100644 index 9c46f60..0000000 --- a/source/oxt/writer4latex/W4LDialogs/Module1.xba +++ /dev/null @@ -1,10 +0,0 @@ - - -REM ***** BASIC ***** - -Sub Main - -End Sub - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/dialog.xlb b/source/oxt/writer4latex/W4LDialogs/dialog.xlb deleted file mode 100644 index 073ea2a..0000000 --- a/source/oxt/writer4latex/W4LDialogs/dialog.xlb +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/W4LDialogs/script.xlb b/source/oxt/writer4latex/W4LDialogs/script.xlb deleted file mode 100644 index 76fa668..0000000 --- a/source/oxt/writer4latex/W4LDialogs/script.xlb +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/source/oxt/writer4latex/w4l_filters.xcu b/source/oxt/writer4latex/w4l_filters.xcu deleted file mode 100644 index 1688582..0000000 --- a/source/oxt/writer4latex/w4l_filters.xcu +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - - - diff --git a/source/oxt/writer4latex/w4l_types.xcu b/source/oxt/writer4latex/w4l_types.xcu deleted file mode 100644 index abd1426..0000000 --- a/source/oxt/writer4latex/w4l_types.xcu +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - LaTeX File - - - - tex - true - org.openoffice.da.comp.writer4latex.TeXDetectService - org.openoffice.da.writer4latex.latex - - - - XeLaTeX File - - - - tex - true - org.openoffice.da.comp.writer4latex.TeXDetectService - org.openoffice.da.writer4latex.xelatex - - - - -