Kaydet (Commit) 8e0ef3a3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:nullptr

Change-Id: I12e145be9c9f19c51e86075298f616b003054e10
üst c2ef6387
...@@ -615,7 +615,7 @@ void SidebarController::CreatePanels(const ::rtl::OUString& rDeckId) ...@@ -615,7 +615,7 @@ void SidebarController::CreatePanels(const ::rtl::OUString& rDeckId)
// Depending on the context we have to change the command // Depending on the context we have to change the command
// for the "more options" dialog. // for the "more options" dialog.
PanelTitleBar* pTitleBar = aNewPanels[nWriteIndex]->GetTitleBar(); PanelTitleBar* pTitleBar = aNewPanels[nWriteIndex]->GetTitleBar();
if (pTitleBar != NULL) if (pTitleBar != nullptr)
{ {
pTitleBar->SetMoreOptionsCommand( pTitleBar->SetMoreOptionsCommand(
rPanelContexDescriptor.msMenuCommand, rPanelContexDescriptor.msMenuCommand,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment