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
1f79b55b
Kaydet (Commit)
1f79b55b
authored
Eki 07, 2012
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
Change-Id: I9ce4af18d1cdbf694093309a026fd6c738590b82
üst
5c02bb0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docfile.cxx
sfx2/source/doc/docfile.cxx
+1
-0
doctemplates.cxx
sfx2/source/doc/doctemplates.cxx
+1
-2
No files found.
sfx2/source/doc/docfile.cxx
Dosyayı görüntüle @
1f79b55b
...
...
@@ -325,6 +325,7 @@ SfxMedium_Impl::SfxMedium_Impl( SfxMedium* pAntiImplP ) :
bIsStorage
(
false
),
bUseInteractionHandler
(
true
),
bAllowDefaultIntHdl
(
false
),
bDisposeStorage
(
false
),
bStorageBasedOnInStream
(
false
),
m_bSalvageMode
(
false
),
m_bVersionsAlreadyLoaded
(
false
),
...
...
sfx2/source/doc/doctemplates.cxx
Dosyayı görüntüle @
1f79b55b
...
...
@@ -618,12 +618,11 @@ void SfxDocTplService_Impl::getDirList()
sal_Bool
SfxDocTplService_Impl
::
needsUpdate
()
{
OUString
aPropName
(
PROPERTY_NEEDSUPDATE
);
sal_Bool
bHasProperty
=
sal_False
;
sal_Bool
bNeedsUpdate
=
sal_True
;
Any
aValue
;
// Get the template dir list
bHasProperty
=
getProperty
(
maRootContent
,
aPropName
,
aValue
);
sal_Bool
bHasProperty
=
getProperty
(
maRootContent
,
aPropName
,
aValue
);
if
(
bHasProperty
)
aValue
>>=
bNeedsUpdate
;
...
...
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