summaryrefslogtreecommitdiff
path: root/writerperfect/source/impress
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-02-14 10:12:48 +0100
committerDavid Tardon <dtardon@redhat.com>2017-02-15 10:15:40 +0100
commitc40b84c458b99a4655b1cdb10dee68236121fcae (patch)
tree0e280b68328095f78355e0da3b6ee8dbf8c3d99d /writerperfect/source/impress
parent4e0ac535a96dc461a795d399677123eebf0cf787 (diff)
move headers used by tests to inc/
Change-Id: Ice159ae9fcb7284143d9e4734b8cb34f5c6a2ec5
Diffstat (limited to 'writerperfect/source/impress')
-rw-r--r--writerperfect/source/impress/DocumentHandlerForOdp.hxx31
1 files changed, 0 insertions, 31 deletions
diff --git a/writerperfect/source/impress/DocumentHandlerForOdp.hxx b/writerperfect/source/impress/DocumentHandlerForOdp.hxx
deleted file mode 100644
index fe8ae8d20210..000000000000
--- a/writerperfect/source/impress/DocumentHandlerForOdp.hxx
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-/*
- * 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/.
- */
-
-#ifndef INCLUDED_WRITERPERFECT_SOURCE_IMPRESS_DOCUMENTHANDLERFORODP_HXX
-#define INCLUDED_WRITERPERFECT_SOURCE_IMPRESS_DOCUMENTHANDLERFORODP_HXX
-
-#include <libodfgen/libodfgen.hxx>
-
-#include "DocumentHandlerFor.hxx"
-
-namespace writerperfect
-{
-
-template<>
-struct DocumentHandlerFor<OdpGenerator>
-{
- static const rtl::OUString name()
- {
- return rtl::OUString("com.sun.star.comp.Impress.XMLOasisImporter");
- }
-};
-
-}
-
-#endif
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */