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
fb5ede9e
Kaydet (Commit)
fb5ede9e
authored
Mar 30, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add const
üst
05322eb0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
itempool.hxx
svl/inc/svl/itempool.hxx
+1
-1
poolio.hxx
svl/source/inc/poolio.hxx
+2
-2
poolio.cxx
svl/source/items/poolio.cxx
+1
-1
No files found.
svl/inc/svl/itempool.hxx
Dosyayı görüntüle @
fb5ede9e
...
...
@@ -225,7 +225,7 @@ public:
void
SetVersionMap
(
sal_uInt16
nVer
,
sal_uInt16
nOldStart
,
sal_uInt16
nOldEnd
,
sal_uInt16
*
pWhichIdTab
);
const
sal_uInt16
*
pWhichIdTab
);
sal_uInt16
GetNewWhich
(
sal_uInt16
nOldWhich
)
const
;
sal_uInt16
GetVersion
()
const
;
void
SetFileFormatVersion
(
sal_uInt16
nFileFormatVersion
);
...
...
svl/source/inc/poolio.hxx
Dosyayı görüntüle @
fb5ede9e
...
...
@@ -39,10 +39,10 @@ struct SfxPoolVersion_Impl
{
sal_uInt16
_nVer
;
sal_uInt16
_nStart
,
_nEnd
;
sal_uInt16
*
_pMap
;
const
sal_uInt16
*
_pMap
;
SfxPoolVersion_Impl
(
sal_uInt16
nVer
,
sal_uInt16
nStart
,
sal_uInt16
nEnd
,
sal_uInt16
*
pMap
)
const
sal_uInt16
*
pMap
)
:
_nVer
(
nVer
),
_nStart
(
nStart
),
_nEnd
(
nEnd
),
...
...
svl/source/items/poolio.cxx
Dosyayı görüntüle @
fb5ede9e
...
...
@@ -1267,7 +1267,7 @@ void SfxItemPool::SetVersionMap
sal_uInt16
nVer
,
/* neue Versionsnummer */
sal_uInt16
nOldStart
,
/* alte erste Which-Id */
sal_uInt16
nOldEnd
,
/* alte letzte Which-Id */
sal_uInt16
*
pOldWhichIdTab
/* Array mit genau dem Aufbau der Which-Ids
const
sal_uInt16
*
pOldWhichIdTab
/* Array mit genau dem Aufbau der Which-Ids
der vorhergehenden Version, in denen
die jeweils neue Which-Id steht. */
)
...
...
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