summaryrefslogtreecommitdiff
path: root/rsc/inc/rsctop.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-10 10:21:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-10 10:31:34 +0100
commit5bbdb9423e15b68438bb8397c15635e044129e28 (patch)
tree737406d1586cdd8b5247f7f230ab59bf0bb87bbb /rsc/inc/rsctop.hxx
parente96bf3c40f945d15a8bdc9cffc27346dfb3cb246 (diff)
loplugin:nullptr (automatic rewrite)
Change-Id: I8df6c1c7d2312a4864750180561a3e63fe37003f
Diffstat (limited to 'rsc/inc/rsctop.hxx')
-rw-r--r--rsc/inc/rsctop.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rsctop.hxx b/rsc/inc/rsctop.hxx
index 43b32ca9d98a..13cdbc5a056d 100644
--- a/rsc/inc/rsctop.hxx
+++ b/rsc/inc/rsctop.hxx
@@ -42,7 +42,7 @@ class RscTop : public RefNode
protected:
RscTop( Atom nId, sal_uInt32 nTypIdent,
- RscTop * pSuperCl = NULL );
+ RscTop * pSuperCl = nullptr );
public:
OString aCallPar1; // class call without types until ResId
@@ -81,7 +81,7 @@ public:
// sets the variable
virtual ERRTYPE SetVariable( Atom nVarName, RscTop * pClass,
- RSCINST * pDflt = NULL,
+ RSCINST * pDflt = nullptr,
RSCVAR nVarType = 0, sal_uInt32 nMask = 0,
Atom nDataBaseName = InvalidAtom );
@@ -93,7 +93,7 @@ public:
virtual RSCINST GetVariable( const RSCINST & rInst, Atom nVarName,
const RSCINST & rInitInst,
bool bInitDflt = false,
- RscTop * pCreateClass = NULL );
+ RscTop * pCreateClass = nullptr );
virtual RSCINST GetCopyVar( const RSCINST & rInst, Atom nVarName );
virtual RSCINST GetTupelVar( const RSCINST & rInst, sal_uInt32 nPos,