diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-02-02 00:36:20 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-02 00:36:20 +0000 |
commit | 57a989babfa9d206d5a01b9bfc76bc864729b958 (patch) | |
tree | 0c231b712fed86ed28355237af1f259ead52337e /extensions | |
parent | ec7f47cb1bd8b29a1692023a27ec3a9a7f869751 (diff) |
drop unused aURLST
Change-Id: Id009e6c372a5586be2eb84882d3feec8af78e30d
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/bibliography/datman.cxx | 2 |
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(); |