summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-12-09 15:00:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-12-09 15:00:59 +0100
commit44d476f509a883d6f6b5f9c90d45729ba93b6245 (patch)
tree775189cd66773a3357743c805f4d4d432d0fe009 /svx
parentfa7c24e0e7b300fb7ac6ff7202a57eb1c60eb0b6 (diff)
implicit conversion of NULL constant to 'bool' [-Werror,-Wnull-conversion]
...after 8a8981c603d2f45d0fac656e5b4b31bcabfabc92 "GetBasic and m_pBasic are unused." Change-Id: Ie491046b34668b0aaf499c057c35be21d8b81df9
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/dlgctl3d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/dlgctl3d.cxx b/svx/source/dialog/dlgctl3d.cxx
index 1e2c924f510a..63a19499800a 100644
--- a/svx/source/dialog/dlgctl3d.cxx
+++ b/svx/source/dialog/dlgctl3d.cxx
@@ -89,7 +89,7 @@ void Svx3DPreviewControl::Construct()
mpModel->GetItemPool().FreezeIdRanges();
// Page
- mpFmPage = new FmFormPage( *mpModel, NULL );
+ mpFmPage = new FmFormPage( *mpModel );
mpModel->InsertPage( mpFmPage, 0 );
// 3D View