writerfilter/Library_writerfilter.mk | 1 writerfilter/source/doctok/WW8LFOTable.cxx | 39 ----------------------------- writerfilter/source/doctok/resources.xmi | 6 ---- 3 files changed, 46 deletions(-)
New commits: commit 659ab86604bbdd7442524054f4b01541932ee3f9 Author: Miklos Vajna <vmik...@collabora.co.uk> Date: Wed Oct 30 22:21:02 2013 +0100 writerfilter: remove unused WW8LFOLevel Change-Id: I8d76ca0a051e3ea10e0544636560e840ddc193fd diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk index f608187..3334b4e 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 ec481d4..0000000 --- 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 9f3f8a6..a6a68c6 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits