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
f21d798d
Kaydet (Commit)
f21d798d
authored
Şub 07, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:deletedspecial
Change-Id: I2325b646baf7d2942930088bbe6494ddee6aec85
üst
d25b49fb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
b2dconnectedranges.hxx
include/basegfx/range/b2dconnectedranges.hxx
+2
-3
bpixelraster.hxx
include/basegfx/raster/bpixelraster.hxx
+2
-3
No files found.
include/basegfx/range/b2dconnectedranges.hxx
Dosyayı görüntüle @
f21d798d
...
...
@@ -235,9 +235,8 @@ namespace basegfx
}
private
:
// default: disabled copy/assignment
B2DConnectedRanges
(
const
B2DConnectedRanges
&
);
B2DConnectedRanges
&
operator
=
(
const
B2DConnectedRanges
&
);
B2DConnectedRanges
(
const
B2DConnectedRanges
&
)
SAL_DELETED_FUNCTION
;
B2DConnectedRanges
&
operator
=
(
const
B2DConnectedRanges
&
)
SAL_DELETED_FUNCTION
;
/** Current list of disjunct sets of connected components
...
...
include/basegfx/raster/bpixelraster.hxx
Dosyayı görüntüle @
f21d798d
...
...
@@ -36,9 +36,8 @@ namespace basegfx
class
BPixelRaster
{
private
:
// do not allow copy constructor and assignment operator
BPixelRaster
(
const
BPixelRaster
&
);
BPixelRaster
&
operator
=
(
const
BPixelRaster
&
);
BPixelRaster
(
const
BPixelRaster
&
)
SAL_DELETED_FUNCTION
;
BPixelRaster
&
operator
=
(
const
BPixelRaster
&
)
SAL_DELETED_FUNCTION
;
protected
:
sal_uInt32
mnWidth
;
...
...
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