Kaydet (Commit) 5d4f1fa7 authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: remove unused WW8StyleSheet class

Change-Id: Id006db1013c981a6f2392bb52c2f26cf5e5bae5d
üst ad55d4e9
...@@ -134,7 +134,6 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\ ...@@ -134,7 +134,6 @@ $(eval $(call gb_Library_add_exception_objects,writerfilter,\
writerfilter/source/doctok/WW8ResourceModelImpl \ writerfilter/source/doctok/WW8ResourceModelImpl \
writerfilter/source/doctok/WW8StructBase \ writerfilter/source/doctok/WW8StructBase \
writerfilter/source/doctok/WW8Sttbf \ writerfilter/source/doctok/WW8Sttbf \
writerfilter/source/doctok/WW8StyleSheet \
writerfilter/source/doctok/WW8Table \ writerfilter/source/doctok/WW8Table \
writerfilter/source/doctok/WW8Text \ writerfilter/source/doctok/WW8Text \
writerfilter/source/filter/ImportFilter \ writerfilter/source/filter/ImportFilter \
......
/* -*- 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 {
sal_uInt32 WW8StyleSheet::getEntryCount()
{
return get_cstd();
}
writerfilter::Reference<Properties>::Pointer_t
WW8StyleSheet::getEntry(sal_uInt32)
{
writerfilter::Reference<Properties>::Pointer_t pResult;
return pResult;
}
}}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment