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
3571121d
Kaydet (Commit)
3571121d
authored
Ock 15, 2011
tarafından
serval
Kaydeden (comit)
Caolán McNamara
Ock 15, 2011
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some cppcheck cleaning
üst
a6bd4883
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
RowSet.cxx
dbaccess/source/core/api/RowSet.cxx
+1
-2
documentcontainer.cxx
dbaccess/source/core/dataaccess/documentcontainer.cxx
+1
-1
linkeddocuments.cxx
dbaccess/source/ui/misc/linkeddocuments.cxx
+1
-1
No files found.
dbaccess/source/core/api/RowSet.cxx
Dosyayı görüntüle @
3571121d
...
@@ -1821,7 +1821,6 @@ void ORowSet::execute_NoApprove_NoNewConn(ResettableMutexGuard& _rClearForNotifi
...
@@ -1821,7 +1821,6 @@ void ORowSet::execute_NoApprove_NoNewConn(ResettableMutexGuard& _rClearForNotifi
::
rtl
::
Reference
<
::
connectivity
::
OSQLColumns
>
aColumns
=
new
::
connectivity
::
OSQLColumns
();
::
rtl
::
Reference
<
::
connectivity
::
OSQLColumns
>
aColumns
=
new
::
connectivity
::
OSQLColumns
();
::
std
::
vector
<
::
rtl
::
OUString
>
aNames
;
::
std
::
vector
<
::
rtl
::
OUString
>
aNames
;
::
rtl
::
OUString
aDescription
;
::
rtl
::
OUString
aDescription
;
sal_Int32
nFormatKey
=
0
;
const
::
std
::
map
<
sal_Int32
,
sal_Int32
>&
rKeyColumns
=
m_pCache
->
getKeyColumns
();
const
::
std
::
map
<
sal_Int32
,
sal_Int32
>&
rKeyColumns
=
m_pCache
->
getKeyColumns
();
if
(
!
m_xColumns
.
is
())
if
(
!
m_xColumns
.
is
())
...
@@ -1872,7 +1871,7 @@ void ORowSet::execute_NoApprove_NoNewConn(ResettableMutexGuard& _rClearForNotifi
...
@@ -1872,7 +1871,7 @@ void ORowSet::execute_NoApprove_NoNewConn(ResettableMutexGuard& _rClearForNotifi
try
try
{
{
nFormatKey
=
0
;
sal_Int32
nFormatKey
=
0
;
if
(
m_xNumberFormatTypes
.
is
())
if
(
m_xNumberFormatTypes
.
is
())
nFormatKey
=
::
dbtools
::
getDefaultNumberFormat
(
pColumn
,
m_xNumberFormatTypes
,
aLocale
);
nFormatKey
=
::
dbtools
::
getDefaultNumberFormat
(
pColumn
,
m_xNumberFormatTypes
,
aLocale
);
...
...
dbaccess/source/core/dataaccess/documentcontainer.cxx
Dosyayı görüntüle @
3571121d
...
@@ -570,7 +570,7 @@ Reference< XComponent > SAL_CALL ODocumentContainer::loadComponentFromURL( const
...
@@ -570,7 +570,7 @@ Reference< XComponent > SAL_CALL ODocumentContainer::loadComponentFromURL( const
{
{
throw
IllegalArgumentException
();
throw
IllegalArgumentException
();
}
}
catch
(
WrappedTargetException
e
)
catch
(
WrappedTargetException
&
e
)
{
{
throw
;
throw
;
}
}
...
...
dbaccess/source/ui/misc/linkeddocuments.cxx
Dosyayı görüntüle @
3571121d
...
@@ -364,7 +364,7 @@ namespace dbaui
...
@@ -364,7 +364,7 @@ namespace dbaui
}
}
return
xRet
;
return
xRet
;
}
}
catch
(
com
::
sun
::
star
::
io
::
WrongFormatException
e
)
catch
(
com
::
sun
::
star
::
io
::
WrongFormatException
&
e
)
{
{
com
::
sun
::
star
::
sdbc
::
SQLException
aSQLException
;
com
::
sun
::
star
::
sdbc
::
SQLException
aSQLException
;
aSQLException
.
Message
=
e
.
Message
;
aSQLException
.
Message
=
e
.
Message
;
...
...
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