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
cdad6cb3
Kaydet (Commit)
cdad6cb3
authored
Eki 06, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unreferenced local variable
üst
61a0a9e3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
xmlexport.cxx
svx/source/xml/xmlexport.cxx
+2
-2
xmlxtexp.cxx
svx/source/xml/xmlxtexp.cxx
+2
-2
xmlxtimp.cxx
svx/source/xml/xmlxtimp.cxx
+1
-1
No files found.
svx/source/xml/xmlexport.cxx
Dosyayı görüntüle @
cdad6cb3
...
@@ -139,7 +139,7 @@ sal_Bool SvxDrawingLayerExport( SdrModel* pModel, const uno::Reference<io::XOutp
...
@@ -139,7 +139,7 @@ sal_Bool SvxDrawingLayerExport( SdrModel* pModel, const uno::Reference<io::XOutp
}
}
}
}
}
}
catch
(
uno
::
Exception
const
&
e
)
catch
(
uno
::
Exception
const
&
)
{
{
DBG_UNHANDLED_EXCEPTION
();
DBG_UNHANDLED_EXCEPTION
();
bDocRet
=
sal_False
;
bDocRet
=
sal_False
;
...
@@ -258,7 +258,7 @@ sal_Bool SvxDrawingLayerImport( SdrModel* pModel, const uno::Reference<io::XInpu
...
@@ -258,7 +258,7 @@ sal_Bool SvxDrawingLayerImport( SdrModel* pModel, const uno::Reference<io::XInpu
}
}
}
}
}
}
catch
(
uno
::
Exception
&
r
)
catch
(
uno
::
Exception
&
)
{
{
DBG_UNHANDLED_EXCEPTION
();
DBG_UNHANDLED_EXCEPTION
();
}
}
...
...
svx/source/xml/xmlxtexp.cxx
Dosyayı görüntüle @
cdad6cb3
...
@@ -287,7 +287,7 @@ bool SvxXMLXTableExportComponent::save(
...
@@ -287,7 +287,7 @@ bool SvxXMLXTableExportComponent::save(
{
{
try
{
try
{
xSubStorage
=
xStorage
->
openStorageElement
(
aPath
,
eCreate
);
xSubStorage
=
xStorage
->
openStorageElement
(
aPath
,
eCreate
);
}
catch
(
uno
::
Exception
&
e
)
{
}
catch
(
uno
::
Exception
&
)
{
OSL_FAIL
(
"no output storage!"
);
OSL_FAIL
(
"no output storage!"
);
return
false
;
return
false
;
}
}
...
@@ -301,7 +301,7 @@ bool SvxXMLXTableExportComponent::save(
...
@@ -301,7 +301,7 @@ bool SvxXMLXTableExportComponent::save(
return
false
;
return
false
;
initializeStreamMetadata
(
xStream
);
initializeStreamMetadata
(
xStream
);
xOut
=
xStream
->
getOutputStream
();
xOut
=
xStream
->
getOutputStream
();
}
catch
(
uno
::
Exception
&
e
)
{
}
catch
(
uno
::
Exception
&
)
{
OSL_FAIL
(
"no output stream!"
);
OSL_FAIL
(
"no output stream!"
);
return
false
;
return
false
;
}
}
...
...
svx/source/xml/xmlxtimp.cxx
Dosyayı görüntüle @
cdad6cb3
...
@@ -425,7 +425,7 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath,
...
@@ -425,7 +425,7 @@ bool SvxXMLXTableImport::load( const rtl::OUString &rPath,
try
{
try
{
xSubStorage
=
comphelper
::
OStorageHelper
::
GetStorageAtPath
(
xSubStorage
=
comphelper
::
OStorageHelper
::
GetStorageAtPath
(
xStorage
,
rPath
,
embed
::
ElementModes
::
READ
,
aNasty
);
xStorage
,
rPath
,
embed
::
ElementModes
::
READ
,
aNasty
);
}
catch
(
uno
::
Exception
&
e
)
{
}
catch
(
uno
::
Exception
&
)
{
}
}
if
(
xSubStorage
.
is
()
)
if
(
xSubStorage
.
is
()
)
openStorageStream
(
&
aParserInput
,
&
pGraphicHelper
,
xSubStorage
);
openStorageStream
(
&
aParserInput
,
&
pGraphicHelper
,
xSubStorage
);
...
...
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