summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-07-15 21:08:41 +0200
committerAndras Timar <atimar@suse.com>2012-07-15 21:08:41 +0200
commit8d0c180469d9f7257afab63b7b8ef404b253ac27 (patch)
tree9c574ed2f6a58200d8d910211820a348feb1dbef /desktop
parent29b302d5375c89b3fd44ff4e459c9d177a64eff8 (diff)
remove 2 unused resources
Change-Id: I5b0faac6c47c284fd25f020fdf6dbbed5c643e72
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/desktop.hrc4
-rw-r--r--desktop/source/app/desktop.src14
2 files changed, 0 insertions, 18 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc
index df95f1f8667e..ff23d478ad1a 100644
--- a/desktop/source/app/desktop.hrc
+++ b/desktop/source/app/desktop.hrc
@@ -25,10 +25,6 @@
// RID_FIRSTSTSTART_START 3000
#define RID_DESKTOP_STRING_START 10000
-
-#define INFOBOX_CMDLINEHELP (RID_DESKTOP_DIALOG_START+51)
-#define INFOBOX_EXPIRED (RID_DESKTOP_DIALOG_START+52)
-
#define QBX_USERDATALOCKED (RID_DESKTOP_DIALOG_START+100)
#define DLG_CMDLINEHELP (RID_DESKTOP_DIALOG_START+101)
diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src
index cd561861ac2b..6eb9a3ee1355 100644
--- a/desktop/source/app/desktop.src
+++ b/desktop/source/app/desktop.src
@@ -115,13 +115,6 @@ String STR_TITLE_USERDATALOCKED
Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION";
};
-InfoBox INFOBOX_CMDLINEHELP
-{
- Buttons = WB_OK ;
- DefButton = WB_DEF_OK ;
- Message = "";
-};
-
ModalDialog DLG_CMDLINEHELP
{
HelpID = "desktop:ModalDialog:DLG_CMDLINEHELP";
@@ -171,13 +164,6 @@ ErrorBox EBX_ERR_PRINTDISABLED
Message [ en-US ] = "Printing is disabled. No documents can be printed.";
};
-InfoBox INFOBOX_EXPIRED
-{
- Buttons = WB_OK ;
- DefButton = WB_DEF_OK ;
- Message [ en-US ] = "This Evaluation Version has expired. To find out more about %PRODUCTNAME,\nvisit http://www.oracle.com/us/products/applications/open-office.";
-};
-
String STR_BOOTSTRAP_ERR_NO_PATHSET_SERVICE
{
Text [ en-US ] = "The path manager is not available.\n";