diff options
Diffstat (limited to 'toolkit/source/controls/tkspinbutton.cxx')
-rw-r--r-- | toolkit/source/controls/tkspinbutton.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/tkspinbutton.cxx b/toolkit/source/controls/tkspinbutton.cxx index 7f46bc83c3b5..47263967c2c9 100644 --- a/toolkit/source/controls/tkspinbutton.cxx +++ b/toolkit/source/controls/tkspinbutton.cxx @@ -170,7 +170,7 @@ public: ::cppu::IPropertyArrayHelper& UnoSpinButtonModel::getInfoHelper() { - static UnoPropertyArrayHelper* pHelper = NULL; + static UnoPropertyArrayHelper* pHelper = nullptr; if ( !pHelper ) { Sequence<sal_Int32> aIDs = ImplGetPropertyIds(); |