summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-01 18:24:05 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-01 18:33:42 +0200
commit00240d049790d11c4ef35de7a294819107197efd (patch)
tree6479f4fee0eac540ca6d0b80552834f2b19e4364 /fpicker/source/aqua
parentd341aca7f68bc082cdefe4b1176f56c2c14a0322 (diff)
Remove unused defines
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
Diffstat (limited to 'fpicker/source/aqua')
-rw-r--r--fpicker/source/aqua/FPServiceInfo.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/fpicker/source/aqua/FPServiceInfo.hxx b/fpicker/source/aqua/FPServiceInfo.hxx
index ba4327d88ed4..c1b64c8714e0 100644
--- a/fpicker/source/aqua/FPServiceInfo.hxx
+++ b/fpicker/source/aqua/FPServiceInfo.hxx
@@ -32,13 +32,6 @@
#define FILE_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.SalAquaFilePicker"
#define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.SalAquaFolderPicker"
-// the registry key names
-// a key under which this service will be registered,
-// Format: -> "/ImplName/UNO/SERVICES/ServiceName"
-// <Implementation-Name></UNO/SERVICES/><Service-Name>
-#define FILE_PICKER_REGKEY_NAME "/com.sun.star.ui.dialogs.SalAquaFilePicker/UNO/SERVICES/com.sun.star.ui.dialogs.AquaFilePicker"
-#define FOLDER_PICKER_REGKEY_NAME "/com.sun.star.ui.dialogs.SalAquaFolderPicker/UNO/SERVICES/com.sun.star.ui.dialogs.AquaFolderPicker"
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */