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
d6e212ab
Kaydet (Commit)
d6e212ab
authored
Mar 15, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix pretty borders post merge (missing .src compile)
üst
4a586f32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
AllLangResTarget_sw.mk
sw/AllLangResTarget_sw.mk
+2
-0
unofreg.cxx
sw/source/ui/uno/unofreg.cxx
+0
-2
No files found.
sw/AllLangResTarget_sw.mk
Dosyayı görüntüle @
d6e212ab
...
...
@@ -38,6 +38,7 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\
-I$(OUTDIR)/inc \
-I$(WORKDIR)/inc/sw \
-I$(SRCDIR)/sw/inc \
-I$(SRCDIR)/sw/source/core/inc \
-I$(SRCDIR)/sw/source/core/undo \
-I$(SRCDIR)/sw/source/core/unocore \
-I$(SRCDIR)/sw/source/ui/chrdlg \
...
...
@@ -65,6 +66,7 @@ $(eval $(call gb_SrsTarget_set_include,sw/res,\
))
$(eval $(call gb_SrsTarget_add_files,sw/res,\
sw/source/core/layout/pagefrm.src \
sw/source/core/undo/undo.src \
sw/source/core/unocore/unocore.src \
sw/source/ui/app/app.src \
...
...
sw/source/ui/uno/unofreg.cxx
Dosyayı görüntüle @
d6e212ab
...
...
@@ -362,14 +362,12 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
SwUnoModule_createInstance
,
SwUnoModule_getSupportedServiceNames
()
);
}
// --> OD 2007-05-24 #i73788#
else
if
(
comp_FinalThreadManager
::
_getImplementationName
().
equalsAsciiL
(
pImplName
,
nImplNameLen
)
)
{
pRet
=
::
cppu
::
component_getFactoryHelper
(
pImplName
,
pServiceManager
,
pRegistryKey
,
entries
);
}
// <--
if
(
xFactory
.
is
())
{
...
...
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