From c81cb85d3db1a5b66027ce9f21f0dd5fa115a954 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 6 Apr 2014 19:50:36 +0300 Subject: Bin copy-pasta comments of low informative value Change-Id: Iee82f09a47830e3c8b932541e4c378e63add9986 --- include/unotools/cmdoptions.hxx | 4 ++-- include/unotools/compatibility.hxx | 4 ++-- include/unotools/dynamicmenuoptions.hxx | 4 ++-- include/unotools/extendedsecurityoptions.hxx | 4 ++-- include/unotools/fontoptions.hxx | 4 ++-- include/unotools/historyoptions.hxx | 4 ++-- include/unotools/localisationoptions.hxx | 4 ++-- include/unotools/moduleoptions.hxx | 4 ++-- include/unotools/printwarningoptions.hxx | 4 ++-- include/unotools/securityoptions.hxx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/include/unotools/cmdoptions.hxx b/include/unotools/cmdoptions.hxx index 8585526097f2..53649ce90c70 100644 --- a/include/unotools/cmdoptions.hxx +++ b/include/unotools/cmdoptions.hxx @@ -157,8 +157,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtCommandOptions : public utl::detail: Do it in your source only. */ - static SvtCommandOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtCommandOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtCmdOptions diff --git a/include/unotools/compatibility.hxx b/include/unotools/compatibility.hxx index 69fa29d9c137..1d64559b51d5 100644 --- a/include/unotools/compatibility.hxx +++ b/include/unotools/compatibility.hxx @@ -217,8 +217,8 @@ class UNOTOOLS_DLLPUBLIC SvtCompatibilityOptions: public utl::detail::Options Do it in your source only. */ - static SvtCompatibilityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtCompatibilityOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtCompatibilityOptions diff --git a/include/unotools/dynamicmenuoptions.hxx b/include/unotools/dynamicmenuoptions.hxx index 997147b616e7..efc873dd72b8 100644 --- a/include/unotools/dynamicmenuoptions.hxx +++ b/include/unotools/dynamicmenuoptions.hxx @@ -128,8 +128,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtDynamicMenuOptions : public utl::det Do it in your source only. */ - static SvtDynamicMenuOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtDynamicMenuOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtDynamicMenuOptions diff --git a/include/unotools/extendedsecurityoptions.hxx b/include/unotools/extendedsecurityoptions.hxx index ed9866fb50a9..889b0e344d48 100644 --- a/include/unotools/extendedsecurityoptions.hxx +++ b/include/unotools/extendedsecurityoptions.hxx @@ -109,8 +109,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtExtendedSecurityOptions : public utl Do it in your source only. */ - static SvtExtendedSecurityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtExtendedSecurityOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtExtendedSecurityOptions diff --git a/include/unotools/fontoptions.hxx b/include/unotools/fontoptions.hxx index 7492547c9744..688c78779bd9 100644 --- a/include/unotools/fontoptions.hxx +++ b/include/unotools/fontoptions.hxx @@ -119,8 +119,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtFontOptions : public utl::detail::Op Do it in your source only. */ - static SvtFontOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtFontOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtFontOptions diff --git a/include/unotools/historyoptions.hxx b/include/unotools/historyoptions.hxx index c77161f89a04..2bcb240f1dc9 100644 --- a/include/unotools/historyoptions.hxx +++ b/include/unotools/historyoptions.hxx @@ -193,8 +193,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtHistoryOptions : public utl::detail: Do it in your source only. */ - static SvtHistoryOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtHistoryOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtHistoryOptions diff --git a/include/unotools/localisationoptions.hxx b/include/unotools/localisationoptions.hxx index 6b73ef0fd6c6..c84a3e40b14a 100644 --- a/include/unotools/localisationoptions.hxx +++ b/include/unotools/localisationoptions.hxx @@ -126,8 +126,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtLocalisationOptions : public utl::de Do it in your source only. */ - static SvtLocalisationOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtLocalisationOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtLocalisationOptions diff --git a/include/unotools/moduleoptions.hxx b/include/unotools/moduleoptions.hxx index f0db3241466f..19242c442180 100644 --- a/include/unotools/moduleoptions.hxx +++ b/include/unotools/moduleoptions.hxx @@ -190,8 +190,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtModuleOptions : public utl::detail:: Do it in your source only. */ - static SvtModuleOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtModuleOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtModuleOptions diff --git a/include/unotools/printwarningoptions.hxx b/include/unotools/printwarningoptions.hxx index 0c37c80dd86b..90a5bd980d1b 100644 --- a/include/unotools/printwarningoptions.hxx +++ b/include/unotools/printwarningoptions.hxx @@ -111,8 +111,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtPrintWarningOptions : public utl::de Do it in your source only. */ - static SvtPrintWarningOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtPrintWarningOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtPrintWarningOptions diff --git a/include/unotools/securityoptions.hxx b/include/unotools/securityoptions.hxx index d098a5273394..b74a41fd09a3 100644 --- a/include/unotools/securityoptions.hxx +++ b/include/unotools/securityoptions.hxx @@ -250,8 +250,8 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtSecurityOptions : public utl::detail Do it in your source only. */ - static SvtSecurityOptions_Impl* m_pDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! - static sal_Int32 m_nRefCount; /// internal ref count mechanism + static SvtSecurityOptions_Impl* m_pDataContainer; + static sal_Int32 m_nRefCount; }; // class SvtSecurityOptions -- cgit