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
8ec26e21
Kaydet (Commit)
8ec26e21
authored
Nis 16, 2014
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svgio test: no need to create our own ComponentContext
Change-Id: If8e90c949223a0f11c6b8c6a8ac1cd08ce95a74b
üst
cebb4abe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
SvgImportTest.cxx
svgio/qa/cppunit/SvgImportTest.cxx
+1
-5
No files found.
svgio/qa/cppunit/SvgImportTest.cxx
Dosyayı görüntüle @
8ec26e21
...
...
@@ -29,8 +29,6 @@ using namespace css::graphic;
class
Test
:
public
test
::
BootstrapFixture
{
Reference
<
XComponentContext
>
mxContext
;
void
testStyles
();
Primitive2DSequence
parseSvg
(
const
char
*
aSource
);
...
...
@@ -46,7 +44,7 @@ public:
Primitive2DSequence
Test
::
parseSvg
(
const
char
*
aSource
)
{
const
Reference
<
XSvgParser
>
xSvgParser
=
SvgTools
::
create
(
mxContext
);
const
Reference
<
XSvgParser
>
xSvgParser
=
SvgTools
::
create
(
m
_
xContext
);
OUString
aUrl
=
getURLFromSrc
(
aSource
);
OUString
aPath
=
getPathFromSrc
(
aSource
);
...
...
@@ -66,8 +64,6 @@ Primitive2DSequence Test::parseSvg(const char* aSource)
void
Test
::
setUp
()
{
BootstrapFixture
::
setUp
();
mxContext
=
Reference
<
XComponentContext
>
(
comphelper
::
getProcessComponentContext
());
}
void
Test
::
tearDown
()
...
...
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