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
ef876156
Kaydet (Commit)
ef876156
authored
Haz 20, 2006
tarafından
Jens-Heiner Rechtien
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
INTEGRATION: CWS warnings01 (1.5.30); FILE MERGED
2005/11/16 12:59:23 fs 1.5.30.1: #i57457# warning free code
üst
3c52359f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
TKeyValue.hxx
connectivity/source/inc/TKeyValue.hxx
+4
-4
TSkipDeletedSet.hxx
connectivity/source/inc/TSkipDeletedSet.hxx
+4
-4
No files found.
connectivity/source/inc/TKeyValue.hxx
Dosyayı görüntüle @
ef876156
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: TKeyValue.hxx,v $
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
* last change: $Author:
rt $ $Date: 2005-09-08 06:39:29
$
* last change: $Author:
hr $ $Date: 2006-06-20 01:57:52
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -56,11 +56,11 @@ namespace connectivity
inline
static
void
*
SAL_CALL
operator
new
(
size_t
nSize
)
SAL_THROW
(
()
)
{
return
::
rtl_allocateMemory
(
nSize
);
}
inline
static
void
*
SAL_CALL
operator
new
(
size_t
nSize
,
void
*
_pHint
)
SAL_THROW
(
()
)
inline
static
void
*
SAL_CALL
operator
new
(
size_t
,
void
*
_pHint
)
SAL_THROW
(
()
)
{
return
_pHint
;
}
inline
static
void
SAL_CALL
operator
delete
(
void
*
pMem
)
SAL_THROW
(
()
)
{
::
rtl_freeMemory
(
pMem
);
}
inline
static
void
SAL_CALL
operator
delete
(
void
*
pMem
,
void
*
_pHint
)
SAL_THROW
(
()
)
inline
static
void
SAL_CALL
operator
delete
(
void
*
,
void
*
)
SAL_THROW
(
()
)
{
}
static
OKeyValue
*
createKeyValue
(
sal_Int32
nVal
);
...
...
connectivity/source/inc/TSkipDeletedSet.hxx
Dosyayı görüntüle @
ef876156
...
...
@@ -4,9 +4,9 @@
*
* $RCSfile: TSkipDeletedSet.hxx,v $
*
* $Revision: 1.
5
$
* $Revision: 1.
6
$
*
* last change: $Author:
rt $ $Date: 2005-09-08 06:40:12
$
* last change: $Author:
hr $ $Date: 2006-06-20 01:58:03
$
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
...
...
@@ -64,11 +64,11 @@ namespace connectivity
inline
static
void
*
SAL_CALL
operator
new
(
size_t
nSize
)
SAL_THROW
(
()
)
{
return
::
rtl_allocateMemory
(
nSize
);
}
inline
static
void
*
SAL_CALL
operator
new
(
size_t
nSize
,
void
*
_pHint
)
SAL_THROW
(
()
)
inline
static
void
*
SAL_CALL
operator
new
(
size_t
,
void
*
_pHint
)
SAL_THROW
(
()
)
{
return
_pHint
;
}
inline
static
void
SAL_CALL
operator
delete
(
void
*
pMem
)
SAL_THROW
(
()
)
{
::
rtl_freeMemory
(
pMem
);
}
inline
static
void
SAL_CALL
operator
delete
(
void
*
pMem
,
void
*
_pHint
)
SAL_THROW
(
()
)
inline
static
void
SAL_CALL
operator
delete
(
void
*
,
void
*
)
SAL_THROW
(
()
)
{
}
/**
...
...
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