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
64ced968
Kaydet (Commit)
64ced968
authored
Agu 25, 2017
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
basegfx: remove global ImplB2DPolyPolygon
Change-Id: I6035aaf8aabf71062bb63a4d416c253378fb4756
üst
7e911e9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
b2dpolypolygon.cxx
basegfx/source/polygon/b2dpolypolygon.cxx
+3
-6
No files found.
basegfx/source/polygon/b2dpolypolygon.cxx
Dosyayı görüntüle @
64ced968
...
...
@@ -21,7 +21,6 @@
#include <osl/diagnose.h>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <rtl/instance.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <functional>
...
...
@@ -170,11 +169,9 @@ public:
namespace
basegfx
{
namespace
{
struct
DefaultPolyPolygon
:
public
rtl
::
Static
<
B2DPolyPolygon
::
ImplType
,
DefaultPolyPolygon
>
{};
}
B2DPolyPolygon
::
B2DPolyPolygon
()
:
mpPolyPolygon
(
DefaultPolyPolygon
::
get
()
)
B2DPolyPolygon
::
B2DPolyPolygon
()
:
mpPolyPolygon
(
)
{
}
...
...
@@ -325,7 +322,7 @@ namespace basegfx
void
B2DPolyPolygon
::
clear
()
{
mpPolyPolygon
=
DefaultPolyPolygon
::
get
();
*
mpPolyPolygon
=
ImplB2DPolyPolygon
();
}
bool
B2DPolyPolygon
::
isClosed
()
const
...
...
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