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
27d3fc22
Kaydet (Commit)
27d3fc22
authored
Tem 26, 2012
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
warning C4018: '>': signed/unsigned mismatch
Change-Id: I25607ce79111b2c2933ab5e2c165df0594ed4363
üst
772699ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
srchdlg.hxx
svx/inc/svx/srchdlg.hxx
+1
-1
srchdlg.cxx
svx/source/dialog/srchdlg.cxx
+1
-1
No files found.
svx/inc/svx/srchdlg.hxx
Dosyayı görüntüle @
27d3fc22
...
...
@@ -85,7 +85,7 @@ public:
void
Insert
(
const
SearchAttrItem
&
rItem
)
{
SrchAttrItemList
::
push_back
(
rItem
);
}
// deletes the pointer to the items
void
Remove
(
sal_uInt16
nPos
,
sal_uInt16
nLen
=
1
);
void
Remove
(
size_t
nPos
,
size_t
nLen
=
1
);
};
#ifndef SV_NODIALOG
...
...
svx/source/dialog/srchdlg.cxx
Dosyayı görüntüle @
27d3fc22
...
...
@@ -245,7 +245,7 @@ void SearchAttrItemList::Clear()
// -----------------------------------------------------------------------
// Deletes the pointer to the items
void
SearchAttrItemList
::
Remove
(
sal_uInt16
nPos
,
sal_uInt16
nLen
)
void
SearchAttrItemList
::
Remove
(
size_t
nPos
,
size_t
nLen
)
{
if
(
nPos
+
nLen
>
size
()
)
nLen
=
size
()
-
nPos
;
...
...
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