summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorJoren De Cuyper <joren.libreoffice@telenet.be>2013-02-01 16:21:26 +0100
committerMichael Stahl <mstahl@redhat.com>2013-02-05 18:35:14 +0000
commit00db1ab7096fc323a0b3d8a3f7da867f85f15c80 (patch)
tree35d0eade8c5adaf2511b1407c5f4d9b87fb55fa4 /fpicker
parent591ef475a3f92613a771a0702e720f4f00c3ff0c (diff)
delete unused strings
Change-Id: Ic24e0453786d64b8c082c4d7ca4a22b853827d0e Reviewed-on: https://gerrit.libreoffice.org/1955 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/OfficeFilePicker.hrc2
-rw-r--r--fpicker/source/office/iodlg.src10
2 files changed, 0 insertions, 12 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.hrc b/fpicker/source/office/OfficeFilePicker.hrc
index 63a56a0c4e39..2a9cf8acc3a0 100644
--- a/fpicker/source/office/OfficeFilePicker.hrc
+++ b/fpicker/source/office/OfficeFilePicker.hrc
@@ -36,10 +36,8 @@
#define RID_FILEPICKER_IMAGES (RID_FPICKER_START+17)
#define STR_SVT_NEW_FOLDER (RID_FPICKER_START+19)
-#define RID_FILEOPEN_INVALIDFOLDER (RID_FPICKER_START+23)
#define RID_FILEOPEN_NOTEXISTENTFILE (RID_FPICKER_START+24)
#define STR_SVT_NOREMOVABLEDEVICE (RID_FPICKER_START+25)
-#define STR_SVT_ALLFORMATS (RID_FPICKER_START+26)
#endif
diff --git a/fpicker/source/office/iodlg.src b/fpicker/source/office/iodlg.src
index 75feb9ca54a8..7747ae3d9ea0 100644
--- a/fpicker/source/office/iodlg.src
+++ b/fpicker/source/office/iodlg.src
@@ -283,11 +283,6 @@ ModalDialog DLG_FPICKER_QUERYFOLDERNAME
// strings *******************************************************************
-String RID_FILEOPEN_INVALIDFOLDER
-{
- Text [ en-US ] = "$name$ does not exist.";
-};
-
String RID_FILEOPEN_NOTEXISTENTFILE
{
Text [ en-US ] = "The file $name$ does not exist.\nMake sure you have entered the correct file name.";
@@ -313,10 +308,5 @@ String STR_SVT_NOREMOVABLEDEVICE
Text [ en-US ] = "No removable storage device detected.\nMake sure it is plugged in properly and try again." ;
};
-String STR_SVT_ALLFORMATS
-{
- Text [ en-US ] = "All Formats" ;
-};
-
//******************************************************************** EOF