summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/tablemgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/tablemgr.hxx')
-rw-r--r--sw/source/uibase/inc/tablemgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/tablemgr.hxx b/sw/source/uibase/inc/tablemgr.hxx
index 796b5c0dce5b..eb512826605b 100644
--- a/sw/source/uibase/inc/tablemgr.hxx
+++ b/sw/source/uibase/inc/tablemgr.hxx
@@ -69,12 +69,12 @@ public:
/// @return the XModel of the newly inserted chart if successful
css::uno::Reference< css::frame::XModel >
- InsertChart( css::uno::Reference< css::chart2::data::XDataProvider > &rxDataProvider, bool bFillWithData, const OUString &rCellRange, SwFlyFrameFormat** ppFlyFrameFormat = 0 );
+ InsertChart( css::uno::Reference< css::chart2::data::XDataProvider > &rxDataProvider, bool bFillWithData, const OUString &rCellRange, SwFlyFrameFormat** ppFlyFrameFormat = nullptr );
};
inline SwTableFUNC::SwTableFUNC(SwFrameFormat &rFormat) :
pFormat(&rFormat),
- pSh(0),
+ pSh(nullptr),
bCopy(false)
{
}