fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / writerperfect / source / writer / DocumentHandlerForOdt.hxx
blob791a8e80840a55923809a896ae65de1c64a7596b
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_SOURCE_WRITER_DOCUMENTHANDLERFORODT_HXX
9 #define INCLUDED_WRITERPERFECT_SOURCE_WRITER_DOCUMENTHANDLERFORODT_HXX
11 #include <libodfgen/libodfgen.hxx>
13 #include "DocumentHandlerFor.hxx"
15 namespace writerperfect
18 template<>
19 struct DocumentHandlerFor<OdtGenerator>
21 static const rtl::OUString name()
23 return rtl::OUString("com.sun.star.comp.Writer.XMLOasisImporter");
29 #endif
31 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */