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
e80b5402
Kaydet (Commit)
e80b5402
authored
Mar 01, 2011
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move DBG_ERROR to OSL_FAIL
üst
438fc9ea
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
datasource.cxx
dbaccess/source/core/dataaccess/datasource.cxx
+1
-1
documentdefinition.cxx
dbaccess/source/core/dataaccess/documentdefinition.cxx
+1
-1
formadapter.cxx
dbaccess/source/ui/browser/formadapter.cxx
+4
-4
unodatbr.cxx
dbaccess/source/ui/browser/unodatbr.cxx
+1
-1
No files found.
dbaccess/source/core/dataaccess/datasource.cxx
Dosyayı görüntüle @
e80b5402
...
...
@@ -273,7 +273,7 @@ Sequence< RememberAuthentication > SAL_CALL OAuthenticationContinuation::getReme
void
SAL_CALL
OAuthenticationContinuation
::
setRememberAccount
(
RememberAuthentication
/*Remember*/
)
throw
(
RuntimeException
)
{
DBG_ERROR
(
"OAuthenticationContinuation::setRememberAccount: not supported!"
);
OSL_FAIL
(
"OAuthenticationContinuation::setRememberAccount: not supported!"
);
}
/** The class OSharedConnectionManager implements a structure to share connections.
...
...
dbaccess/source/core/dataaccess/documentdefinition.cxx
Dosyayı görüntüle @
e80b5402
...
...
@@ -744,7 +744,7 @@ namespace
}
catch
(
Exception
&
)
{
DBG_ERROR
(
"LayoutManagerLock::~LayoutManagerLock: caught an exception!"
);
OSL_FAIL
(
"LayoutManagerLock::~LayoutManagerLock: caught an exception!"
);
}
}
};
...
...
dbaccess/source/ui/browser/formadapter.cxx
Dosyayı görüntüle @
e80b5402
...
...
@@ -1086,19 +1086,19 @@ sal_Bool SAL_CALL SbaXFormAdapter::getGroupControl() throw( RuntimeException )
// -------------------------------------------------------------------------
void
SAL_CALL
SbaXFormAdapter
::
setGroupControl
(
sal_Bool
/*GroupControl*/
)
throw
(
RuntimeException
)
{
DBG_ERROR
(
"SAL_CALL SbaXFormAdapter::setGroupControl : not supported !"
);
OSL_FAIL
(
"SAL_CALL SbaXFormAdapter::setGroupControl : not supported !"
);
}
// -------------------------------------------------------------------------
void
SAL_CALL
SbaXFormAdapter
::
setControlModels
(
const
Sequence
<
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>
>&
/*Controls*/
)
throw
(
RuntimeException
)
{
DBG_ERROR
(
"SAL_CALL SbaXFormAdapter::setControlModels : not supported !"
);
OSL_FAIL
(
"SAL_CALL SbaXFormAdapter::setControlModels : not supported !"
);
}
// -------------------------------------------------------------------------
Sequence
<
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>
>
SAL_CALL
SbaXFormAdapter
::
getControlModels
()
throw
(
RuntimeException
)
{
DBG_ERROR
(
"SAL_CALL SbaXFormAdapter::getControlModels : not supported !"
);
OSL_FAIL
(
"SAL_CALL SbaXFormAdapter::getControlModels : not supported !"
);
return
Sequence
<
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>
>
();
}
...
...
@@ -1111,7 +1111,7 @@ void SAL_CALL SbaXFormAdapter::setGroup(const Sequence< Reference< ::com::sun::s
// -------------------------------------------------------------------------
sal_Int32
SAL_CALL
SbaXFormAdapter
::
getGroupCount
()
throw
(
RuntimeException
)
{
DBG_ERROR
(
"SAL_CALL SbaXFormAdapter::getGroupCount : not supported !"
);
OSL_FAIL
(
"SAL_CALL SbaXFormAdapter::getGroupCount : not supported !"
);
return
0
;
}
...
...
dbaccess/source/ui/browser/unodatbr.cxx
Dosyayı görüntüle @
e80b5402
...
...
@@ -2264,7 +2264,7 @@ sal_Bool SbaTableQueryBrowser::ensureEntryObject( SvLBoxEntry* _pEntry )
break
;
default
:
DBG_ERROR
(
"SbaTableQueryBrowser::ensureEntryObject: ooops ... missing some implementation here!"
);
OSL_FAIL
(
"SbaTableQueryBrowser::ensureEntryObject: ooops ... missing some implementation here!"
);
// TODO ...
break
;
}
...
...
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