summaryrefslogtreecommitdiffstats
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-06-14 10:41:11 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-06-14 11:37:35 +0200
commit8303e7ed668fbcbd0ba75bd9dd259f03073ffd46 (patch)
treebfcbb0f58c0fd8cbd5c03d93fc5b1d4ab3ef817b /include/sfx2/basedlgs.hxx
parenttdf#42949 Fix IWYU warnings in include/svx/sidebar/* (diff)
downloadcore-8303e7ed668fbcbd0ba75bd9dd259f03073ffd46.tar.gz
core-8303e7ed668fbcbd0ba75bd9dd259f03073ffd46.zip
loplugin:unusedfields improvements
tighten up the only calling write-only methods part of the analysis Change-Id: I5bc6fdf0ce51940653317e8a48c5241705c90d4c Reviewed-on: https://gerrit.libreoffice.org/74022 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 7ef1d185f41c..4edf52e46f04 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -43,7 +43,6 @@ class Timer;
class SFX2_DLLPUBLIC SfxModalDialog: public ModalDialog
{
OUString aExtraData;
- std::unique_ptr<SfxItemSet> pOutputSet;
private:
SfxModalDialog(SfxModalDialog const &) = delete;
@@ -66,7 +65,6 @@ class SfxModelessDialog_Impl;
class SFX2_DLLPUBLIC SfxModelessDialog: public ModelessDialog
{
SfxBindings* pBindings;
- Size aSize;
std::unique_ptr< SfxModelessDialog_Impl > pImpl;
SfxModelessDialog(SfxModelessDialog const &) = delete;