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
9b9612f5
Kaydet (Commit)
9b9612f5
authored
May 17, 2013
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
janitorial: clean up comments
Change-Id: Iaa146aad75acdceaeb6701b069f0a538904af298
üst
4f214b2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
FResultSet.hxx
connectivity/source/inc/file/FResultSet.hxx
+1
-6
No files found.
connectivity/source/inc/file/FResultSet.hxx
Dosyayı görüntüle @
9b9612f5
...
...
@@ -47,9 +47,6 @@ namespace connectivity
{
namespace
file
{
/*
** java_sql_ResultSet
*/
typedef
::
cppu
::
WeakComponentImplHelper12
<
::
com
::
sun
::
star
::
sdbc
::
XResultSet
,
::
com
::
sun
::
star
::
sdbc
::
XRow
,
::
com
::
sun
::
star
::
sdbc
::
XResultSetMetaDataSupplier
,
...
...
@@ -89,8 +86,6 @@ namespace connectivity
TIntVector
::
iterator
m_aEvaluateIter
;
// TInt2IntMap m_aBookmarks; // map from bookmarks to logical position
// ::std::vector<TInt2IntMap::iterator> m_aBookmarksPositions;// vector of iterators to bookmark map, the order is the logical position
OSkipDeletedSet
m_aSkipDeletedSet
;
::
rtl
::
Reference
<
OKeySet
>
m_pFileSet
;
...
...
@@ -319,7 +314,7 @@ namespace connectivity
sal_Int32
map
=
column
;
OSL_ENSURE
(
column
>
0
,
"file::OResultSet::mapColumn: invalid column index!"
);
// the first column (index 0) is for convenience only. The first real select column is no
1.
// the first column (index 0) is for convenience only. The first real select column is number
1.
if
((
column
>
0
)
&&
(
column
<
(
sal_Int32
)
m_aColMapping
.
size
()))
map
=
m_aColMapping
[
column
];
...
...
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