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
2d4afd15
Kaydet (Commit)
2d4afd15
authored
Nis 10, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: excption -> exception
üst
c017c664
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_XDocumentInsertable.java
qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+1
-1
AccessiblePageShape.cxx
sd/source/ui/accessibility/AccessiblePageShape.cxx
+1
-1
No files found.
qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
Dosyayı görüntüle @
2d4afd15
...
@@ -126,7 +126,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
...
@@ -126,7 +126,7 @@ public class _XDocumentInsertable extends MultiMethodTest {
* A Second test uses an invalid URL and checks for correct exceptions.
* A Second test uses an invalid URL and checks for correct exceptions.
*
*
* Has <b> OK </b> status if at first insertion was completed successfully
* Has <b> OK </b> status if at first insertion was completed successfully
* and no exceptions were thrown and as second a expected excption was thrown. <p>
* and no exceptions were thrown and as second a expected exc
e
ption was thrown. <p>
*/
*/
public
void
_insertDocumentFromURL
()
{
public
void
_insertDocumentFromURL
()
{
boolean
result
=
true
;
boolean
result
=
true
;
...
...
sd/source/ui/accessibility/AccessiblePageShape.cxx
Dosyayı görüntüle @
2d4afd15
...
@@ -236,7 +236,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
...
@@ -236,7 +236,7 @@ sal_Int32 SAL_CALL AccessiblePageShape::getBackground (void)
}
}
catch
(
const
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
&
)
catch
(
const
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
&
)
{
{
OSL_TRACE
(
"caught excption due to unknown property"
);
OSL_TRACE
(
"caught exc
e
ption due to unknown property"
);
// Ignore exception and return default color.
// Ignore exception and return default color.
}
}
return
nColor
;
return
nColor
;
...
...
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