diff options
author | Tino Rachui <tra@openoffice.org> | 2001-08-24 07:57:18 +0000 |
---|---|---|
committer | Tino Rachui <tra@openoffice.org> | 2001-08-24 07:57:18 +0000 |
commit | 7f76f79fb0316419537623a08297d445eb8f7f28 (patch) | |
tree | 61b56987122a52c16b241bcdc26a1f509baa4758 /fpicker/source | |
parent | e67180121ba0e92654498af16120376ccef32376 (diff) |
#91086#new constant for template added
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/win32/filepicker/FPServiceInfo.hxx | 7 |
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" |