loplugin:includeform: writerperfect

Change-Id: I714c131996efb0a85b9391a2b2bb7fc76bb2eae2
This commit is contained in:
Stephan Bergmann
2017-10-23 22:27:54 +02:00
parent 87c671d188
commit c78154f1fb
39 changed files with 78 additions and 78 deletions

View File

@@ -12,7 +12,7 @@
#include <librevenge-stream/librevenge-stream.h> #include <librevenge-stream/librevenge-stream.h>
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#include <writerperfectdllapi.h> #include "writerperfectdllapi.h"
#include <memory> #include <memory>
#include <climits> #include <climits>

View File

@@ -24,7 +24,7 @@
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#include <writerperfectdllapi.h> #include "writerperfectdllapi.h"
#include <climits> #include <climits>

View File

@@ -32,8 +32,8 @@
#include <unotools/mediadescriptor.hxx> #include <unotools/mediadescriptor.hxx>
#include <DocumentHandler.hxx> #include "DocumentHandler.hxx"
#include <WPXSvInputStream.hxx> #include "WPXSvInputStream.hxx"
#include <xmloff/attrlist.hxx> #include <xmloff/attrlist.hxx>

View File

@@ -18,7 +18,7 @@
#include <vcl/dialog.hxx> #include <vcl/dialog.hxx>
#include <vcl/lstbox.hxx> #include <vcl/lstbox.hxx>
#include <writerperfectdllapi.h> #include "writerperfectdllapi.h"
namespace writerperfect namespace writerperfect
{ {

View File

@@ -12,7 +12,7 @@
#include <librevenge-stream/librevenge-stream.h> #include <librevenge-stream/librevenge-stream.h>
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#include <writerperfectdllapi.h> #include "writerperfectdllapi.h"
#include <memory> #include <memory>
namespace com namespace com

View File

@@ -19,8 +19,8 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx" #include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx" #include "WpftLoader.hxx"
#include "wpftimport.hxx" #include "wpftimport.hxx"

View File

@@ -19,8 +19,8 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include "DocumentHandlerForOdp.hxx" #include <DocumentHandlerForOdp.hxx>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx" #include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx" #include "WpftLoader.hxx"
#include "wpftimport.hxx" #include "wpftimport.hxx"

View File

@@ -18,8 +18,8 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include "DocumentHandlerForOds.hxx" #include <DocumentHandlerForOds.hxx>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx" #include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx" #include "WpftLoader.hxx"
#include "wpftimport.hxx" #include "wpftimport.hxx"

View File

@@ -17,8 +17,8 @@
#include <rtl/ref.hxx> #include <rtl/ref.hxx>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "WpftFilterFixture.hxx" #include "WpftFilterFixture.hxx"
#include "WpftLoader.hxx" #include "WpftLoader.hxx"
#include "wpftimport.hxx" #include "wpftimport.hxx"

View File

@@ -15,16 +15,16 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "com/sun/star/io/XInputStream.hpp" #include <com/sun/star/io/XInputStream.hpp>
#include "com/sun/star/ucb/XSimpleFileAccess.hpp" #include <com/sun/star/ucb/XSimpleFileAccess.hpp>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "comphelper/processfactory.hxx" #include <comphelper/processfactory.hxx>
#include "comphelper/seqstream.hxx" #include <comphelper/seqstream.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include "test/bootstrapfixture.hxx" #include <test/bootstrapfixture.hxx>
#include <WPXSvInputStream.hxx> #include <WPXSvInputStream.hxx>

View File

@@ -10,7 +10,7 @@
#ifndef INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX #ifndef INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX
#define INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX #define INCLUDED_WRITERPERFECT_QA_UNIT_WPFTFILTERFIXTURE_HXX
#include "config_writerperfect.h" #include <config_writerperfect.h>
#include "wpftqahelperdllapi.h" #include "wpftqahelperdllapi.h"

View File

@@ -22,10 +22,10 @@
#include <libwps/libwps.h> #include <libwps/libwps.h>
#include "WPFTEncodingDialog.hxx" #include <WPFTEncodingDialog.hxx>
#include "WPFTResMgr.hxx" #include <WPFTResMgr.hxx>
#include "MSWorksCalcImportFilter.hxx" #include "MSWorksCalcImportFilter.hxx"
#include "strings.hrc" #include <strings.hrc>
#include <iostream> #include <iostream>

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOds.hxx" #include <DocumentHandlerForOds.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOds.hxx" #include <DocumentHandlerForOds.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,8 +13,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "DocumentHandlerForOds.hxx" #include <DocumentHandlerForOds.hxx>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOds.hxx" #include <DocumentHandlerForOds.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -1,6 +1,6 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#include "WPFTResMgr.hxx" #include <WPFTResMgr.hxx>
std::locale &WPFTResLocale::GetResLocale() std::locale &WPFTResLocale::GetResLocale()
{ {

View File

@@ -11,9 +11,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_CDRIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_CDRIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_CDRIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_CDRIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -11,9 +11,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_CMXIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_CMXIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_CMXIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_CMXIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_FREEHANDIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_FREEHANDIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_FREEHANDIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_FREEHANDIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_MSPUBIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_MSPUBIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_MSPUBIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_MSPUBIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_PAGEMAKERIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_PAGEMAKERIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_PAGEMAKERIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_PAGEMAKERIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_QXPIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_QXPIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_QXPIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_QXPIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_VISIOIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_VISIOIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_VISIOIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_VISIOIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_WPGIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_WPGIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_WPGIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_WPGIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -8,9 +8,9 @@
#ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_ZMFIMPORTFILTER_HXX #ifndef INCLUDED_WRITERPERFECT_SOURCE_DRAW_ZMFIMPORTFILTER_HXX
#define INCLUDED_WRITERPERFECT_SOURCE_DRAW_ZMFIMPORTFILTER_HXX #define INCLUDED_WRITERPERFECT_SOURCE_DRAW_ZMFIMPORTFILTER_HXX
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdg.hxx" #include <DocumentHandlerForOdg.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -11,8 +11,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdp.hxx" #include <DocumentHandlerForOdp.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdp.hxx" #include <DocumentHandlerForOdp.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdp.hxx" #include <DocumentHandlerForOdp.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -9,7 +9,7 @@
#include "EPUBExportFilter.hxx" #include "EPUBExportFilter.hxx"
#include "config_libepubgen.h" #include <config_libepubgen.h>
#include <libepubgen/EPUBTextGenerator.h> #include <libepubgen/EPUBTextGenerator.h>
#include <libepubgen/libepubgen-decls.h> #include <libepubgen/libepubgen-decls.h>

View File

@@ -13,10 +13,10 @@
#include <libwps/libwps.h> #include <libwps/libwps.h>
#include "WPFTEncodingDialog.hxx" #include <WPFTEncodingDialog.hxx>
#include "WPFTResMgr.hxx" #include <WPFTResMgr.hxx>
#include "MSWorksImportFilter.hxx" #include "MSWorksImportFilter.hxx"
#include "strings.hrc" #include <strings.hrc>
using com::sun::star::uno::Sequence; using com::sun::star::uno::Sequence;
using com::sun::star::uno::XInterface; using com::sun::star::uno::XInterface;

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,8 +13,8 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter

View File

@@ -13,9 +13,9 @@
#include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include "ImportFilter.hxx" #include <ImportFilter.hxx>
#include "DocumentHandlerForOdt.hxx" #include <DocumentHandlerForOdt.hxx>
/* This component will be instantiated for both import or export. Whether it calls /* This component will be instantiated for both import or export. Whether it calls
* setSourceDocument or setTargetDocument determines which Impl function the filter * setSourceDocument or setTargetDocument determines which Impl function the filter