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
9edaebe6
Kaydet (Commit)
9edaebe6
authored
Tem 16, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused modelInvalid
Change-Id: I18701b367dcca36afb8e6f28645453294881683f
üst
379e07ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
9 deletions
+1
-9
ChartElementsPanel.cxx
chart2/source/controller/sidebar/ChartElementsPanel.cxx
+1
-8
ChartElementsPanel.hxx
chart2/source/controller/sidebar/ChartElementsPanel.hxx
+0
-1
No files found.
chart2/source/controller/sidebar/ChartElementsPanel.cxx
Dosyayı görüntüle @
9edaebe6
...
...
@@ -103,9 +103,7 @@ void ChartSidebarModifyListener::modified(const css::lang::EventObject& /*rEvent
void
ChartSidebarModifyListener
::
disposing
(
const
css
::
lang
::
EventObject
&
/*rEvent*/
)
throw
(
::
css
::
uno
::
RuntimeException
,
::
std
::
exception
)
{
mpParent
->
modelInvalid
();
}
{}
ChartModel
*
getChartModel
(
css
::
uno
::
Reference
<
css
::
frame
::
XModel
>
xModel
)
{
...
...
@@ -488,11 +486,6 @@ void ChartElementsPanel::NotifyItemUpdate(
{
}
void
ChartElementsPanel
::
modelInvalid
()
{
}
IMPL_LINK
(
ChartElementsPanel
,
CheckBoxHdl
,
CheckBox
*
,
pCheckBox
)
{
bool
bChecked
=
pCheckBox
->
IsChecked
();
...
...
chart2/source/controller/sidebar/ChartElementsPanel.hxx
Dosyayı görüntüle @
9edaebe6
...
...
@@ -68,7 +68,6 @@ public:
virtual
void
dispose
()
SAL_OVERRIDE
;
void
updateData
();
void
modelInvalid
();
private
:
//ui controls
...
...
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