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
d298cfd9
Kaydet (Commit)
d298cfd9
authored
Mar 03, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unuseddefaultparams in mysqlc
Change-Id: I83e27ed242b6ec1fbd19e473a4d8c0f4588e6f86
üst
e13ba2d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
mysqlc_general.cxx
mysqlc/source/mysqlc_general.cxx
+4
-4
mysqlc_general.hxx
mysqlc/source/mysqlc_general.hxx
+2
-4
No files found.
mysqlc/source/mysqlc_general.cxx
Dosyayı görüntüle @
d298cfd9
...
...
@@ -32,7 +32,7 @@ using com::sun::star::uno::Any;
namespace
mysqlc_sdbc_driver
{
void
throwFeatureNotImplementedException
(
const
sal_Char
*
_pAsciiFeatureName
,
const
Reference
<
XInterface
>&
_rxContext
,
const
Any
*
_pNextException
)
void
throwFeatureNotImplementedException
(
const
sal_Char
*
_pAsciiFeatureName
,
const
Reference
<
XInterface
>&
_rxContext
)
throw
(
SQLException
)
{
const
rtl
::
OUString
sMessage
=
rtl
::
OUString
::
createFromAscii
(
_pAsciiFeatureName
)
+
": feature not implemented."
;
...
...
@@ -41,11 +41,11 @@ void throwFeatureNotImplementedException( const sal_Char* _pAsciiFeatureName, co
_rxContext
,
rtl
::
OUString
(
"HYC00"
),
0
,
_pNextException
?
*
_pNextException
:
Any
()
Any
()
);
}
void
throwInvalidArgumentException
(
const
sal_Char
*
_pAsciiFeatureName
,
const
Reference
<
XInterface
>&
_rxContext
,
const
Any
*
_pNextException
)
void
throwInvalidArgumentException
(
const
sal_Char
*
_pAsciiFeatureName
,
const
Reference
<
XInterface
>&
_rxContext
)
throw
(
SQLException
)
{
const
rtl
::
OUString
sMessage
=
rtl
::
OUString
::
createFromAscii
(
_pAsciiFeatureName
)
+
": invalid arguments."
;
...
...
@@ -54,7 +54,7 @@ void throwInvalidArgumentException( const sal_Char* _pAsciiFeatureName, const Re
_rxContext
,
rtl
::
OUString
(
"HYC00"
),
0
,
_pNextException
?
*
_pNextException
:
Any
()
Any
()
);
}
...
...
mysqlc/source/mysqlc_general.hxx
Dosyayı görüntüle @
d298cfd9
...
...
@@ -33,15 +33,13 @@ namespace mysqlc_sdbc_driver
void
throwFeatureNotImplementedException
(
const
sal_Char
*
_pAsciiFeatureName
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
_rxContext
,
const
css
::
uno
::
Any
*
_pNextException
=
nullptr
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
_rxContext
)
throw
(
css
::
sdbc
::
SQLException
);
void
throwInvalidArgumentException
(
const
sal_Char
*
_pAsciiFeatureName
,
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
_rxContext
,
const
css
::
uno
::
Any
*
_pNextException
=
nullptr
const
css
::
uno
::
Reference
<
css
::
uno
::
XInterface
>&
_rxContext
)
throw
(
css
::
sdbc
::
SQLException
);
...
...
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