summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/scriptdlg.src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-07-07 04:35:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-07-12 14:21:27 +0200
commit527e8f61868210c54bdad650f16390bda03c4353 (patch)
treefab1f84c728f249a1ff0813270da262d69d080ba /cui/source/dialogs/scriptdlg.src
parentc1ea4676ba67185a933fce387a66666e87095070 (diff)
hrc cleanup: Remove unused Strings in cui
Change-Id: Ib453048fdb0e858936903c8bf2a24c74932b1b85
Diffstat (limited to 'cui/source/dialogs/scriptdlg.src')
-rw-r--r--cui/source/dialogs/scriptdlg.src17
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:";