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
d24e2842
Kaydet (Commit)
d24e2842
authored
Eyl 26, 2011
tarafından
Michael Meeks
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove obsolete ColorTable lifecycle workaround
üst
3d22598a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
ShapeController.cxx
chart2/source/controller/main/ShapeController.cxx
+0
-2
No files found.
chart2/source/controller/main/ShapeController.cxx
Dosyayı görüntüle @
d24e2842
...
@@ -327,8 +327,6 @@ void ShapeController::executeDispatch_FormatArea()
...
@@ -327,8 +327,6 @@ void ShapeController::executeDispatch_FormatArea()
{
{
SfxItemPool
&
rItemPool
=
pDrawViewWrapper
->
GetModel
()
->
GetItemPool
();
SfxItemPool
&
rItemPool
=
pDrawViewWrapper
->
GetModel
()
->
GetItemPool
();
SfxItemSet
aSet
(
rItemPool
,
rItemPool
.
GetFirstWhich
(),
rItemPool
.
GetLastWhich
()
);
SfxItemSet
aSet
(
rItemPool
,
rItemPool
.
GetFirstWhich
(),
rItemPool
.
GetLastWhich
()
);
const
SvxColorListItem
*
pColorItem
=
static_cast
<
const
SvxColorListItem
*
>
(
aSet
.
GetItem
(
SID_COLOR_TABLE
)
);
(
void
)
pColorItem
;
/* FIXME hide a WaE but the real cause for it should be settled */
if
(
pDlg
->
Execute
()
==
RET_OK
)
if
(
pDlg
->
Execute
()
==
RET_OK
)
{
{
const
SfxItemSet
*
pOutAttr
=
pDlg
->
GetOutputItemSet
();
const
SfxItemSet
*
pOutAttr
=
pDlg
->
GetOutputItemSet
();
...
...
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