diff options
Diffstat (limited to 'include/sfx2/new.hxx')
-rw-r--r-- | include/sfx2/new.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/new.hxx b/include/sfx2/new.hxx index e8e974cf366e..9be8586c710e 100644 --- a/include/sfx2/new.hxx +++ b/include/sfx2/new.hxx @@ -63,7 +63,7 @@ class SFX2_DLLPUBLIC SfxNewFileDialog final : public SfxDialogController { private: Idle m_aPrevIdle; - SfxNewFileDialogMode const m_nFlags; + SfxNewFileDialogMode m_nFlags; SfxDocumentTemplates m_aTemplates; SfxObjectShellLock m_xDocShell; |