diff options
Diffstat (limited to 'rsc/inc/rscrange.hxx')
-rw-r--r-- | rsc/inc/rscrange.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rsc/inc/rscrange.hxx b/rsc/inc/rscrange.hxx index 0efe0d94d02e..51f74a308ffb 100644 --- a/rsc/inc/rscrange.hxx +++ b/rsc/inc/rscrange.hxx @@ -156,8 +156,6 @@ class RscBool : public RscRange public: RscBool( Atom nId, sal_uInt32 nTypId ); virtual RSCCLASS_TYPE GetClassType() const SAL_OVERRIDE; - // Der zulaessige Bereich wird gesetzt - static ERRTYPE SetRange( sal_Int32, sal_Int32 ){ return ERR_UNKNOWN_METHOD; } ERRTYPE SetBool( const RSCINST & rInst, bool b ) SAL_OVERRIDE { return SetNumber( rInst, (sal_Int32)b ); |