Change in core[master]: delete unused strings
Joren De Cuyper (via Code Review)
gerrit at gerrit.libreoffice.org
Fri Feb 1 07:21:52 PST 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/1955
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/55/1955/1
delete unused strings
Change-Id: Ic24e0453786d64b8c082c4d7ca4a22b853827d0e
---
M fpicker/source/office/OfficeFilePicker.hrc
M fpicker/source/office/iodlg.src
2 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/fpicker/source/office/OfficeFilePicker.hrc b/fpicker/source/office/OfficeFilePicker.hrc
index 63a56a0..2a9cf8a 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 75feb9c..7747ae3 100644
--- a/fpicker/source/office/iodlg.src
+++ b/fpicker/source/office/iodlg.src
@@ -283,11 +283,6 @@
// 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.";
@@ -311,11 +306,6 @@
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
--
To view, visit https://gerrit.libreoffice.org/1955
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic24e0453786d64b8c082c4d7ca4a22b853827d0e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Joren De Cuyper <joren.libreoffice at telenet.be>
More information about the LibreOffice
mailing list