LCOV - code coverage report
Current view: top level - writerperfect/source/writer - DocumentHandlerForOdt.hxx (source / functions) Hit Total Coverage
Test: commit 10e77ab3ff6f4314137acd6e2702a6e5c1ce1fae Lines: 2 2 100.0 %
Date: 2014-11-03 Functions: 1 1 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       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             : #ifndef INCLUDED_WRITERPERFECT_SOURCE_WRITER_DOCUMENTHANDLERFORODT_HXX
       9             : #define INCLUDED_WRITERPERFECT_SOURCE_WRITER_DOCUMENTHANDLERFORODT_HXX
      10             : 
      11             : #include <libodfgen/libodfgen.hxx>
      12             : 
      13             : #include "writerperfect/DocumentHandlerFor.hxx"
      14             : 
      15             : namespace writerperfect
      16             : {
      17             : 
      18             : template<>
      19             : struct DocumentHandlerFor<OdtGenerator>
      20             : {
      21          88 :     static const rtl::OUString name()
      22             :     {
      23          88 :         return rtl::OUString("com.sun.star.comp.Writer.XMLOasisImporter");
      24             :     }
      25             : };
      26             : 
      27             : }
      28             : 
      29             : #endif
      30             : 
      31             : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10