summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/PanelBase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/PanelBase.cxx')
-rw-r--r--sd/source/ui/sidebar/PanelBase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/sidebar/PanelBase.cxx b/sd/source/ui/sidebar/PanelBase.cxx
index 3aaa0b2cd90f..c96f5fbab376 100644
--- a/sd/source/ui/sidebar/PanelBase.cxx
+++ b/sd/source/ui/sidebar/PanelBase.cxx
@@ -25,7 +25,7 @@ PanelBase::PanelBase (
vcl::Window* pParentWindow,
ViewShellBase& rViewShellBase)
: Control(pParentWindow),
- mpWrappedControl(NULL),
+ mpWrappedControl(nullptr),
mxSidebar(),
mrViewShellBase(rViewShellBase)
{
@@ -75,7 +75,7 @@ bool PanelBase::ProvideWrappedControl()
if (mxSidebar.is())
mxSidebar->requestLayout();
}
- return mpWrappedControl.get() != NULL;
+ return mpWrappedControl.get() != nullptr;
}
ISidebarReceiver::~ISidebarReceiver()