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
51c18e8e
Kaydet (Commit)
51c18e8e
authored
May 30, 2013
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
dbaccess: this can happen, that's why we check for it
Change-Id: Icc85dde5cc53a6880ac83d687bad498ab984c4cf
üst
73a809cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
brwctrlr.cxx
dbaccess/source/ui/browser/brwctrlr.cxx
+2
-2
No files found.
dbaccess/source/ui/browser/brwctrlr.cxx
Dosyayı görüntüle @
51c18e8e
...
...
@@ -2560,7 +2560,7 @@ IMPL_LINK(SbaXDataBrowserController, OnSearchContextRequest, FmSearchContext*, p
IMPL_LINK
(
SbaXDataBrowserController
,
OnFoundData
,
FmFoundRecordInformation
*
,
pInfo
)
{
Reference
<
::
com
::
sun
::
star
::
sdbcx
::
XRowLocate
>
xCursor
(
getRowSet
(),
UNO_QUERY
);
OSL_ENSURE
(
xCursor
.
is
(),
"SbaXDataBrowserController::OnFoundData :
this is simply impossible !
"
);
OSL_ENSURE
(
xCursor
.
is
(),
"SbaXDataBrowserController::OnFoundData :
xCursor is empty
"
);
// move the cursor
xCursor
->
moveToBookmark
(
pInfo
->
aPosition
);
...
...
@@ -2601,7 +2601,7 @@ IMPL_LINK(SbaXDataBrowserController, OnCanceledNotFound, FmFoundRecordInformatio
try
{
OSL_ENSURE
(
xCursor
.
is
(),
"SbaXDataBrowserController::OnCanceledNotFound :
this is simply impossible !
"
);
OSL_ENSURE
(
xCursor
.
is
(),
"SbaXDataBrowserController::OnCanceledNotFound :
xCursor is empty
"
);
// move the cursor
xCursor
->
moveToBookmark
(
pInfo
->
aPosition
);
}
...
...
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