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
a51d5084
Kaydet (Commit)
a51d5084
authored
Ock 10, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
RTF filter: change uses of cppu::WeakImplHelper* to use variadic variants
Change-Id: Iea8552570146bd516ca2ee241caa4fcc3047b9f7
üst
4b2ed2bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
rtfexportfilter.hxx
sw/source/filter/ww8/rtfexportfilter.hxx
+2
-2
RtfFilter.hxx
writerfilter/source/filter/RtfFilter.hxx
+2
-2
No files found.
sw/source/filter/ww8/rtfexportfilter.hxx
Dosyayı görüntüle @
a51d5084
...
...
@@ -23,7 +23,7 @@
#include <com/sun/star/document/XFilter.hpp>
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/implbase
2
.hxx>
#include <cppuhelper/implbase.hxx>
#include <shellio.hxx>
/// Dummy Writer implementation to be able to use the string format methods of the base class
...
...
@@ -34,7 +34,7 @@ protected:
};
/// The physical access to the RTF document (for writing).
class
RtfExportFilter
:
public
cppu
::
WeakImplHelper
2
class
RtfExportFilter
:
public
cppu
::
WeakImplHelper
<
css
::
document
::
XFilter
,
css
::
document
::
XExporter
...
...
writerfilter/source/filter/RtfFilter.hxx
Dosyayı görüntüle @
a51d5084
...
...
@@ -26,10 +26,10 @@
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <cppuhelper/implbase
5
.hxx>
#include <cppuhelper/implbase.hxx>
/// Common RTF filter, calls RtfImportFilter and RtfExportFilter via UNO.
class
RtfFilter
:
public
cppu
::
WeakImplHelper
5
class
RtfFilter
:
public
cppu
::
WeakImplHelper
<
css
::
document
::
XFilter
,
css
::
document
::
XImporter
,
...
...
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