From 7f76f79fb0316419537623a08297d445eb8f7f28 Mon Sep 17 00:00:00 2001 From: Tino Rachui Date: Fri, 24 Aug 2001 07:57:18 +0000 Subject: #91086#new constant for template added --- fpicker/source/win32/filepicker/FPServiceInfo.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'fpicker') 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" -- cgit