From 8f20bb678196212aef7c936e4c954c84b9f09ea2 Mon Sep 17 00:00:00 2001
From: Caolán McNamara <caolanm@redhat.com>
Date: Sat, 17 Aug 2013 15:25:03 +0100
Subject: unused string resource STR_FLT_SGV

Change-Id: Ib67e86b2ffde51ce1907eb03a88990da6a52cf2a
---
 sw/inc/dialog.hrc              | 2 --
 sw/source/ui/dialog/dialog.src | 4 ----
 2 files changed, 6 deletions(-)

(limited to 'sw')

diff --git a/sw/inc/dialog.hrc b/sw/inc/dialog.hrc
index 902404fabf40..b39567516224 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 d5e43092a037..19f96a0ea1a3 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
 {
-- 
cgit