summaryrefslogtreecommitdiff
path: root/fpicker/source
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-08-24 07:57:18 +0000
committerTino Rachui <tra@openoffice.org>2001-08-24 07:57:18 +0000
commit7f76f79fb0316419537623a08297d445eb8f7f28 (patch)
tree61b56987122a52c16b241bcdc26a1f509baa4758 /fpicker/source
parente67180121ba0e92654498af16120376ccef32376 (diff)
#91086#new constant for template added
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/win32/filepicker/FPServiceInfo.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/FPServiceInfo.hxx b/fpicker/source/win32/filepicker/FPServiceInfo.hxx
index 76a9aca45e17..b0858b067ac0 100644
--- a/fpicker/source/win32/filepicker/FPServiceInfo.hxx
+++ b/fpicker/source/win32/filepicker/FPServiceInfo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FPServiceInfo.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-06-28 11:13:03 $
+ * last change: $Author: tra $ $Date: 2001-08-24 08:57:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -94,6 +94,9 @@
#define TMPL95_FILEOPEN_LINK_PREVIEW_BOX_SIMPLE_ID 8000
#define TMPL2000_FILEOPEN_LINK_PREVIEW_BOX_SIMPLE_ID 8001
+#define TMPL95_FILESAVE_AUTOEXT 9000
+#define TMPL2000_FILESAVE_AUTOEXT 9001
+
// the service names
#define FILE_PICKER_SERVICE_NAME "com.sun.star.ui.dialogs.SystemFilePicker"