summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2013-10-30 22:21:02 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2013-10-30 22:23:41 +0100
commit659ab86604bbdd7442524054f4b01541932ee3f9 (patch)
treef1ae69cc3bc044de0f2eac2927c9465d93f96798
parentupdate libodfgen (diff)
downloadcore-659ab86604bbdd7442524054f4b01541932ee3f9.tar.gz
core-659ab86604bbdd7442524054f4b01541932ee3f9.zip
writerfilter: remove unused WW8LFOLevel
Change-Id: I8d76ca0a051e3ea10e0544636560e840ddc193fd
-rw-r--r--writerfilter/Library_writerfilter.mk1
-rw-r--r--writerfilter/source/doctok/WW8LFOTable.cxx39
-rw-r--r--writerfilter/source/doctok/resources.xmi6
3 files changed, 0 insertions, 46 deletions
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index f608187d0c32..3334b4ebdad6 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -127,7 +127,6 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
writerfilter/source/doctok/WW8CpAndFc \
writerfilter/source/doctok/WW8FKPImpl \
writerfilter/source/doctok/WW8FontTable \
- writerfilter/source/doctok/WW8LFOTable \
writerfilter/source/doctok/WW8ListTable \
writerfilter/source/doctok/WW8Picture \
writerfilter/source/doctok/WW8PropertySetImpl \
diff --git a/writerfilter/source/doctok/WW8LFOTable.cxx b/writerfilter/source/doctok/WW8LFOTable.cxx
deleted file mode 100644
index ec481d404324..000000000000
--- a/writerfilter/source/doctok/WW8LFOTable.cxx
+++ /dev/null
@@ -1,39 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- */
-
-#include "doctok/resources.hxx"
-
-namespace writerfilter {
-namespace doctok {
-
-void WW8LFOLevel::resolveNoAuto(Properties & /*rHandler*/)
-{
-
-}
-
-sal_uInt32 WW8LFOLevel::calcSize()
-{
- sal_uInt32 nResult = WW8LFOLevel::getSize();
-
- return nResult;
-}
-
-}}
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/writerfilter/source/doctok/resources.xmi b/writerfilter/source/doctok/resources.xmi
index 9f3f8a6ae765..a6a68c68c06e 100644
--- a/writerfilter/source/doctok/resources.xmi
+++ b/writerfilter/source/doctok/resources.xmi
@@ -2345,12 +2345,6 @@
<!--Class ListTable-->
<!--Class LFOLevel-->
<UML:Class xmi.id="LFOLevel" name="LFOLevel">
- <UML:ModelElement.stereotype>
- <UML:Stereotype xmi.idref="ww8resource"/>
- </UML:ModelElement.stereotype>
- <UML:ModelElement.stereotype>
- <UML:Stereotype xmi.idref="resolvenoauto"/>
- </UML:ModelElement.stereotype>
<UML:ModelElement.taggedValue>
<UML:TaggedValue>
<UML:TaggedValue.dataValue>8</UML:TaggedValue.dataValue>