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
ab1b996a
Kaydet (Commit)
ab1b996a
authored
Eki 22, 2013
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused SfxObjectShell::bIsTmp
Change-Id: I14b495067e25e9a80c08b08ff2034b7bfe1e6759
üst
b37e2dd0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
objsh.hxx
include/sfx2/objsh.hxx
+1
-2
objmisc.cxx
sfx2/source/doc/objmisc.cxx
+0
-1
objstor.cxx
sfx2/source/doc/objstor.cxx
+0
-1
No files found.
include/sfx2/objsh.hxx
Dosyayı görüntüle @
ab1b996a
...
...
@@ -196,9 +196,8 @@ private:
// storage that contains the object
SfxStyleSheetBasePool
*
pStyleSheetPool
;
// StyleSheets
SfxObjectCreateMode
eCreateMode
;
// Purpose of the object
sal_Bool
bHasName
:
1
,
// sal_True := existing object,
sal_Bool
bHasName
:
1
;
// sal_True := existing object,
// sal_False := new object
bIsTmp
:
1
;
// temporary Storage
sal_Bool
bIsInGenerateThumbnail
;
//optimize thumbnail generate and store procedure to improve odt saving performance, i120030
private
:
...
...
sfx2/source/doc/objmisc.cxx
Dosyayı görüntüle @
ab1b996a
...
...
@@ -977,7 +977,6 @@ void SfxObjectShell::SetNamedVisibility_Impl()
void
SfxObjectShell
::
SetNoName
()
{
bHasName
=
0
;
bIsTmp
=
sal_True
;
GetModel
()
->
attachResource
(
OUString
(),
GetModel
()
->
getArgs
()
);
}
...
...
sfx2/source/doc/objstor.cxx
Dosyayı görüntüle @
ab1b996a
...
...
@@ -511,7 +511,6 @@ sal_Bool SfxObjectShell::DoInitNew( SfxMedium* pMed )
pMedium
=
pMed
;
if
(
!
pMedium
)
{
bIsTmp
=
sal_True
;
pMedium
=
new
SfxMedium
;
}
...
...
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