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
982babed
Kaydet (Commit)
982babed
authored
Nis 20, 2014
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo: cought => caught
Change-Id: I4fcede18c4b36a2b35f7fafae997f14acef84394
üst
9938cb54
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
_XIndexAccess.java
qadevOOo/tests/java/ifc/container/_XIndexAccess.java
+1
-1
TransitionPreset.cxx
sd/source/core/TransitionPreset.cxx
+1
-1
pptexanimations.cxx
sd/source/filter/eppt/pptexanimations.cxx
+1
-1
animationexport.cxx
xmloff/source/draw/animationexport.cxx
+1
-1
sdxmlexp.cxx
xmloff/source/draw/sdxmlexp.cxx
+1
-1
ximppage.cxx
xmloff/source/draw/ximppage.cxx
+2
-2
XMLTableExport.cxx
xmloff/source/table/XMLTableExport.cxx
+1
-1
No files found.
qadevOOo/tests/java/ifc/container/_XIndexAccess.java
Dosyayı görüntüle @
982babed
...
...
@@ -104,7 +104,7 @@ public class _XIndexAccess extends MultiMethodTest {
log
.
println
(
"no exception thrown - FAILED"
);
result
=
false
;
}
catch
(
IndexOutOfBoundsException
e
)
{
log
.
println
(
"Expected exception c
o
ught! "
+
e
+
" OK"
);
log
.
println
(
"Expected exception c
a
ught! "
+
e
+
" OK"
);
}
catch
(
WrappedTargetException
e
)
{
log
.
println
(
"Wrong exception! "
+
e
+
" FAILED"
);
result
=
false
;
...
...
sd/source/core/TransitionPreset.cxx
Dosyayı görüntüle @
982babed
...
...
@@ -185,7 +185,7 @@ bool TransitionPreset::importTransitionPresetList( TransitionPresetList& rList )
}
catch
(
Exception
&
)
{
OSL_FAIL
(
"sd::TransitionPreset::importResources(),
Exception co
ught!"
);
OSL_FAIL
(
"sd::TransitionPreset::importResources(),
exception ca
ught!"
);
}
return
bRet
;
...
...
sd/source/filter/eppt/pptexanimations.cxx
Dosyayı görüntüle @
982babed
...
...
@@ -413,7 +413,7 @@ void AnimationExporter::processAfterEffectNodes( const Reference< XAnimationNode
}
catch
(
Exception
&
)
{
OSL_FAIL
(
"(@CL)AnimationExporter::processAfterEffectNodes(), exception c
o
ught!"
);
OSL_FAIL
(
"(@CL)AnimationExporter::processAfterEffectNodes(), exception c
a
ught!"
);
}
}
...
...
xmloff/source/draw/animationexport.cxx
Dosyayı görüntüle @
982babed
...
...
@@ -1352,7 +1352,7 @@ void AnimationsExporterImpl::exportAnimate( const Reference< XAnimate >& xAnimat
}
catch
(
const
Exception
&
)
{
OSL_FAIL
(
"xmloff::AnimationsExporterImpl::exportAnimate(),
Exception co
ught!"
);
OSL_FAIL
(
"xmloff::AnimationsExporterImpl::exportAnimate(),
exception ca
ught!"
);
}
}
...
...
xmloff/source/draw/sdxmlexp.cxx
Dosyayı görüntüle @
982babed
...
...
@@ -1540,7 +1540,7 @@ HeaderFooterPageSettingsImpl SdXMLExport::ImpPrepDrawPageHeaderFooterDecls( cons
}
catch
(
const
Exception
&
)
{
OSL_FAIL
(
"SdXMLExport::ImpPrepDrawPageHeaderFooterDecls(), unexpected exception c
o
ught!"
);
OSL_FAIL
(
"SdXMLExport::ImpPrepDrawPageHeaderFooterDecls(), unexpected exception c
a
ught!"
);
}
return
aSettings
;
...
...
xmloff/source/draw/ximppage.cxx
Dosyayı görüntüle @
982babed
...
...
@@ -337,7 +337,7 @@ void SdXMLGenericPageContext::EndElement()
}
catch
(
const
uno
::
Exception
&
)
{
OSL_FAIL
(
"xmloff::SdXMLGenericPageContext::EndElement(), unexpected exception c
o
ught!"
);
OSL_FAIL
(
"xmloff::SdXMLGenericPageContext::EndElement(), unexpected exception c
a
ught!"
);
}
}
...
...
@@ -612,7 +612,7 @@ void SdXMLGenericPageContext::SetNavigationOrder()
}
catch
(
const
uno
::
Exception
&
)
{
OSL_FAIL
(
"xmloff::SdXMLGenericPageContext::SetNavigationOrder(), unexpected exception c
o
ught while importing shape navigation order!"
);
OSL_FAIL
(
"xmloff::SdXMLGenericPageContext::SetNavigationOrder(), unexpected exception c
a
ught while importing shape navigation order!"
);
}
}
...
...
xmloff/source/table/XMLTableExport.cxx
Dosyayı görüntüle @
982babed
...
...
@@ -349,7 +349,7 @@ static bool has_states( const std::vector< XMLPropertyState >& xPropStates )
}
catch
(
const
Exception
&
)
{
OSL_FAIL
(
"XMLTableExport::exportTable(), exception c
o
ught!"
);
OSL_FAIL
(
"XMLTableExport::exportTable(), exception c
a
ught!"
);
}
}
...
...
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