LCOV - code coverage report
Current view: top level - l10ntools/inc/l10ntools - file.hxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 3 0.0 %
Date: 2012-08-25 Functions: 0 5 0.0 %
Legend: Lines: hit not hit | Branches: + taken - not taken # not executed Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
       2                 :            : #include "rtl/ustring.hxx"
       3                 :            : 
       4                 :            : namespace transex
       5                 :            : {
       6                 :            : 
       7                 :          0 : class File
       8                 :            : {
       9                 :            :     private:
      10                 :            :     rtl::OUString sFileName;
      11                 :            :     rtl::OUString sFullName;
      12                 :            : 
      13                 :            :     public:
      14                 :          0 :     rtl::OUString getFileName(){ return sFileName; }
      15                 :          0 :     rtl::OUString getFullName(){ return sFullName; }
      16                 :            : 
      17                 :            :     File( const rtl::OUString sFullName , const rtl::OUString sFile );
      18                 :            : 
      19                 :            :     static bool lessFile ( const File& rKey1, const File& rKey2 );
      20                 :            : 
      21                 :            : };
      22                 :            : 
      23                 :            : }
      24                 :            : 
      25                 :            : /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

Generated by: LCOV version 1.10