summaryrefslogtreecommitdiff
path: root/sot
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-08-10 10:28:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-10 12:19:50 +0200
commit367fedcc4456a74cb2fc29a28279bef314bd47ff (patch)
treea63115d6cfa2b2a2e3c2c4d3a55f623e7ecfd6d5 /sot
parent183b0b0b6038ec1fafb9f65024a846c90493a873 (diff)
loplugin:unusedenumconstants
Change-Id: I54c0c1fca8ea5c89e71c6cd1110fad081ed3d334 Reviewed-on: https://gerrit.libreoffice.org/40953 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sot')
-rw-r--r--sot/source/sdstor/ucbstorage.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx
index dab7b84e63e7..55e4920d9ac6 100644
--- a/sot/source/sdstor/ucbstorage.cxx
+++ b/sot/source/sdstor/ucbstorage.cxx
@@ -394,11 +394,6 @@ SvGlobalName GetClassId_Impl( SotClipboardFormatId nFormat )
// All storage and streams are refcounted internally; outside of this classes they are only accessible through a handle
// class, that uses the refcounted object as impl-class.
-enum class RepresentMode {
- NONE,
- svstream
-};
-
class UCBStorageStream_Impl : public SvRefBase, public SvStream
{
virtual ~UCBStorageStream_Impl() override;