summaryrefslogtreecommitdiffstats
path: root/extensions/source/bibliography/datman.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-02 00:36:20 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-02 00:36:20 +0000
commit57a989babfa9d206d5a01b9bfc76bc864729b958 (patch)
tree0c231b712fed86ed28355237af1f259ead52337e /extensions/source/bibliography/datman.cxx
parentadd submission got overwritten by accident (diff)
downloadcore-57a989babfa9d206d5a01b9bfc76bc864729b958.tar.gz
core-57a989babfa9d206d5a01b9bfc76bc864729b958.zip
drop unused aURLST
Change-Id: Id009e6c372a5586be2eb84882d3feec8af78e30d
Diffstat (limited to 'extensions/source/bibliography/datman.cxx')
-rw-r--r--extensions/source/bibliography/datman.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 30315f80b13b..0baaf88c536b 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -536,7 +536,6 @@ class DBChangeDialog_Impl : public ModalDialog
HeaderBar aSelectionHB;
DBChangeDialogConfig_Impl aConfig;
OUString aEntryST;
- OUString aURLST;
BibDataManager* pDatMan;
@@ -557,7 +556,6 @@ DBChangeDialog_Impl::DBChangeDialog_Impl(Window* pParent, BibDataManager* pMan )
aSelectionLB(this, BibResId( LB_SELECTION )),
aSelectionHB(this, BibResId( HB_SELECTION )),
aEntryST(BIB_RESSTR(ST_ENTRY)),
- aURLST(BIB_RESSTR(ST_URL)),
pDatMan(pMan)
{
FreeResource();