summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpaction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 7ba6b428c29f..3a6ed516e930 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -99,8 +99,8 @@ SdActionDlg::SdActionDlg (
SdTPAction::SdTPAction(vcl::Window* pWindow, const SfxItemSet& rInAttrs)
: SfxTabPage(pWindow, "InteractionPage",
"modules/simpress/ui/interactionpage.ui", &rInAttrs)
- , mpView(NULL)
- , mpDoc(NULL)
+ , mpView(nullptr)
+ , mpDoc(nullptr)
, bTreeUpdated(false)
{
get(m_pLbAction, "listbox");
@@ -188,8 +188,8 @@ void SdTPAction::SetView( const ::sd::View* pSdView )
void SdTPAction::Construct()
{
// fill OLE-Actionlistbox
- SdrOle2Obj* pOleObj = NULL;
- SdrGrafObj* pGrafObj = NULL;
+ SdrOle2Obj* pOleObj = nullptr;
+ SdrGrafObj* pGrafObj = nullptr;
bool bOLEAction = false;
if ( mpView->AreObjectsMarked() )