diff options
Diffstat (limited to 'rsc/inc/rsctop.hxx')
-rw-r--r-- | rsc/inc/rsctop.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rsc/inc/rsctop.hxx b/rsc/inc/rsctop.hxx index 43f118ed98d5..e9dab39dbf1c 100644 --- a/rsc/inc/rsctop.hxx +++ b/rsc/inc/rsctop.hxx @@ -66,7 +66,6 @@ public: void SetCallPar( const OString& rPar1, const OString& rPar2, const OString& rParType ); RscTop* GetRefClass() const { return pRefClass; } - virtual RSCCLASS_TYPE GetClassType() const = 0; RSCINST const & GetDefault(); // preparation fro the destructor call @@ -92,9 +91,6 @@ public: RSCVAR nVarType = RSCVAR::NONE, sal_uInt32 nMask = 0, Atom nDataBaseName = InvalidAtom ); - // enumerate all variables - virtual void EnumVariables( void * pData, VarEnumCallbackProc ); - // returns variable instance // returned pData, pClass may be NULL virtual RSCINST GetVariable( const RSCINST & rInst, Atom nVarName, |