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
508cbb96
Kaydet (Commit)
508cbb96
authored
Nis 02, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx/fmgridcl.hxx: sal_Bool->bool
Change-Id: I610c408178f194db2a29e966feccba377f36e2cd
üst
64825d26
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
fmgridcl.hxx
include/svx/fmgridcl.hxx
+1
-1
fmgridcl.cxx
svx/source/fmcomp/fmgridcl.cxx
+3
-3
No files found.
include/svx/fmgridcl.hxx
Dosyayı görüntüle @
508cbb96
...
...
@@ -120,7 +120,7 @@ public:
void
positioned
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
rEvent
);
// XBound
sal_B
ool
commit
();
b
ool
commit
();
// ::com::sun::star::form::XInsertListener
void
inserted
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
rEvent
);
...
...
svx/source/fmcomp/fmgridcl.cxx
Dosyayı görüntüle @
508cbb96
...
...
@@ -1385,7 +1385,7 @@ void FmGridControl::positioned(const ::com::sun::star::lang::EventObject& /*rEve
implAdjustInSolarThread
(
false
);
}
sal_B
ool
FmGridControl
::
commit
()
b
ool
FmGridControl
::
commit
()
{
// Commit nur ausfuehren, wenn nicht bereits ein Update vom ::com::sun::star::form::component::GridControl ausgefuehrt
// wird
...
...
@@ -1394,10 +1394,10 @@ sal_Bool FmGridControl::commit()
if
(
Controller
().
Is
()
&&
Controller
()
->
IsModified
())
{
if
(
!
SaveModified
())
return
sal_F
alse
;
return
f
alse
;
}
}
return
sal_T
rue
;
return
t
rue
;
}
void
FmGridControl
::
inserted
(
const
::
com
::
sun
::
star
::
lang
::
EventObject
&
/*rEvent*/
)
...
...
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