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
471a6807
Kaydet (Commit)
471a6807
authored
May 11, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: If95a985badc34d3789e82fb576836730aff9cefc
üst
7e61f39f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tpgradnt.cxx
cui/source/tabpages/tpgradnt.cxx
+2
-2
tphatch.cxx
cui/source/tabpages/tphatch.cxx
+2
-2
No files found.
cui/source/tabpages/tpgradnt.cxx
Dosyayı görüntüle @
471a6807
...
@@ -799,7 +799,7 @@ IMPL_LINK_NOARG(SvxGradientTabPage, ChangeGradientHdl_Impl)
...
@@ -799,7 +799,7 @@ IMPL_LINK_NOARG(SvxGradientTabPage, ChangeGradientHdl_Impl)
int
nPos
=
m_pLbGradients
->
GetSelectEntryPos
();
int
nPos
=
m_pLbGradients
->
GetSelectEntryPos
();
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
pGradient
.
reset
(
new
XGradient
(
(
(
XGradientEntry
*
)
pGradientList
->
GetGradient
(
nPos
)
)
->
GetGradient
()
));
pGradient
.
reset
(
new
XGradient
(
pGradientList
->
GetGradient
(
nPos
)
->
GetGradient
()
));
else
else
{
{
const
SfxPoolItem
*
pPoolItem
=
NULL
;
const
SfxPoolItem
*
pPoolItem
=
NULL
;
...
@@ -816,7 +816,7 @@ IMPL_LINK_NOARG(SvxGradientTabPage, ChangeGradientHdl_Impl)
...
@@ -816,7 +816,7 @@ IMPL_LINK_NOARG(SvxGradientTabPage, ChangeGradientHdl_Impl)
m_pLbGradients
->
SelectEntryPos
(
0
);
m_pLbGradients
->
SelectEntryPos
(
0
);
nPos
=
m_pLbGradients
->
GetSelectEntryPos
();
nPos
=
m_pLbGradients
->
GetSelectEntryPos
();
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
pGradient
.
reset
(
new
XGradient
(
(
(
XGradientEntry
*
)
pGradientList
->
GetGradient
(
nPos
)
)
->
GetGradient
()
));
pGradient
.
reset
(
new
XGradient
(
pGradientList
->
GetGradient
(
nPos
)
->
GetGradient
()
));
}
}
}
}
...
...
cui/source/tabpages/tphatch.cxx
Dosyayı görüntüle @
471a6807
...
@@ -407,7 +407,7 @@ IMPL_LINK_NOARG(SvxHatchTabPage, ChangeHatchHdl_Impl)
...
@@ -407,7 +407,7 @@ IMPL_LINK_NOARG(SvxHatchTabPage, ChangeHatchHdl_Impl)
int
nPos
=
m_pLbHatchings
->
GetSelectEntryPos
();
int
nPos
=
m_pLbHatchings
->
GetSelectEntryPos
();
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
pHatch
.
reset
(
new
XHatch
(
(
(
XHatchEntry
*
)
pHatchingList
->
GetHatch
(
nPos
)
)
->
GetHatch
()
));
pHatch
.
reset
(
new
XHatch
(
pHatchingList
->
GetHatch
(
nPos
)
->
GetHatch
()
));
else
else
{
{
const
SfxPoolItem
*
pPoolItem
=
NULL
;
const
SfxPoolItem
*
pPoolItem
=
NULL
;
...
@@ -424,7 +424,7 @@ IMPL_LINK_NOARG(SvxHatchTabPage, ChangeHatchHdl_Impl)
...
@@ -424,7 +424,7 @@ IMPL_LINK_NOARG(SvxHatchTabPage, ChangeHatchHdl_Impl)
m_pLbHatchings
->
SelectEntryPos
(
0
);
m_pLbHatchings
->
SelectEntryPos
(
0
);
nPos
=
m_pLbHatchings
->
GetSelectEntryPos
();
nPos
=
m_pLbHatchings
->
GetSelectEntryPos
();
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
if
(
nPos
!=
LISTBOX_ENTRY_NOTFOUND
)
pHatch
.
reset
(
new
XHatch
(
(
(
XHatchEntry
*
)
pHatchingList
->
GetHatch
(
nPos
)
)
->
GetHatch
()
));
pHatch
.
reset
(
new
XHatch
(
pHatchingList
->
GetHatch
(
nPos
)
->
GetHatch
()
));
}
}
}
}
if
(
pHatch
)
if
(
pHatch
)
...
...
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