summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/FPServiceInfo.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-05-29 13:38:44 +0200
committerMichael Stahl <mstahl@redhat.com>2017-05-29 15:46:20 +0200
commit200f02d55c806c3ae7ce054b43e66013c508062c (patch)
tree04917633fd6df0f13993472c616804b5cd0615cd /fpicker/source/win32/filepicker/FPServiceInfo.hxx
parent32260c40b265b97358fc426fb9f849c243dc7dd4 (diff)
fpicker: remove legacy XP FilePicker implementation
Long live VistaFilePicker. Change-Id: I362a582a1922abad66ecfd1f5c4ce1a5a25fcd11
Diffstat (limited to 'fpicker/source/win32/filepicker/FPServiceInfo.hxx')
-rw-r--r--fpicker/source/win32/filepicker/FPServiceInfo.hxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/fpicker/source/win32/filepicker/FPServiceInfo.hxx b/fpicker/source/win32/filepicker/FPServiceInfo.hxx
index 9e03045a6bd3..36aadf4b1c97 100644
--- a/fpicker/source/win32/filepicker/FPServiceInfo.hxx
+++ b/fpicker/source/win32/filepicker/FPServiceInfo.hxx
@@ -17,31 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#ifndef INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_FPSERVICEINFO_HXX
#define INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_FPSERVICEINFO_HXX
-// the service name is a description of a set of
-// interfaces (is the same as component categories in COM)
-
-#define TMPL2000_FILEOPEN_READONLY_VERSION_BOX_ID 1001
-
-#define TMPL2000_FILEOPEN_LINK_PREVIEW_BOX_ID 2001
-
-#define TMPL2000_FILEOPEN_AUTOEXT_TEMPLATE_BOX_ID 3001
-
-#define TMPL2000_FILESAVE_AUTOEXT_PASSWORD_BOX_ID 4001
-
-#define TMPL2000_AUTOEXT_PASSWORD_FILTEROPTION_BOX 5001
-
-#define TMPL2000_PLAY_PUSHBUTTON 6001
-
-#define TMPL2000_AUTOEXT_SELECTION_BOX 7001
-
-#define TMPL2000_FILEOPEN_LINK_PREVIEW_BOX_SIMPLE_ID 8001
-
-#define TMPL2000_FILESAVE_AUTOEXT 9001
-
// the service names
#define FILE_PICKER_SERVICE_NAME "com.sun.star.ui.dialogs.SystemFilePicker"