Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
05aa02a8
Kaydet (Commit)
05aa02a8
authored
Mar 14, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Unused includes
Change-Id: Ie273e88bd12321726f1717e4e09b1928fcadb6f9
üst
2ad285ea
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
16 deletions
+0
-16
swparrtf.cxx
sw/source/filter/rtf/swparrtf.cxx
+0
-5
docxsdrexport.cxx
sw/source/filter/ww8/docxsdrexport.cxx
+0
-2
SdtHelper.cxx
writerfilter/source/dmapper/SdtHelper.cxx
+0
-1
WriterFilter.cxx
writerfilter/source/filter/WriterFilter.cxx
+0
-5
WriterFilterDetection.cxx
writerfilter/source/filter/WriterFilterDetection.cxx
+0
-3
No files found.
sw/source/filter/rtf/swparrtf.cxx
Dosyayı görüntüle @
05aa02a8
...
@@ -17,14 +17,12 @@
...
@@ -17,14 +17,12 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
*/
#include <tools/stream.hxx>
#include <poolfmt.hxx>
#include <poolfmt.hxx>
#include <shellio.hxx>
#include <shellio.hxx>
#include <ndtxt.hxx>
#include <ndtxt.hxx>
#include <doc.hxx>
#include <doc.hxx>
#include <docsh.hxx>
#include <docsh.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <pam.hxx>
#include <swerror.h>
#include <swerror.h>
#include <unotextrange.hxx>
#include <unotextrange.hxx>
...
@@ -32,11 +30,8 @@
...
@@ -32,11 +30,8 @@
#include <unotools/streamwrap.hxx>
#include <unotools/streamwrap.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/text/XTextRange.hpp>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
sw/source/filter/ww8/docxsdrexport.cxx
Dosyayı görüntüle @
05aa02a8
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
#include <svx/svdogrp.hxx>
#include <svx/svdogrp.hxx>
#include <oox/token/tokens.hxx>
#include <oox/token/tokens.hxx>
#include <oox/export/utils.hxx>
#include <oox/export/utils.hxx>
#include <oox/export/vmlexport.hxx>
#include <oox/token/properties.hxx>
#include <oox/token/properties.hxx>
#include <textboxhelper.hxx>
#include <textboxhelper.hxx>
#include <fmtanchr.hxx>
#include <fmtanchr.hxx>
...
@@ -32,7 +31,6 @@
...
@@ -32,7 +31,6 @@
#include <comphelper/seqstream.hxx>
#include <comphelper/seqstream.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/sequence.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
using
namespace
com
::
sun
::
star
;
using
namespace
com
::
sun
::
star
;
...
...
writerfilter/source/dmapper/SdtHelper.cxx
Dosyayı görüntüle @
05aa02a8
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
#include <editeng/unoprnms.hxx>
#include <editeng/unoprnms.hxx>
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <unotools/datetime.hxx>
#include <unotools/datetime.hxx>
#include <DomainMapper_Impl.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/sequence.hxx>
namespace
writerfilter
namespace
writerfilter
...
...
writerfilter/source/filter/WriterFilter.cxx
Dosyayı görüntüle @
05aa02a8
...
@@ -19,7 +19,6 @@
...
@@ -19,7 +19,6 @@
#ifdef DEBUG_WRITERFILTER
#ifdef DEBUG_WRITERFILTER
#include <iostream>
#include <iostream>
#include <osl/process.h>
#endif
#endif
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
...
@@ -28,12 +27,9 @@
...
@@ -28,12 +27,9 @@
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/document/XImporter.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/io/WrongFormatException.hpp>
#include <com/sun/star/io/WrongFormatException.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase.hxx>
...
@@ -44,7 +40,6 @@
...
@@ -44,7 +40,6 @@
#include <oox/ole/olestorage.hxx>
#include <oox/ole/olestorage.hxx>
#include <oox/ole/vbaproject.hxx>
#include <oox/ole/vbaproject.hxx>
#include <ooxml/OOXMLDocument.hxx>
#include <ooxml/OOXMLDocument.hxx>
#include <osl/diagnose.h>
#include <unotools/mediadescriptor.hxx>
#include <unotools/mediadescriptor.hxx>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
writerfilter/source/filter/WriterFilterDetection.cxx
Dosyayı görüntüle @
05aa02a8
...
@@ -18,14 +18,11 @@
...
@@ -18,14 +18,11 @@
*/
*/
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <comphelper/storagehelper.hxx>
#include <comphelper/storagehelper.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/implementationentry.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <sot/storage.hxx>
#include <sot/storage.hxx>
#include <unotools/ucbstreamhelper.hxx>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment