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
101149d8
Kaydet (Commit)
101149d8
authored
May 18, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: make test msvc2008 warnings free
Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
üst
bcfc9fc3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
xtextcontent.cxx
test/source/text/xtextcontent.cxx
+3
-3
No files found.
test/source/text/xtextcontent.cxx
Dosyayı görüntüle @
101149d8
...
...
@@ -39,7 +39,7 @@ namespace apitest {
void
XTextContent
::
testGetAnchor
()
{
uno
::
Reference
<
text
::
XTextContent
>
xTextContent
(
init
(),
UNO_QUERY_THROW
);
uno
::
Reference
<
uno
::
XInterface
>
xAnchor
=
xTextContent
->
getAnchor
(
);
uno
::
Reference
<
uno
::
XInterface
>
xAnchor
(
xTextContent
->
getAnchor
()
);
CPPUNIT_ASSERT
(
xAnchor
.
is
());
}
...
...
@@ -58,13 +58,13 @@ void XTextContent::testAttach()
else
xTextContent
->
attach
(
xRange
);
}
catch
(
const
lang
::
IllegalArgumentException
&
e
)
catch
(
const
lang
::
IllegalArgumentException
&
)
{
bool
bAttachSupported
=
isAttachSupported
();
if
(
bAttachSupported
)
CPPUNIT_ASSERT
(
false
);
}
catch
(
const
RuntimeException
&
e
)
catch
(
const
RuntimeException
&
)
{
bool
bAttachSupported
=
isAttachSupported
();
if
(
bAttachSupported
)
...
...
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