summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbafiledialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/vba/vbafiledialog.hxx')
-rw-r--r--sc/source/ui/vba/vbafiledialog.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/vba/vbafiledialog.hxx b/sc/source/ui/vba/vbafiledialog.hxx
index 202eefa020e0..f35a227dc84b 100644
--- a/sc/source/ui/vba/vbafiledialog.hxx
+++ b/sc/source/ui/vba/vbafiledialog.hxx
@@ -30,7 +30,7 @@ typedef InheritedHelperInterfaceWeakImpl< ov::excel::XFileDialog > ScVbaFileDial
class ScVbaFileDialog : public ScVbaFileDialog_BASE
{
private:
- sal_Int32 m_nType;
+ sal_Int32 const m_nType;
OUString m_sTitle;
OUString m_sInitialFileName;
css::uno::Reference< ov::excel::XFileDialogSelectedItems> m_xItems;