summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-05-16 11:27:18 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-05-17 08:40:02 +0200
commit21373c757315b05e77aab50d9fc5d57d70a77c14 (patch)
tree080f4a0673a55df0ac9da3891e896c7cc6dca5a3 /include/svtools
parent9ffdf7adc00d8e9d931184d3008f4e505e4a5024 (diff)
loplugin:unusedfields in svtools
Change-Id: Idbf5e0d715784a4141b3fc712d104f84bf04dfc6 Reviewed-on: https://gerrit.libreoffice.org/54450 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/DocumentToGraphicRenderer.hxx1
-rw-r--r--include/svtools/foldertree.hxx2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/svtools/DocumentToGraphicRenderer.hxx b/include/svtools/DocumentToGraphicRenderer.hxx
index a7af217597c7..d6c322b12601 100644
--- a/include/svtools/DocumentToGraphicRenderer.hxx
+++ b/include/svtools/DocumentToGraphicRenderer.hxx
@@ -51,7 +51,6 @@ class SVT_DLLPUBLIC DocumentToGraphicRenderer
css::uno::Reference<css::view::XRenderable> mxRenderable;
css::uno::Reference<css::awt::XToolkit> mxToolkit;
css::uno::Any maSelection;
- bool mbSelectionOnly;
bool mbIsWriter;
std::vector<OUString> maChapterNames;
diff --git a/include/svtools/foldertree.hxx b/include/svtools/foldertree.hxx
index f6ab259fd815..5f71cbf244b9 100644
--- a/include/svtools/foldertree.hxx
+++ b/include/svtools/foldertree.hxx
@@ -37,8 +37,6 @@ private:
Reference< XCommandEnvironment > m_xEnv;
::osl::Mutex m_aMutex;
Sequence< OUString > m_aBlackList;
- Image m_aFolderImage;
- Image m_aFolderExpandedImage;
OUString m_sLastUpdatedDir;