LibreOffice Module writerperfect (master) 1
DocumentHandlerFor.hxx
Go to the documentation of this file.
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 */
7
8#pragma once
9
10namespace writerperfect
11{
16template <class Generator> struct DocumentHandlerFor
17{
18 // static OUString name();
19};
20}
21
22/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Definition of XML import service used with a Generator.