summaryrefslogtreecommitdiff
path: root/writerfilter/inc/resourcemodel
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-12-22 12:23:14 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-12-22 19:33:56 +0100
commit6023347ab02a059011e9d4dde578e5b2a0b2903b (patch)
treee6afa9966586311526814f5eea5888164aa2a129 /writerfilter/inc/resourcemodel
parent68a5ae93c68d195d33963c94b5c3ac1eb5dc1ce0 (diff)
resolveSprmProps() is used only in dmapper
Change-Id: I24227d700830a227ed8aa780b3b9e15c57b46f6e
Diffstat (limited to 'writerfilter/inc/resourcemodel')
-rw-r--r--writerfilter/inc/resourcemodel/ResourceModelHelper.hxx33
1 files changed, 0 insertions, 33 deletions
diff --git a/writerfilter/inc/resourcemodel/ResourceModelHelper.hxx b/writerfilter/inc/resourcemodel/ResourceModelHelper.hxx
deleted file mode 100644
index b913cadab6a5..000000000000
--- a/writerfilter/inc/resourcemodel/ResourceModelHelper.hxx
+++ /dev/null
@@ -1,33 +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 .
- */
-#ifndef INCLUDED_WRITERFILTER_INC_RESOURCEMODEL_RESOURCEMODELHELPER_HXX
-#define INCLUDED_WRITERFILTER_INC_RESOURCEMODEL_RESOURCEMODELHELPER_HXX
-
-#include <resourcemodel/WW8ResourceModel.hxx>
-
-namespace writerfilter {
-namespace resourcemodel {
-
-void resolveSprmProps(Properties & rHandler, Sprm & rSprm);
-
-}}
-
-#endif // INCLUDED_WRITERFILTER_INC_RESOURCEMODEL_RESOURCEMODELHELPER_HXX
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */