1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
10 namespace writerperfect
12 /** Definition of XML import service used with a Generator.
14 This template must be specialized for every libodfgen generator.
16 template <class Generator
> struct DocumentHandlerFor
18 // static OUString name();
22 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */