diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 10:40:55 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-25 11:41:23 +0100 |
commit | 8a063e2f2a4081234aaf538751bb1bb3c68bd8f8 (patch) | |
tree | 3b2a69966bbd5bcc4f1d16466fd6cee8db30adc2 /rsc | |
parent | cdd3963a3a7c521aaddd0059324452cfd7836fdd (diff) |
drop some unused declarations
Change-Id: I88a160767c22ed234777b69c9003cc3b1a065b94
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/inc/rscdb.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index 9f9a50cfc01a..5eadf14bee74 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -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)); } |