[Libreoffice-commits] core.git: sw/inc sw/source
Caolán McNamara
caolanm at redhat.com
Sat Aug 17 07:25:45 PDT 2013
sw/inc/dialog.hrc | 2 --
sw/source/ui/dialog/dialog.src | 4 ----
2 files changed, 6 deletions(-)
New commits:
commit 8f20bb678196212aef7c936e4c954c84b9f09ea2
Author: Caolán McNamara <caolanm at redhat.com>
Date: Sat Aug 17 15:25:03 2013 +0100
unused string resource STR_FLT_SGV
Change-Id: Ib67e86b2ffde51ce1907eb03a88990da6a52cf2a
diff --git a/sw/inc/dialog.hrc b/sw/inc/dialog.hrc
index 902404f..b395675 100644
--- a/sw/inc/dialog.hrc
+++ b/sw/inc/dialog.hrc
@@ -38,8 +38,6 @@
#define STR_CLOSELINKMSG (RC_DIALOG_BEGIN + 3)
#define STR_PATH_NOT_FOUND (RC_DIALOG_BEGIN + 4)
-#define STR_FLT_SGV (RC_DIALOG_BEGIN + 8)
-
// Controls *****************************************************************
#define CB_USE_PASSWD (RC_DIALOG_BEGIN )
diff --git a/sw/source/ui/dialog/dialog.src b/sw/source/ui/dialog/dialog.src
index d5e4309..19f96a0 100644
--- a/sw/source/ui/dialog/dialog.src
+++ b/sw/source/ui/dialog/dialog.src
@@ -34,10 +34,6 @@ String STR_PATH_NOT_FOUND
{
Text [ en-US ] = "The directory '%1' does not exist." ;
};
-String STR_FLT_SGV
-{
- Text = "SGV - StarDraw 2.0,SGV" ;
-};
QueryBox RID_QB_SPELL_CONTINUE
{
More information about the Libreoffice-commits
mailing list