summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 13:41:06 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-20 16:05:40 +0200
commit901add54cd5191b5a41ec11baddd669954c34025 (patch)
tree200b057dba6140ce5b40bc1e7d643f6214daca18 /svx/source/fmcomp
parent1e701a9d1cf67532026014d627ab96d28e8b8476 (diff)
loplugin:unusedmethods
Change-Id: Ic3690d7f2a075d47ffed3db03ee6895ebdab441e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101070 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx/source/fmcomp')
-rw-r--r--svx/source/fmcomp/dbaobjectex.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/fmcomp/dbaobjectex.cxx b/svx/source/fmcomp/dbaobjectex.cxx
index 0d084193dd87..58fbce666342 100644
--- a/svx/source/fmcomp/dbaobjectex.cxx
+++ b/svx/source/fmcomp/dbaobjectex.cxx
@@ -39,13 +39,6 @@ namespace svx
using namespace ::com::sun::star::container;
using namespace ::com::sun::star::datatransfer;
- OComponentTransferable::OComponentTransferable(const OUString& _rDatasourceOrLocation
- ,const Reference< XContent>& _xContent)
- {
- m_aDescriptor.setDataSource(_rDatasourceOrLocation);
- m_aDescriptor[DataAccessDescriptorProperty::Component] <<= _xContent;
- }
-
OComponentTransferable::OComponentTransferable()
{
}