diff options
Diffstat (limited to 'rsc/source/res/rsctop.cxx')
-rw-r--r-- | rsc/source/res/rsctop.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rsc/source/res/rsctop.cxx b/rsc/source/res/rsctop.cxx index bf172951dab4..763e6ffcc085 100644 --- a/rsc/source/res/rsctop.cxx +++ b/rsc/source/res/rsctop.cxx @@ -103,17 +103,6 @@ ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass, } ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass, - RSCINST * pDflt, RSCVAR nVarType, SfxStyleItem nMask, - Atom nDataBaseName ) -{ - if( pSuperClass ) - return pSuperClass->SetVariable( nVarName, pClass, pDflt, - nVarType, nMask, nDataBaseName ); - else - return ERR_UNKNOWN_METHOD; -} - -ERRTYPE RscTop::SetVariable( Atom nVarName, RscTop * pClass, RSCINST * pDflt, RSCVAR nVarType, SfxSlotInfo nMask, Atom nDataBaseName ) { |