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
89d9b9e2
Kaydet (Commit)
89d9b9e2
authored
Mar 25, 2013
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Log also corresponding destructions of BitmapDevice
Change-Id: Ic74032b430691215482172c3c5f834374d47873d
üst
1b57a3b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bitmapdevice.cxx
basebmp/source/bitmapdevice.cxx
+2
-1
No files found.
basebmp/source/bitmapdevice.cxx
Dosyayı görüntüle @
89d9b9e2
...
...
@@ -1090,6 +1090,7 @@ BitmapDevice::BitmapDevice( const basegfx::B2IBox& rBounds,
BitmapDevice
::~
BitmapDevice
()
{
// outline, because of internal ImplBitmapDevice
SAL_INFO
(
"basebmp.bitmapdevice"
,
"~BitmapDevice("
<<
this
<<
")"
);
}
basegfx
::
B2IVector
BitmapDevice
::
getSize
()
const
...
...
@@ -2038,7 +2039,7 @@ BitmapDeviceSharedPtr createBitmapDeviceImpl( const basegfx::B2IVector&
<<
rSize
.
getX
()
<<
"x"
<<
rSize
.
getY
()
<<
(
bTopDown
?
" top-down "
:
" bottom-up "
)
<<
Format
::
formatName
(
nScanlineFormat
)
<<
" = "
<<
result
);
<<
" = "
<<
result
.
get
()
);
return
result
;
}
...
...
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