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
93edd3f6
Kaydet (Commit)
93edd3f6
authored
Ock 29, 2001
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use second exception for message text
üst
7c957cf1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
sqlmessage.cxx
dbaccess/source/ui/dlg/sqlmessage.cxx
+9
-3
No files found.
dbaccess/source/ui/dlg/sqlmessage.cxx
Dosyayı görüntüle @
93edd3f6
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: sqlmessage.cxx,v $
* $RCSfile: sqlmessage.cxx,v $
*
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
*
* last change: $Author:
fs $ $Date: 2000-12-08 17:56:46
$
* last change: $Author:
oj $ $Date: 2001-01-29 13:21:19
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -467,10 +467,13 @@ void OSQLMessageBox::Construct(const SQLExceptionInfo& _rException, WinBits _nSt
...
@@ -467,10 +467,13 @@ void OSQLMessageBox::Construct(const SQLExceptionInfo& _rException, WinBits _nSt
{
{
// loop through all the remaining exceptions
// loop through all the remaining exceptions
SQLExceptionIteratorHelper
aIter
((
const
SQLException
*
)
pFirst
);
SQLExceptionIteratorHelper
aIter
((
const
SQLException
*
)
pFirst
);
// skip the first one
if
(
aIter
.
hasMoreElements
())
aIter
.
next
();
// note that this leaves aIter in a state where it's current exception is only an SQLException,
// note that this leaves aIter in a state where it's current exception is only an SQLException,
// even if _rException was more than this. But this is irrelevant here, as we always handled
// even if _rException was more than this. But this is irrelevant here, as we always handled
// this first chain element
// this first chain element
while
(
aIter
.
hasMoreElements
())
while
(
aIter
.
hasMoreElements
()
&&
!
sMessage
.
Len
()
)
{
{
SQLExceptionInfo
aInfo
(
*
aIter
.
next
());
SQLExceptionInfo
aInfo
(
*
aIter
.
next
());
if
(
aInfo
.
isValid
())
if
(
aInfo
.
isValid
())
...
@@ -568,6 +571,9 @@ IMPL_LINK( OSQLMessageBox, ButtonClickHdl, Button *, pButton )
...
@@ -568,6 +571,9 @@ IMPL_LINK( OSQLMessageBox, ButtonClickHdl, Button *, pButton )
/*************************************************************************
/*************************************************************************
* history:
* history:
* $Log: not supported by cvs2svn $
* $Log: not supported by cvs2svn $
* Revision 1.5 2000/12/08 17:56:46 fs
* #79541# wrong define in the previous brandname fix - and, cause I was just touching it, adjusted the changes to our own style :)
*
* Revision 1.4 2000/12/07 18:55:34 csaba
* Revision 1.4 2000/12/07 18:55:34 csaba
* 79541 Branding/Configuration Change
* 79541 Branding/Configuration Change
*
*
...
...
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