diff options
Diffstat (limited to 'include/sfx2/docinsert.hxx')
-rw-r--r-- | include/sfx2/docinsert.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/docinsert.hxx b/include/sfx2/docinsert.hxx index 6befefcb31a3..21fb1a2a9c37 100644 --- a/include/sfx2/docinsert.hxx +++ b/include/sfx2/docinsert.hxx @@ -40,8 +40,8 @@ namespace sfx2 { class SFX2_DLLPUBLIC DocumentInserter { private: - weld::Window* m_pParent; - OUString m_sDocFactory; + weld::Window* const m_pParent; + OUString const m_sDocFactory; OUString m_sFilter; Link<sfx2::FileDialogHelper*,void> m_aDialogClosedLink; |