diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-06 20:24:02 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-06 20:24:02 +0300 |
commit | 6d27b176fba61653e74f4179451308b9a7a889a8 (patch) | |
tree | baca14fddbe0d2518ca5aa22e916027cf9ae730f /include/svtools/miscopt.hxx | |
parent | e32e7946aa61e6b2dddbb2eff60f82d2f85bb41a (diff) |
Bin copy-pasta comments of low informative value
Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375
Diffstat (limited to 'include/svtools/miscopt.hxx')
-rw-r--r-- | include/svtools/miscopt.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/miscopt.hxx b/include/svtools/miscopt.hxx index e9c6fada6c79..13d92d453a05 100644 --- a/include/svtools/miscopt.hxx +++ b/include/svtools/miscopt.hxx @@ -141,8 +141,8 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options Do it in your source only. */ - static SvtMiscOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount ; /// internal ref count mechanism + static SvtMiscOptions_Impl* m_pDataContainer ; + static sal_Int32 m_nRefCount ; }; // class SvtMiscOptions |