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
d565391d
Kaydet (Commit)
d565391d
authored
Mar 13, 2016
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
this old concept was just a bad idea by me
Change-Id: Ib13a7a252bdb3f54e520076666f98498c10b4d47
üst
70b4de32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
sccondformats.cxx
sc/qa/extras/sccondformats.cxx
+2
-10
No files found.
sc/qa/extras/sccondformats.cxx
Dosyayı görüntüle @
d565391d
...
@@ -29,8 +29,6 @@ using namespace css;
...
@@ -29,8 +29,6 @@ using namespace css;
namespace
sc_apitest
{
namespace
sc_apitest
{
#define NUMBER_OF_TESTS 1
class
ScConditionalFormatTest
:
public
CalcUnoApiTest
class
ScConditionalFormatTest
:
public
CalcUnoApiTest
{
{
public
:
public
:
...
@@ -49,13 +47,9 @@ public:
...
@@ -49,13 +47,9 @@ public:
CPPUNIT_TEST_SUITE_END
();
CPPUNIT_TEST_SUITE_END
();
private
:
private
:
static
sal_Int32
nTest
;
uno
::
Reference
<
lang
::
XComponent
>
mxComponent
;
static
uno
::
Reference
<
lang
::
XComponent
>
mxComponent
;
};
};
sal_Int32
ScConditionalFormatTest
::
nTest
=
0
;
uno
::
Reference
<
lang
::
XComponent
>
ScConditionalFormatTest
::
mxComponent
;
ScConditionalFormatTest
::
ScConditionalFormatTest
()
ScConditionalFormatTest
::
ScConditionalFormatTest
()
:
CalcUnoApiTest
(
"sc/qa/unit/data/ods"
)
:
CalcUnoApiTest
(
"sc/qa/unit/data/ods"
)
{
{
...
@@ -223,16 +217,14 @@ void ScConditionalFormatTest::testUndoAnchor()
...
@@ -223,16 +217,14 @@ void ScConditionalFormatTest::testUndoAnchor()
void
ScConditionalFormatTest
::
setUp
()
void
ScConditionalFormatTest
::
setUp
()
{
{
nTest
++
;
CalcUnoApiTest
::
setUp
();
CalcUnoApiTest
::
setUp
();
}
}
void
ScConditionalFormatTest
::
tearDown
()
void
ScConditionalFormatTest
::
tearDown
()
{
{
if
(
nTest
==
NUMBER_OF_TESTS
)
if
(
mxComponent
.
is
()
)
{
{
closeDocument
(
mxComponent
);
closeDocument
(
mxComponent
);
mxComponent
.
clear
();
}
}
CalcUnoApiTest
::
tearDown
();
CalcUnoApiTest
::
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