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
45553917
Kaydet (Commit)
45553917
authored
Kas 06, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
coverity#1338233 Uncaught exception
Change-Id: I59ef31ff46b9eff2f4a2b73b7f1d13ff0b4407ae
üst
705c0edc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
LotusWordProImportFilter.cxx
lotuswordpro/source/filter/LotusWordProImportFilter.cxx
+1
-1
LotusWordProImportFilter.hxx
lotuswordpro/source/filter/LotusWordProImportFilter.hxx
+1
-1
No files found.
lotuswordpro/source/filter/LotusWordProImportFilter.cxx
Dosyayı görüntüle @
45553917
...
@@ -61,7 +61,7 @@ using com::sun::star::xml::sax::XParser;
...
@@ -61,7 +61,7 @@ using com::sun::star::xml::sax::XParser;
static
const
sal_Int8
header
[]
=
{
0x57
,
0x6f
,
0x72
,
0x64
,
0x50
,
0x72
,
0x6f
};
static
const
sal_Int8
header
[]
=
{
0x57
,
0x6f
,
0x72
,
0x64
,
0x50
,
0x72
,
0x6f
};
bool
SAL_CALL
LotusWordProImportFilter
::
importImpl
(
const
Sequence
<
css
::
beans
::
PropertyValue
>&
aDescriptor
)
bool
SAL_CALL
LotusWordProImportFilter
::
importImpl
(
const
Sequence
<
css
::
beans
::
PropertyValue
>&
aDescriptor
)
throw
(
RuntimeException
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
sal_Int32
nLength
=
aDescriptor
.
getLength
();
sal_Int32
nLength
=
aDescriptor
.
getLength
();
...
...
lotuswordpro/source/filter/LotusWordProImportFilter.hxx
Dosyayı görüntüle @
45553917
...
@@ -51,7 +51,7 @@ protected:
...
@@ -51,7 +51,7 @@ protected:
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>
mxHandler
;
css
::
uno
::
Reference
<
css
::
xml
::
sax
::
XDocumentHandler
>
mxHandler
;
bool
SAL_CALL
importImpl
(
const
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>&
aDescriptor
)
bool
SAL_CALL
importImpl
(
const
css
::
uno
::
Sequence
<
css
::
beans
::
PropertyValue
>&
aDescriptor
)
throw
(
css
::
uno
::
RuntimeException
);
throw
(
css
::
uno
::
RuntimeException
,
std
::
exception
);
public
:
public
:
explicit
LotusWordProImportFilter
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
rxContext
)
explicit
LotusWordProImportFilter
(
const
css
::
uno
::
Reference
<
css
::
uno
::
XComponentContext
>
&
rxContext
)
...
...
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