diff options
Diffstat (limited to 'include/unotools/viewoptions.hxx')
-rw-r--r-- | include/unotools/viewoptions.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx index 461e5ead6e26..8eb088077b54 100644 --- a/include/unotools/viewoptions.hxx +++ b/include/unotools/viewoptions.hxx @@ -234,8 +234,8 @@ class SAL_WARN_UNUSED UNOTOOLS_DLLPUBLIC SvtViewOptions final : public utl::deta /// specify which list of views in configuration is used! This can't be a static value!!! /// ... because we need this value to work with right static data container. - EViewType const m_eViewType; - OUString const m_sViewName; + EViewType m_eViewType; + OUString m_sViewName; /*Attention |