diff options
Diffstat (limited to 'cui/source/inc/scriptdlg.hxx')
-rw-r--r-- | cui/source/inc/scriptdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/inc/scriptdlg.hxx b/cui/source/inc/scriptdlg.hxx index 7ae0f333563e..dc2e771b9187 100644 --- a/cui/source/inc/scriptdlg.hxx +++ b/cui/source/inc/scriptdlg.hxx @@ -94,6 +94,7 @@ protected: const OUString m_sProdMacros; std::unique_ptr<weld::TreeView> m_xScriptsBox; + std::unique_ptr<weld::TreeIter> m_xScratchIter; std::unique_ptr<weld::Button> m_xRunButton; std::unique_ptr<weld::Button> m_xCloseButton; std::unique_ptr<weld::Button> m_xCreateButton; |