diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-31 09:25:49 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-31 09:25:49 +0200 |
commit | ec67943f59e09f0f933182f52e582e28b3f258bc (patch) | |
tree | fb476685a586f49105d62fd892f5537122092fb7 /sdext | |
parent | 4b4ebb15456af443347679a7e7e8726c090a5bf5 (diff) |
class ViewDescriptor is unused
since
commit 990691b144c1292f0263e0a8b8704b0ccbd7a168
Date: Mon Nov 23 09:58:38 2015 +0200
loplugin:unusedfields in sdext/
Change-Id: I89b7e59d37af8ba4093ca2e941219b29fd7bd726
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/presenter/PresenterTheme.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/PresenterTheme.cxx b/sdext/source/presenter/PresenterTheme.cxx index 02af8b856a4b..a2f8f255959c 100644 --- a/sdext/source/presenter/PresenterTheme.cxx +++ b/sdext/source/presenter/PresenterTheme.cxx @@ -195,12 +195,6 @@ private: const Reference<beans::XPropertySet>& rxProperties); }; -class ViewDescriptor -{ -}; -typedef std::shared_ptr<ViewDescriptor> SharedViewDescriptor; -typedef ::std::vector<SharedViewDescriptor> ViewDescriptorContainer; - class StyleAssociationContainer { public: |