summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/linectrl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls/linectrl.cxx')
-rw-r--r--svx/source/tbxctrls/linectrl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/tbxctrls/linectrl.cxx b/svx/source/tbxctrls/linectrl.cxx
index 5282bbefbe5d..6f66d5cd4226 100644
--- a/svx/source/tbxctrls/linectrl.cxx
+++ b/svx/source/tbxctrls/linectrl.cxx
@@ -54,8 +54,8 @@ SvxLineStyleToolBoxControl::SvxLineStyleToolBoxControl( sal_uInt16 nSlotId,
sal_uInt16 nId,
ToolBox& rTbx ) :
SfxToolBoxControl( nSlotId, nId, rTbx ),
- pStyleItem ( NULL ),
- pDashItem ( NULL ),
+ pStyleItem ( nullptr ),
+ pDashItem ( nullptr ),
bUpdate ( false )
{
addStatusListener( ".uno:LineDash");
@@ -237,7 +237,7 @@ void SvxLineWidthToolBoxControl::StateChanged(
pFld->Update( static_cast<const XLineWidthItem*>(pState) );
}
else
- pFld->Update( NULL );
+ pFld->Update( nullptr );
}
}
}
@@ -391,7 +391,7 @@ void SvxLineEndWindow::FillValueSet()
{
if( pLineEndList.is() )
{
- XLineEndEntry* pEntry = NULL;
+ XLineEndEntry* pEntry = nullptr;
ScopedVclPtrInstance< VirtualDevice > pVD;
long nCount = pLineEndList->Count();