diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-05-25 13:09:13 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-05-25 13:09:32 +0100 |
commit | 882435a2d64afe46223f9135a00df26e63fa0a59 (patch) | |
tree | f900f348e0de4b662e9541baf5128d61bd7ec618 /wizards | |
parent | e6bdcfb8e0bdd456f81d4391df355a76be13afd3 (diff) |
unused 'Blabla' resource string
Change-Id: Ia4a7311d8b7e21d6bfab71f3d569953f44732c64
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/importwizard/Language.xba | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wizards/source/importwizard/Language.xba b/wizards/source/importwizard/Language.xba index 00590580f41d..7d5038d653ba 100644 --- a/wizards/source/importwizard/Language.xba +++ b/wizards/source/importwizard/Language.xba @@ -130,8 +130,6 @@ Sub LoadLanguage() .lblTemplateExport.Label = sExportLabel .chkLogfile.Label = GetResText(2032) .chkLogfile.Helptext = GetResText(2033) - Dim Blabla as String - blabla = GetResText(1072) .cmdShowLogFile.Label = GetResText(2035) End With ModuleList(0) = "com.sun.star.text.TextDocument" |