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
2e1d74dc
Kaydet (Commit)
2e1d74dc
authored
Kas 20, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields idl,idlc
Change-Id: I39816fc613aadb5250eed39fd0c6830abe1cde2c
üst
60e61e44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
module.hxx
idl/inc/module.hxx
+2
-4
astexpression.hxx
idlc/inc/idlc/astexpression.hxx
+0
-1
No files found.
idl/inc/module.hxx
Dosyayı görüntüle @
2e1d74dc
...
...
@@ -26,10 +26,8 @@
struct
SvNamePos
{
SvGlobalName
aUUId
;
sal_uInt32
nStmPos
;
SvNamePos
(
const
SvGlobalName
&
rName
,
sal_uInt32
nPos
)
:
aUUId
(
rName
)
,
nStmPos
(
nPos
)
{}
SvNamePos
(
const
SvGlobalName
&
rName
)
:
aUUId
(
rName
)
{}
};
class
SvMetaModule
:
public
SvMetaExtern
...
...
idlc/inc/idlc/astexpression.hxx
Dosyayı görüntüle @
2e1d74dc
...
...
@@ -81,7 +81,6 @@ struct AstExprValue
bool
bval
;
// Contains boolean expression value
float
fval
;
// Contains 32-bit float expr value
double
dval
;
// Contains 64-bit float expr value
sal_uInt32
eval
;
// Contains enumeration value
}
u
;
ExprType
et
;
};
...
...
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