diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-31 15:13:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-31 18:10:52 +0000 |
commit | 959bcd564bca2e33036e0947a293ef2009341cf7 (patch) | |
tree | 39a39f00f1132e3c938be6554ff43fc7d1ba23cd /rsc/inc/rscdb.hxx | |
parent | 756fe1b298762ed145784a09c512d793d9c6fa92 (diff) |
various other apparently unnecessary rsc stuff
Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19
Diffstat (limited to 'rsc/inc/rscdb.hxx')
-rw-r--r-- | rsc/inc/rscdb.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/rsc/inc/rscdb.hxx b/rsc/inc/rscdb.hxx index ce37ba54b8eb..9a8aa723d1de 100644 --- a/rsc/inc/rscdb.hxx +++ b/rsc/inc/rscdb.hxx @@ -39,7 +39,6 @@ class RscCmdLine; enum class SymbolType : sal_uInt16; enum class ToolBoxItemBits; enum class WindowBorderStyle : sal_Int16; -enum class TimeFieldFormat : sal_Int32; enum class KeyFuncType : sal_Int32; enum class MenuItemBits : sal_Int16; enum class ToolBoxItemType; @@ -150,14 +149,11 @@ class RscTypCont inline void SETCONST( RscConst *p1, Atom p2, ToolBoxItemBits p3 ) { SETCONST(p1, p2, static_cast<sal_uInt32>(p3)); } inline void SETCONST( RscConst *p1, Atom p2, WindowBorderStyle 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, TimeFieldFormat p3 ) { SETCONST(p1, p2, static_cast<sal_uInt32>(p3)); } - inline void SETCONST( RscConst *p1, const char * p2, TimeFieldFormat p3 ) { SETCONST(p1, p2, static_cast<sal_uInt32>(p3)); } inline void SETCONST( RscConst *p1, const char * p2, MenuItemBits 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, ToolBoxItemType p3 ) { SETCONST(p1, p2, static_cast<sal_uInt32>(p3)); } RscEnum * InitLangType(); RscEnum * InitFieldUnitsType(); - RscEnum * InitTimeFieldFormat(); RscEnum * InitColor(); RscEnum * InitMapUnit(); RscEnum * InitKey(); @@ -242,12 +238,6 @@ public: RscIdRange aIdUShort; RscIdRange aIdNoZeroUShort; RscBreakRange aNoZeroShort; - RscRange a1to12Short; - RscRange a0to23Short; - RscRange a1to31Short; - RscRange a0to59Short; - RscRange a0to99Short; - RscRange a0to9999Short; RscIdRange aIdLong; RscString aString; RscString aStringLiteral; |