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
a0b3feaf
Kaydet (Commit)
a0b3feaf
authored
Agu 30, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix C++ warning declaration shadows member of this
Change-Id: Id14e14222615df33f5da7bab6f73d2752ae41509
üst
de8d2c31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
formoperations.hxx
forms/source/runtime/formoperations.hxx
+2
-2
No files found.
forms/source/runtime/formoperations.hxx
Dosyayı görüntüle @
a0b3feaf
...
...
@@ -301,13 +301,13 @@ namespace frm
/** calls a (member) function, catches SQLExceptions, extends them with additional context information,
and rethrows them
@param
Action
@param
f
a fuctionoid with no arguments to do the work
@param _nErrorResourceId
the id of the resources string to use as error message
*/
template
<
typename
FunctObj
>
void
impl_doActionInSQLContext_throw
(
FunctObj
Action
,
sal_uInt16
_nErrorResourceId
)
const
;
void
impl_doActionInSQLContext_throw
(
FunctObj
f
,
sal_uInt16
_nErrorResourceId
)
const
;
// functionoid to call appendOrderByColumn
class
impl_appendOrderByColumn_throw
...
...
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