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
5b14929d
Kaydet (Commit)
5b14929d
authored
Nis 12, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Handle the correct deletion order of EditDLL in the base class.
Turns out that this change affected all cppunit runs.
üst
c0de63a8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
eerdll.hxx
editeng/inc/editeng/eerdll.hxx
+1
-1
core-test.cxx
editeng/qa/unit/core-test.cxx
+0
-2
ucalc.cxx
sc/qa/unit/ucalc.cxx
+0
-1
Library_test.mk
test/Library_test.mk
+1
-0
bootstrapfixture.cxx
test/source/bootstrapfixture.cxx
+2
-0
No files found.
editeng/inc/editeng/eerdll.hxx
Dosyayı görüntüle @
5b14929d
...
@@ -53,7 +53,7 @@ public:
...
@@ -53,7 +53,7 @@ public:
ResMgr
*
GetResMgr
()
const
{
return
pResMgr
;
}
ResMgr
*
GetResMgr
()
const
{
return
pResMgr
;
}
GlobalEditData
*
GetGlobalData
()
const
{
return
pGlobalData
;
}
GlobalEditData
*
GetGlobalData
()
const
{
return
pGlobalData
;
}
static
EditDLL
&
Get
();
static
EditDLL
&
Get
();
static
void
Release
();
EDITENG_DLLPUBLIC
static
void
Release
();
};
};
#define EE_DLL() EditDLL::Get()
#define EE_DLL() EditDLL::Get()
...
...
editeng/qa/unit/core-test.cxx
Dosyayı görüntüle @
5b14929d
...
@@ -74,8 +74,6 @@ void Test::setUp()
...
@@ -74,8 +74,6 @@ void Test::setUp()
void
Test
::
tearDown
()
void
Test
::
tearDown
()
{
{
SfxItemPool
::
Free
(
mpItemPool
);
SfxItemPool
::
Free
(
mpItemPool
);
EditDLL
::
Release
();
test
::
BootstrapFixture
::
tearDown
();
test
::
BootstrapFixture
::
tearDown
();
}
}
...
...
sc/qa/unit/ucalc.cxx
Dosyayı görüntüle @
5b14929d
...
@@ -303,7 +303,6 @@ void Test::setUp()
...
@@ -303,7 +303,6 @@ void Test::setUp()
void
Test
::
tearDown
()
void
Test
::
tearDown
()
{
{
m_xDocShRef
.
Clear
();
m_xDocShRef
.
Clear
();
BootstrapFixture
::
tearDown
();
BootstrapFixture
::
tearDown
();
}
}
...
...
test/Library_test.mk
Dosyayı görüntüle @
5b14929d
...
@@ -42,6 +42,7 @@ $(eval $(call gb_Library_use_libraries,test,\
...
@@ -42,6 +42,7 @@ $(eval $(call gb_Library_use_libraries,test,\
comphelper \
comphelper \
cppu \
cppu \
cppuhelper \
cppuhelper \
editeng \
i18nisolang1 \
i18nisolang1 \
sal \
sal \
tl \
tl \
...
...
test/source/bootstrapfixture.cxx
Dosyayı görüntüle @
5b14929d
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
#include <vcl/svapp.hxx>
#include <vcl/svapp.hxx>
#include <tools/resmgr.hxx>
#include <tools/resmgr.hxx>
#include <unotools/syslocaleoptions.hxx>
#include <unotools/syslocaleoptions.hxx>
#include <editeng/eerdll.hxx>
using
namespace
::
com
::
sun
::
star
;
using
namespace
::
com
::
sun
::
star
;
...
@@ -107,6 +108,7 @@ void test::BootstrapFixture::setUp()
...
@@ -107,6 +108,7 @@ void test::BootstrapFixture::setUp()
void
test
::
BootstrapFixture
::
tearDown
()
void
test
::
BootstrapFixture
::
tearDown
()
{
{
ucbhelper
::
ContentBroker
::
deinitialize
();
ucbhelper
::
ContentBroker
::
deinitialize
();
EditDLL
::
Release
();
test
::
BootstrapFixtureBase
::
tearDown
();
test
::
BootstrapFixtureBase
::
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