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
adbad2a5
Kaydet (Commit)
adbad2a5
authored
Ock 21, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move XMLMetaExportComponent_get_implementation to a more reasonable place
Change-Id: Iaf3dc5351453b4aee8ffc1e7fb1bc670c45c507f
üst
9486dd06
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
MetaExportComponent.cxx
xmloff/source/meta/MetaExportComponent.cxx
+8
-8
No files found.
xmloff/source/meta/MetaExportComponent.cxx
Dosyayı görüntüle @
adbad2a5
...
...
@@ -53,14 +53,6 @@ XMLMetaExportComponent::~XMLMetaExportComponent()
{
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
css
::
uno
::
XInterface
*
SAL_CALL
XMLMetaExportComponent_get_implementation
(
css
::
uno
::
XComponentContext
*
context
,
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
)
{
return
cppu
::
acquire
(
new
XMLMetaExportComponent
(
context
,
"XMLMetaExportComponent"
,
SvXMLExportFlags
::
META
|
SvXMLExportFlags
::
OASIS
));
}
void
SAL_CALL
XMLMetaExportComponent
::
setSourceDocument
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XComponent
>&
xDoc
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
{
try
...
...
@@ -194,6 +186,14 @@ uno::Sequence< OUString > SAL_CALL XMLMetaExportOOO_getSupportedServiceNames()
return
uno
::
Sequence
<
OUString
>
{
"com.sun.star.document.XMLMetaExporter"
};
}
extern
"C"
SAL_DLLPUBLIC_EXPORT
css
::
uno
::
XInterface
*
SAL_CALL
XMLMetaExportComponent_get_implementation
(
css
::
uno
::
XComponentContext
*
context
,
css
::
uno
::
Sequence
<
css
::
uno
::
Any
>
const
&
)
{
return
cppu
::
acquire
(
new
XMLMetaExportComponent
(
context
,
"XMLMetaExportComponent"
,
SvXMLExportFlags
::
META
|
SvXMLExportFlags
::
OASIS
));
}
OUString
SAL_CALL
XMLMetaExportOOO_getImplementationName
()
throw
()
{
return
OUString
(
"XMLMetaExportOOo"
);
...
...
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