summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 09:08:58 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-02 07:54:20 +0000
commit3fea7ac94b986ba5e3632d1bbb383c65ced79f1a (patch)
tree4f882b31963c0fdf87abc373ecdeb57444529048 /dbaccess
parent2db81e733610331bc0f84d72f7e49db9af92949c (diff)
loplugin:unusedfields
Change-Id: I96634c18ba6600f8f7d5d04a162dcd7e1e312923 Reviewed-on: https://gerrit.libreoffice.org/30474 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/recovery/storagexmlstream.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/core/recovery/storagexmlstream.cxx b/dbaccess/source/core/recovery/storagexmlstream.cxx
index e47db023ad8e..39ddf6f80f6e 100644
--- a/dbaccess/source/core/recovery/storagexmlstream.cxx
+++ b/dbaccess/source/core/recovery/storagexmlstream.cxx
@@ -119,12 +119,6 @@ namespace dbaccess
m_pData->xHandler->characters( i_rCharacters );
}
- // StorageXMLInputStream_Data
- struct StorageXMLInputStream_Data
- {
- Reference< XParser > xParser;
- };
-
// StorageXMLInputStream
StorageXMLInputStream::StorageXMLInputStream( const Reference<XComponentContext>& i_rContext,
const Reference< XStorage >& i_rParentStorage,