Bump version to 6.4-15
[LibreOffice.git] / writerperfect / inc / DocumentHandlerForOdp.hxx
blob9ef36814df77fc0c53175a650894a3f2f9d0e986
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 */
8 #ifndef INCLUDED_WRITERPERFECT_INC_DOCUMENTHANDLERFORODP_HXX
9 #define INCLUDED_WRITERPERFECT_INC_DOCUMENTHANDLERFORODP_HXX
11 #include <libodfgen/libodfgen.hxx>
13 #include "DocumentHandlerFor.hxx"
15 namespace writerperfect
17 template <> struct DocumentHandlerFor<OdpGenerator>
19 static OUString name() { return "com.sun.star.comp.Impress.XMLOasisImporter"; }
23 #endif
25 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */