summaryrefslogtreecommitdiffstats
path: root/rsc/inc/rscclass.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscclass.hxx')
-rw-r--r--rsc/inc/rscclass.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx
index bc9b31237d7f..31bf1fd0e337 100644
--- a/rsc/inc/rscclass.hxx
+++ b/rsc/inc/rscclass.hxx
@@ -62,7 +62,7 @@ public:
void Pre_dtor() override;
ERRTYPE SetVariable( Atom nVarName, RscTop * pClass,
RSCINST * pDflt = nullptr,
- RSCVAR nVarType = 0, sal_uInt32 nMask = 0,
+ RSCVAR nVarType = RSCVAR::NONE, sal_uInt32 nMask = 0,
Atom nDataBaseName = InvalidAtom ) override;
virtual void EnumVariables( void * pData, VarEnumCallbackProc ) override;
RSCINST GetVariable( const RSCINST & rInst, Atom nVarName,