summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/acConstants.xba
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2015-12-06 18:09:10 +0100
committerJean-Pierre Ledure <jp@ledure.be>2015-12-06 18:09:10 +0100
commit0daed9b52fb74b090295a8e079664956785e02c2 (patch)
tree6668bbceb71b5242516d13c4da68ba5da60987ff /wizards/source/access2base/acConstants.xba
parent77801cd501af08f41099feef36a72001ee6c84b4 (diff)
Access2Base - First steps OutPutTo calc and csv
+ bug correction on dlgFormat dialog - check user input Change-Id: I126f99dbc587342772a601df8b9dd03cfe4850ac
Diffstat (limited to 'wizards/source/access2base/acConstants.xba')
-rw-r--r--wizards/source/access2base/acConstants.xba3
1 files changed, 3 insertions, 0 deletions
diff --git a/wizards/source/access2base/acConstants.xba b/wizards/source/access2base/acConstants.xba
index 3f30ba00f609..89ac72b26fb3 100644
--- a/wizards/source/access2base/acConstants.xba
+++ b/wizards/source/access2base/acConstants.xba
@@ -287,6 +287,9 @@ Global Const acFormatPDF = &quot;writer_pdf_Export&quot;
Global Const acFormatODT = &quot;writer8&quot;
Global Const acFormatDOC = &quot;MS Word 97&quot;
Global Const acFormatHTML = &quot;HTML&quot;
+Global Const acFormatXLS = &quot;MS Excel 97&quot;
+Global Const acFormatCALC = &quot;StarOffice XML (Calc)&quot;
+Global Const acFormatTXT = &quot;Text - txt - csv (StarCalc)&quot;
REM AcExportQuality
REM -----------------------------------------------------------------