summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-12-20 18:15:51 +0900
committerCaolán McNamara <caolanm@redhat.com>2016-12-20 12:40:42 +0000
commit4956fd64e1881672c4e5ba8052709ca3cc3d165f (patch)
treee54ea9423c4f448848fed12d1d808e9c51c5905d /include
parenttdf#104805 DOC import: fix non-0-starting LVL.xst with none-type prev level (diff)
downloadcore-4956fd64e1881672c4e5ba8052709ca3cc3d165f.tar.gz
core-4956fd64e1881672c4e5ba8052709ca3cc3d165f.zip
tools: Kill empty enum LockType
It seems unused in the first place. Change-Id: I556ae97b86498c63315f1f1bbe8d55fdbb10c1aa Reviewed-on: https://gerrit.libreoffice.org/32218 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/tools/stream.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index 44af335b2e0e..56be8a7419a9 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -88,8 +88,6 @@ inline SvStream& operator<<( SvStream& rStr, SvStrPtr f );
// SvLockBytes
-enum LockType {};
-
struct SvLockBytesStat
{
std::size_t nSize;