diff options
Diffstat (limited to 'autodoc/source')
-rw-r--r-- | autodoc/source/display/idl/hi_linkhelper.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/autodoc/source/display/idl/hi_linkhelper.hxx b/autodoc/source/display/idl/hi_linkhelper.hxx index 5ba31a85d884..4bac748fa072 100644 --- a/autodoc/source/display/idl/hi_linkhelper.hxx +++ b/autodoc/source/display/idl/hi_linkhelper.hxx @@ -85,9 +85,7 @@ class LinkHelper const String & XrefsSuffix() const; private: - // DATA - mutable HtmlEnvironment_Idl & - rEnv; + HtmlEnvironment_Idl & rEnv; }; inline const ary::idl::CodeEntity * |