Bump version to 6.4-15
[LibreOffice.git] / writerperfect / inc / DocumentHandlerFor.hxx
blobd90039e2c5c267e0d67acd25b2f740b09d475da2
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_WRITERPERFECT_DOCUMENTHANDLERFOR_HXX
9 #define INCLUDED_WRITERPERFECT_INC_WRITERPERFECT_DOCUMENTHANDLERFOR_HXX
11 namespace writerperfect
13 /** Definition of XML import service used with a Generator.
15 This template must be specialized for every libodfgen generator.
17 template <class Generator> struct DocumentHandlerFor
19 // static OUString name();
23 #endif // INCLUDED_WRITERPERFECT_INC_WRITERPERFECT_DOCUMENTHANDLERFOR_HXX
25 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */