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
b724a3bd
Kaydet (Commit)
b724a3bd
authored
Nis 13, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: unused param
Change-Id: Ie066849a312059e9dc2599e73258c57e9ceeda28
üst
72b60cf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
svdoedge.cxx
svx/source/svdraw/svdoedge.cxx
+2
-2
No files found.
svx/source/svdraw/svdoedge.cxx
Dosyayı görüntüle @
b724a3bd
...
@@ -2256,7 +2256,7 @@ void SdrEdgeObj::NbcResize(const Point& rRefPnt, const Fraction& aXFact, const F
...
@@ -2256,7 +2256,7 @@ void SdrEdgeObj::NbcResize(const Point& rRefPnt, const Fraction& aXFact, const F
}
}
// #i54102# added rotation support
// #i54102# added rotation support
void
SdrEdgeObj
::
NbcRotate
(
const
Point
&
rRef
,
long
nWink
,
double
sn
,
double
cs
)
void
SdrEdgeObj
::
NbcRotate
(
const
Point
&
rRef
,
long
/*nWink*/
,
double
sn
,
double
cs
)
{
{
// handle start and end point if not connected
// handle start and end point if not connected
bool
bCon1
=
aCon1
.
pObj
!=
NULL
&&
aCon1
.
pObj
->
GetPage
()
==
pPage
;
bool
bCon1
=
aCon1
.
pObj
!=
NULL
&&
aCon1
.
pObj
->
GetPage
()
==
pPage
;
...
@@ -2298,7 +2298,7 @@ void SdrEdgeObj::NbcMirror(const Point& rRef1, const Point& rRef2)
...
@@ -2298,7 +2298,7 @@ void SdrEdgeObj::NbcMirror(const Point& rRef1, const Point& rRef2)
}
}
// #i54102# added shear support
// #i54102# added shear support
void
SdrEdgeObj
::
NbcShear
(
const
Point
&
rRef
,
long
nWink
,
double
tn
,
bool
bVShear
)
void
SdrEdgeObj
::
NbcShear
(
const
Point
&
rRef
,
long
/*nWink*/
,
double
tn
,
bool
bVShear
)
{
{
// handle start and end point if not connected
// handle start and end point if not connected
bool
bCon1
=
aCon1
.
pObj
!=
NULL
&&
aCon1
.
pObj
->
GetPage
()
==
pPage
;
bool
bCon1
=
aCon1
.
pObj
!=
NULL
&&
aCon1
.
pObj
->
GetPage
()
==
pPage
;
...
...
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