diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-02-08 11:14:45 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-02-08 12:18:41 +0000 |
commit | ff82f13b6837b034987cd6fd26de136071cee0c5 (patch) | |
tree | b7d525e29338543c12c438cc53a05fcd2c4b1a67 /svx | |
parent | 9192e85076f99772884393e4cc2aa9b663b2e43f (diff) |
drop unused error strings
includes ERRCODE_SFXMSG_STYLEREPLACE
which has the knock on effect that the flags argument
can be removed from a bunch of methods
Change-Id: I72b58bc2a19376bb4609e61aa44e71f734efb333
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/src/errtxt.src | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src index 342c8e80b399..952a5ee525f7 100644 --- a/svx/source/src/errtxt.src +++ b/svx/source/src/errtxt.src @@ -278,10 +278,6 @@ Resource RID_ERRHDL { Text [ en-US ] = "An object cannot be copied into itself." ; }; - String ERRCODE_SFX_NOSTDTEMPLATE - { - Text [ en-US ] = "The default template could not be opened." ; - }; String ERRCODE_SFX_TEMPLATENOTFOUND { Text [ en-US ] = "The specified template could not be found." ; @@ -290,10 +286,6 @@ Resource RID_ERRHDL { Text [ en-US ] = "The file cannot be used as template." ; }; - String ERRCODE_SFX_CANTREADDOCINFO - { - Text [ en-US ] = "Document information could not be read from the file because\nthe document information format is unknown or because document information does not\nexist." ; - }; String ERRCODE_SFX_ALREADYOPEN { Text [ en-US ] = "This document has already been opened for editing." ; @@ -338,82 +330,14 @@ Resource RID_ERRHDL { Text [ en-US ] = "The requested Internet data is not available in the cache and cannot be transmitted as the Online mode has not be activated." ; }; - String ERRCODE_SFXMSG_STYLEREPLACE - { - Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ; - }; - String ERRCODE_SFX_NOFILTER - { - Text [ en-US ] = "A filter has not been found." ; - }; - String ERRCODE_SFX_CANTFINDORIGINAL - { - Text [ en-US ] = "The original could not be determined." ; - }; String ERRCODE_SFX_CANTCREATECONTENT { Text [ en-US ] = "The contents could not be created." ; }; - String ERRCODE_SFX_CANTCREATELINK - { - Text [ en-US ] = "The link could not be created." ; - }; - String ERRCODE_SFX_WRONGBMKFORMAT - { - Text [ en-US ] = "The link format is invalid." ; - }; - String ERRCODE_SFX_WRONGICONFILE - { - Text [ en-US ] = "The configuration of the icon display is invalid." ; - }; - String ERRCODE_SFX_CANTWRITEICONFILE - { - Text [ en-US ] = "The configuration of the icon display can not be saved." ; - }; - String ERRCODE_SFX_CANTDELICONFILE - { - Text [ en-US ] = "The configuration of the icon display could not be deleted." ; - }; - String ERRCODE_SFX_CANTRENAMECONTENT - { - Text [ en-US ] = "Contents cannot be renamed." ; - }; - String ERRCODE_SFX_INVALIDBMKPATH - { - Text [ en-US ] = "The bookmark folder is invalid." ; - }; - String ERRCODE_SFX_CANTWRITEURLCFGFILE - { - Text [ en-US ] = "The configuration of the URLs to be saved locally could not be saved." ; - }; - String ERRCODE_SFX_WRONGURLCFGFORMAT - { - Text [ en-US ] = "The configuration format of the URLs to be saved locally is invalid." ; - }; - String ERRCODE_SFX_NODOCUMENT - { - Text [ en-US ] = "This action cannot be applied to a document that does not exist." ; - }; - String ERRCODE_SFX_INVALIDLINK - { - Text [ en-US ] = "The link refers to an invalid target." ; - }; - String ERRCODE_SFX_INVALIDTRASHPATH - { - Text [ en-US ] = "The Recycle Bin path is invalid." ; - }; - String ERRCODE_SFX_NOTRESTORABLE - { - Text [ en-US ] = "The entry could not be restored." ; - }; String ERRCODE_IO_NAMETOOLONG { Text [ en-US ] = "The file name is too long for the target file system." ; }; - String ERRCODE_SFX_CONSULTUSER - { - Text [ en-US ] = "The details for running the function are incomplete." ; - }; String ERRCODE_SFX_INVALIDSYNTAX { Text [ en-US ] = "The input syntax is invalid." ; @@ -422,30 +346,10 @@ Resource RID_ERRHDL { Text [ en-US ] = "The input syntax is invalid." ; }; - String ERRCODE_SFX_CANTRENAMEFOLDER - { - Text [ en-US ] = "The input syntax is invalid." ; - }; - String ERRCODE_SFX_WRONG_CDF_FORMAT - { - Text [ en-US ] = "The channel document has an invalid format." ; - }; - String ERRCODE_SFX_EMPTY_SERVER - { - Text [ en-US ] = "The server must not be empty." ; - }; - String ERRCODE_SFX_NO_ABOBOX - { - Text [ en-US ] = "A subscription folder is required to install a Channel." ; - }; String ERRCODE_IO_NOTSTORABLEINBINARYFORMAT { Text [ en-US ] = "This document contains attributes that cannot be saved in the selected format.\nPlease save the document in a %PRODUCTNAME %PRODUCTVERSION file format."; }; - String ERRCODE_SFX_TARGETFILECORRUPTED - { - Text [ en-US ] = "The file $(FILENAME) cannot be saved. Please check your system settings. You can find an automatically generated backup copy of this file in folder $(PATH) named $(BACKUPNAME)."; - }; String ERRCODE_SFX_NOMOREDOCUMENTSALLOWED { Text [ en-US ] = "The maximum number of documents that can be opened at the same time has been reached. You need to close one or more documents before you can open a new document."; |