diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2017-04-23 21:15:30 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-04-24 11:16:04 +0200 |
commit | 1c8f03b48a02a56bc4eb364d8a4e9bd4715a530a (patch) | |
tree | b122feedc0d5c6969fba7f540493eea3e14d416b /svtools/source/dialogs | |
parent | 29697a2eeca7957cd74796bf7b36bf279633ec77 (diff) |
Drop unused string resources from svtools/soerr.hxx
Change-Id: If3060b101dc0692f47d9d5eaf649bce60965b04f
Reviewed-on: https://gerrit.libreoffice.org/36864
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/so3res.src | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/svtools/source/dialogs/so3res.src b/svtools/source/dialogs/so3res.src index 38dcb1780969..3ffd4cb482f7 100644 --- a/svtools/source/dialogs/so3res.src +++ b/svtools/source/dialogs/so3res.src @@ -28,72 +28,16 @@ StringArray RID_SO_ERROR_HANDLER { < "General OLE error." ; ERRCODE_SO_GENERALERROR&S_MAX ; >; - < "The connection to the object cannot be established." ; - ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX ; >; - < "No cache files were updated." ; - ERRCODE_SO_NOCACHE_UPDATED&S_MAX ; >; - < "Some cache files were not updated." ; - ERRCODE_SO_SOMECACHES_NOTUPDATED&S_MAX ; >; - < "Status of object cannot be determined in a timely manner." ; - ERRCODE_SO_MK_UNAVAILABLE&S_MAX ; >; - < "Source of the OLE link has been converted." ; - ERRCODE_SO_E_CLASSDIFF&S_MAX ; >; - < "The object could not be found." ; - ERRCODE_SO_MK_NO_OBJECT&S_MAX ; >; - < "The process could not be completed within the specified time period." ; - ERRCODE_SO_MK_EXCEEDED_DEADLINE&S_MAX ; >; - < "OLE could not connect to a network device (server)." ; - ERRCODE_SO_MK_CONNECT_MANUALLY&S_MAX ; >; - < "The object found does not support the interface required for the desired operation." ; - ERRCODE_SO_MK_INTERMEDIATE_INTERFACE_NOT_SUPPORTED&S_MAX ; >; - < "Interface not supported." ; - ERRCODE_SO_NO_INTERFACE&S_MAX ; >; - < "Insufficient memory." ; - ERRCODE_SO_OUT_OF_MEMORY&S_MAX ; >; - < "The connection name could not be processed." ; - ERRCODE_SO_MK_SYNTAX&S_MAX ; >; - < "The connection name could not be reduced further." ; - ERRCODE_SO_MK_REDUCED_TO_SELF&S_MAX ; >; - < "The connection name has no inverse." ; - ERRCODE_SO_MK_NO_INVERSE&S_MAX ; >; - < "No common prefix exists." ; - ERRCODE_SO_MK_NO_PREFIX&S_MAX ; >; - < "The connection name is contained in the other one." ; - ERRCODE_SO_MK_HIM&S_MAX ; >; - < "The connection names (the receiver and the other moniker) are identical." ; - ERRCODE_SO_MK_US&S_MAX ; >; - < "The connection name is contained in the other one." ; - ERRCODE_SO_MK_ME&S_MAX ; >; - < "The connection name cannot be connected. This is a relative name." ; - ERRCODE_SO_MK_NOT_BINDABLE&S_MAX ; >; - < "Operation not implemented." ; - ERRCODE_SO_NOT_IMPLEMENTED&S_MAX ; >; - < "No storage." ; - ERRCODE_SO_MK_NO_STORAGE&S_MAX ; >; < "False." ; ERRCODE_SO_FALSE&S_MAX ; >; - < "Monikers must be composed generically." ; - ERRCODE_SO_MK_NEED_GENERIC&S_MAX ; >; < "Data not available at this time." ; ERRCODE_SO_PENDING&S_MAX ; >; - < "Object could not be activated InPlace." ; - ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX ; >; - < "Invalid index." ; - ERRCODE_SO_LINDEX & S_MAX ; >; < "The action cannot be executed in the object's current state." ; ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX ; >; - < "An invalid window was passed when activated." ; - ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX ; >; < "The object does not support any actions." ; ERRCODE_SO_NOVERBS & S_MAX ; >; - < "The action is not defined. The default action will be executed." ; - ERRCODE_SO_INVALIDVERB & S_MAX ; >; - < "A link to the network could not be re-established." ; - ERRCODE_SO_MK_CONNECT & S_MAX ; >; < "Object does not support this action." ; ERRCODE_SO_NOTIMPL & S_MAX ; >; - < "The specified file could not be opened." ; - ERRCODE_SO_MK_CANTOPENFILE & S_MAX ; >; }; }; |