Update git submodules
[LibreOffice.git] / writerperfect / inc / DocumentHandlerFor.hxx
bloba7c7459fdcedd13647255c455c76baf19f78b940
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 #pragma once
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: */