diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-02-07 23:02:28 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-02-07 23:02:28 +0100 |
commit | 32cae6a2eaa41568888df9c8fc5605debd8d704a (patch) | |
tree | a17234bc71f7cbde274bfa2c9930d7ea2dfe35bf /svx | |
parent | 178f5306979ef55a5682191dcdafb9e926e57cde (diff) |
Revert "create ErrorHandlerFlags scoped enum for error handling flags"
This reverts commit 05e78bde26d8b8b257ed22a0ce20c5b386a629d1.
Depends on the other commit that needs reverting
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/src/errtxt.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/source/src/errtxt.src b/svx/source/src/errtxt.src index af5e40e606e7..40ff54676a95 100644 --- a/svx/source/src/errtxt.src +++ b/svx/source/src/errtxt.src @@ -338,6 +338,11 @@ 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 + { + ExtraData = ERRCODE_MSG_ERROR | ERRCODE_BUTTON_OK_CANCEL ; + Text [ en-US ] = "Should the $(ARG1) Style be replaced?" ; + }; String ERRCODE_SFX_NOFILTER { Text [ en-US ] = "A filter has not been found." ; |