diff options
Diffstat (limited to 'cui/source/dialogs/scriptdlg.src')
-rw-r--r-- | cui/source/dialogs/scriptdlg.src | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/cui/source/dialogs/scriptdlg.src b/cui/source/dialogs/scriptdlg.src index 0c58be37e1b1..f387c1fac50f 100644 --- a/cui/source/dialogs/scriptdlg.src +++ b/cui/source/dialogs/scriptdlg.src @@ -207,10 +207,6 @@ String RID_SVXSTR_DELFAILED { Text [ en-US ] = "The selected object could not be deleted."; }; -String RID_SVXSTR_DELFAILEDPERM -{ - Text [ en-US ] = " You do not have permission to delete this object."; -}; String RID_SVXSTR_DELFAILED_TITLE { Text [ en-US ] = "Error Deleting Object"; @@ -223,10 +219,6 @@ String RID_SVXSTR_CREATEFAILEDDUP { Text [ en-US ] = " Object with the same name already exists."; }; -String RID_SVXSTR_CREATEFAILEDPERM -{ - Text [ en-US ] = " You do not have permission to create this object."; -}; String RID_SVXSTR_CREATEFAILED_TITLE { Text [ en-US ] = "Error Creating Object"; @@ -235,10 +227,6 @@ String RID_SVXSTR_RENAMEFAILED { Text [ en-US ] = "The object could not be renamed."; }; -String RID_SVXSTR_RENAMEFAILEDPERM -{ - Text [ en-US ] = " You do not have permission to rename this object."; -}; String RID_SVXSTR_RENAMEFAILED_TITLE { Text [ en-US ] = "Error Renaming Object"; @@ -278,11 +266,6 @@ String RID_SVXSTR_FRAMEWORK_ERROR_RUNNING Text [ en-US ] = "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME."; }; -String RID_SVXSTR_FRAMEWORK_ERROR_AT_LINE -{ - Text [ en-US ] = "A Scripting Framework error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."; -}; - String RID_SVXSTR_ERROR_TYPE_LABEL { Text [ en-US ] = "Type:"; |