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
8a063e2f
Kaydet (Commit)
8a063e2f
authored
Eki 25, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop some unused declarations
Change-Id: I88a160767c22ed234777b69c9003cc3b1a065b94
üst
cdd3963a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
rscdb.hxx
rsc/inc/rscdb.hxx
+0
-7
No files found.
rsc/inc/rscdb.hxx
Dosyayı görüntüle @
8a063e2f
...
...
@@ -36,14 +36,8 @@ class RscError;
class
RscTupel
;
class
RscCont
;
class
RscCmdLine
;
enum
class
SymbolType
:
sal_uInt16
;
enum
class
ToolBoxItemBits
;
enum
class
WindowBorderStyle
:
sal_Int16
;
enum
class
KeyFuncType
:
sal_Int32
;
enum
class
MenuItemBits
:
sal_Int16
;
enum
class
ToolBoxItemType
;
enum
class
ButtonType
;
enum
class
WindowAlign
;
enum
class
SfxStyleFamily
;
enum
class
MapUnit
;
...
...
@@ -144,7 +138,6 @@ class RscTypCont
void
Init
();
// initializes classes and tables
void
SETCONST
(
RscConst
*
,
const
char
*
,
sal_uInt32
);
void
SETCONST
(
RscConst
*
,
Atom
,
sal_uInt32
);
inline
void
SETCONST
(
RscConst
*
p1
,
const
char
*
p2
,
SymbolType
p3
)
{
SETCONST
(
p1
,
p2
,
static_cast
<
sal_uInt32
>
(
p3
));
}
inline
void
SETCONST
(
RscConst
*
p1
,
const
char
*
p2
,
KeyFuncType
p3
)
{
SETCONST
(
p1
,
p2
,
static_cast
<
sal_uInt32
>
(
p3
));
}
inline
void
SETCONST
(
RscConst
*
p1
,
Atom
p2
,
MenuItemBits
p3
)
{
SETCONST
(
p1
,
p2
,
static_cast
<
sal_uInt32
>
(
p3
));
}
inline
void
SETCONST
(
RscConst
*
p1
,
const
char
*
p2
,
SfxStyleFamily
p3
)
{
SETCONST
(
p1
,
p2
,
static_cast
<
sal_uInt16
>
(
p3
));
}
...
...
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