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
6c15627e
Kaydet (Commit)
6c15627e
authored
May 27, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove accidentally pushed file
Change-Id: I22e2215495b1c2d042434edd3aad557e2f849a15
üst
9549fb88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
79 deletions
+0
-79
htmlexport-swobjects.patch
sw/htmlexport-swobjects.patch
+0
-79
No files found.
sw/htmlexport-swobjects.patch
deleted
100644 → 0
Dosyayı görüntüle @
9549fb88
diff --git a/sw/CppunitTest_sw_htmlexport.mk b/sw/CppunitTest_sw_htmlexport.mk
index 23cdef1..69803cd 100644
--- a/sw/CppunitTest_sw_htmlexport.mk
+++ b/sw/CppunitTest_sw_htmlexport.mk
@@ -15,23 +15,48 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sw_htmlexport, \
sw/qa/extras/htmlexport/htmlexport \
))
+$(eval $(call gb_CppunitTest_set_componentfile,sw_htmlexport,sw/util/sw))
+
+$(eval $(call gb_CppunitTest_use_library_objects,sw_htmlexport,sw))
+
$(eval $(call gb_CppunitTest_use_libraries,sw_htmlexport, \
+ $(call gb_Helper_optional,AVMEDIA,avmedia) \
+ basegfx \
comphelper \
cppu \
cppuhelper \
+ drawinglayer \
+ editeng \
i18nlangtag \
+ i18nutil \
+ lng \
sal \
- sw \
+ salhelper \
+ sax \
+ sb \
+ sfx \
+ sot \
+ svl \
+ svt \
+ svx \
+ svxcore \
test \
+ tk \
tl \
+ ucbhelper \
unotest \
utl \
+ $(if $(filter TRUE,$(DISABLE_SCRIPTING)),, \
+ vbahelper) \
vcl \
+ xmlreader \
+ xo \
$(gb_UWINAPI) \
))
$(eval $(call gb_CppunitTest_use_externals,sw_htmlexport,\
boost_headers \
+ icuuc \
libxml2 \
))
@@ -71,7 +96,6 @@ $(eval $(call gb_CppunitTest_use_components,sw_htmlexport,\
sc/util/scfilt \
package/util/package2 \
sax/source/expatwrap/expwrap \
- sw/util/sw \
sw/util/swd \
sw/util/msword \
sfx2/util/sfx \
diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index 2db20ef..d9a8d15 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -32,6 +32,12 @@ public:
m_eUnit(FUNIT_NONE)
{}
+ void setUp() SAL_OVERRIDE
+ {
+ SwModelTestBase::setUp();
+ SwGlobals::ensure();
+ }
+
private:
bool mustCalcLayoutOf(const char* filename) SAL_OVERRIDE
{
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