summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-04-10 09:42:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-04-10 11:51:14 +0200
commit1b921c2f1ba4bba7e69565fb29cb1738cea25497 (patch)
tree2630279a5157c8647351ceb951ced42350d79d09 /include/svtools
parent91afe5519613bc64f344b5bc7e7fee982a859280 (diff)
loplugin:inlinefields in OpenFileDropTargetListener
Change-Id: Ib1f7004ce57f144309d396bc71419f3d1036ff74 Reviewed-on: https://gerrit.libreoffice.org/36353 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/openfiledroptargetlistener.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/openfiledroptargetlistener.hxx b/include/svtools/openfiledroptargetlistener.hxx
index af00e9bc769c..88e7dbe4da71 100644
--- a/include/svtools/openfiledroptargetlistener.hxx
+++ b/include/svtools/openfiledroptargetlistener.hxx
@@ -45,7 +45,7 @@ class SVT_DLLPUBLIC OpenFileDropTargetListener : public cppu::WeakImplHelper< cs
css::uno::WeakReference< css::frame::XFrame > m_xTargetFrame;
/// drag/drop info
- DataFlavorExVector* m_pFormats;
+ DataFlavorExVector m_aFormats;
public:
OpenFileDropTargetListener( const css::uno::Reference< css::uno::XComponentContext >& xContext,