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
70fb9e0f
Kaydet (Commit)
70fb9e0f
authored
Ara 30, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
aIdUShort is now unused
Change-Id: I44c2748be879f083bc6ebb6c17e3a3a7038f8ad8
üst
21f934a7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
rscdb.hxx
rsc/inc/rscdb.hxx
+0
-1
rscdb.cxx
rsc/source/parser/rscdb.cxx
+0
-2
rscinit.cxx
rsc/source/parser/rscinit.cxx
+0
-2
No files found.
rsc/inc/rscdb.hxx
Dosyayı görüntüle @
70fb9e0f
...
@@ -102,7 +102,6 @@ public:
...
@@ -102,7 +102,6 @@ public:
RscRange
aShort
;
RscRange
aShort
;
RscRange
aUShort
;
RscRange
aUShort
;
RscLongEnumRange
aEnumLong
;
RscLongEnumRange
aEnumLong
;
RscIdRange
aIdUShort
;
RscIdRange
aIdNoZeroUShort
;
RscIdRange
aIdNoZeroUShort
;
RscString
aString
;
RscString
aString
;
RscString
aStringLiteral
;
RscString
aStringLiteral
;
...
...
rsc/source/parser/rscdb.cxx
Dosyayı görüntüle @
70fb9e0f
...
@@ -49,7 +49,6 @@ RscTypCont::RscTypCont( RscError * pErrHdl,
...
@@ -49,7 +49,6 @@ RscTypCont::RscTypCont( RscError * pErrHdl,
,
aShort
(
pHS
->
getID
(
"short"
),
RSC_NOTYPE
)
,
aShort
(
pHS
->
getID
(
"short"
),
RSC_NOTYPE
)
,
aUShort
(
pHS
->
getID
(
"sal_uInt16"
),
RSC_NOTYPE
)
,
aUShort
(
pHS
->
getID
(
"sal_uInt16"
),
RSC_NOTYPE
)
,
aEnumLong
(
pHS
->
getID
(
"enum_long"
),
RSC_NOTYPE
)
,
aEnumLong
(
pHS
->
getID
(
"enum_long"
),
RSC_NOTYPE
)
,
aIdUShort
(
pHS
->
getID
(
"IDUSHORT"
),
RSC_NOTYPE
)
,
aIdNoZeroUShort
(
pHS
->
getID
(
"IDUSHORT"
),
RSC_NOTYPE
)
,
aIdNoZeroUShort
(
pHS
->
getID
(
"IDUSHORT"
),
RSC_NOTYPE
)
,
aString
(
pHS
->
getID
(
"Chars"
),
RSC_NOTYPE
)
,
aString
(
pHS
->
getID
(
"Chars"
),
RSC_NOTYPE
)
,
aStringLiteral
(
pHS
->
getID
(
"Chars"
),
RSC_NOTYPE
)
,
aStringLiteral
(
pHS
->
getID
(
"Chars"
),
RSC_NOTYPE
)
...
@@ -176,7 +175,6 @@ RscTypCont::~RscTypCont()
...
@@ -176,7 +175,6 @@ RscTypCont::~RscTypCont()
aBool
.
Pre_dtor
();
aBool
.
Pre_dtor
();
aShort
.
Pre_dtor
();
aShort
.
Pre_dtor
();
aUShort
.
Pre_dtor
();
aUShort
.
Pre_dtor
();
aIdUShort
.
Pre_dtor
();
aIdNoZeroUShort
.
Pre_dtor
();
aIdNoZeroUShort
.
Pre_dtor
();
aString
.
Pre_dtor
();
aString
.
Pre_dtor
();
aVersion
.
pClass
->
Pre_dtor
();
aVersion
.
pClass
->
Pre_dtor
();
...
...
rsc/source/parser/rscinit.cxx
Dosyayı görüntüle @
70fb9e0f
...
@@ -76,8 +76,6 @@ void RscTypCont::Init()
...
@@ -76,8 +76,6 @@ void RscTypCont::Init()
aEnumLong
.
SetRange
(
SAL_MIN_INT32
,
SAL_MAX_INT32
);
aEnumLong
.
SetRange
(
SAL_MIN_INT32
,
SAL_MAX_INT32
);
aIdUShort
.
SetRange
(
0
,
0xFFFF
);
aIdNoZeroUShort
.
SetRange
(
1
,
0xFFFF
);
aIdNoZeroUShort
.
SetRange
(
1
,
0xFFFF
);
}
}
{
{
...
...
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