diff options
-rw-r--r-- | framework/source/recording/dispatchrecorder.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/source/recording/dispatchrecorder.cxx b/framework/source/recording/dispatchrecorder.cxx index 1017885acd2c..5e5fd4961c8d 100644 --- a/framework/source/recording/dispatchrecorder.cxx +++ b/framework/source/recording/dispatchrecorder.cxx @@ -100,7 +100,8 @@ Sequence< Any > make_seq_out_of_struct( DispatchRecorder::DispatchRecorder( const css::uno::Reference< css::uno::XComponentContext >& xContext ) - : m_xConverter( css::script::Converter::create(xContext) ) + : m_nRecordingID(0) + , m_xConverter(css::script::Converter::create(xContext)) { } |