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
698de086
Kaydet (Commit)
698de086
authored
Şub 10, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused parameter
Change-Id: I24d4cb8b7b30c01e6dd5ba8f5e6690a60e6d9470
üst
985c6b45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docpool.hxx
sc/inc/docpool.hxx
+1
-1
docpool.cxx
sc/source/core/data/docpool.cxx
+2
-2
No files found.
sc/inc/docpool.hxx
Dosyayı görüntüle @
698de086
...
@@ -44,7 +44,7 @@ class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool
...
@@ -44,7 +44,7 @@ class SC_DLLPUBLIC ScDocumentPool: public SfxItemPool
static
sal_uInt16
*
pVersionMap12
;
static
sal_uInt16
*
pVersionMap12
;
public
:
public
:
ScDocumentPool
(
SfxItemPool
*
pSecPool
=
NULL
,
sal_Bool
bLoadRefCounts
=
false
);
ScDocumentPool
(
SfxItemPool
*
pSecPool
=
NULL
);
protected
:
protected
:
virtual
~
ScDocumentPool
();
virtual
~
ScDocumentPool
();
public
:
public
:
...
...
sc/source/core/data/docpool.cxx
Dosyayı görüntüle @
698de086
...
@@ -187,11 +187,11 @@ static SfxItemInfo const aItemInfos[] =
...
@@ -187,11 +187,11 @@ static SfxItemInfo const aItemInfos[] =
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
ScDocumentPool
::
ScDocumentPool
(
SfxItemPool
*
pSecPool
,
sal_Bool
bLoadRefCounts
)
ScDocumentPool
::
ScDocumentPool
(
SfxItemPool
*
pSecPool
)
:
SfxItemPool
(
OUString
(
"ScDocumentPool"
),
:
SfxItemPool
(
OUString
(
"ScDocumentPool"
),
ATTR_STARTINDEX
,
ATTR_ENDINDEX
,
ATTR_STARTINDEX
,
ATTR_ENDINDEX
,
aItemInfos
,
NULL
,
bLoadRefCounts
),
aItemInfos
,
NULL
,
false
/*bLoadRefCounts*/
),
pSecondary
(
pSecPool
)
pSecondary
(
pSecPool
)
{
{
// latin font from GetDefaultFonts is not used, DEFAULTFONT_LATIN_SPREADSHEET instead
// latin font from GetDefaultFonts is not used, DEFAULTFONT_LATIN_SPREADSHEET instead
...
...
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