summaryrefslogtreecommitdiff
path: root/sw/inc/unotxdoc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unotxdoc.hxx')
-rw-r--r--sw/inc/unotxdoc.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 438ca6e2cf2a..f8be80a8dd09 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -492,7 +492,7 @@ public:
virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) throw( css::uno::RuntimeException, std::exception ) override;
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception ) override;
- void Invalidate() {pxDoc = 0;}
+ void Invalidate() {pxDoc = nullptr;}
};
class SwXLinkNameAccessWrapper : public cppu::WeakImplHelper
@@ -608,7 +608,7 @@ public:
void AdjustViewOptions( SwPrintData const* const pPrtOptions );
bool checkShell( const SwViewShell& rCompare ) const
{ return &rCompare == m_pShell; }
- void DontTouchThatViewShellItSmellsFunny() { m_pShell = 0; }
+ void DontTouchThatViewShellItSmellsFunny() { m_pShell = nullptr; }
};
#endif