summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 20:24:02 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 20:24:02 +0300
commit6d27b176fba61653e74f4179451308b9a7a889a8 (patch)
treebaca14fddbe0d2518ca5aa22e916027cf9ae730f /include
parente32e7946aa61e6b2dddbb2eff60f82d2f85bb41a (diff)
Bin copy-pasta comments of low informative value
Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375
Diffstat (limited to 'include')
-rw-r--r--include/framework/addonsoptions.hxx4
-rw-r--r--include/svtools/menuoptions.hxx4
-rw-r--r--include/svtools/miscopt.hxx4
-rw-r--r--include/svtools/optionsdrawinglayer.hxx4
-rw-r--r--include/svtools/printoptions.hxx8
-rw-r--r--include/svtools/slidesorterbaropt.hxx4
-rw-r--r--include/svtools/toolpanelopt.hxx4
-rw-r--r--include/unotools/viewoptions.hxx3
8 files changed, 16 insertions, 19 deletions
diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 3a79fce7f521..b52db4176888 100644
--- a/include/framework/addonsoptions.hxx
+++ b/include/framework/addonsoptions.hxx
@@ -302,8 +302,8 @@ class FWE_DLLPUBLIC AddonsOptions
Do it in your source only.
*/
- static AddonsOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount ; /// internal ref count mechanism
+ static AddonsOptions_Impl* m_pDataContainer ;
+ static sal_Int32 m_nRefCount ;
}; // class SvtMenuOptions
diff --git a/include/svtools/menuoptions.hxx b/include/svtools/menuoptions.hxx
index 917915d1faad..f7af595da8da 100644
--- a/include/svtools/menuoptions.hxx
+++ b/include/svtools/menuoptions.hxx
@@ -119,8 +119,8 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options
Do it in your source only.
*/
- static SvtMenuOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount ; /// internal ref count mechanism
+ static SvtMenuOptions_Impl* m_pDataContainer ;
+ static sal_Int32 m_nRefCount ;
}; // class SvtMenuOptions
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
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx
index ccc7a4494907..d217735fd372 100644
--- a/include/svtools/optionsdrawinglayer.hxx
+++ b/include/svtools/optionsdrawinglayer.hxx
@@ -193,8 +193,8 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
Do it in your source only.
*/
- static SvtOptionsDrawinglayer_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount ; /// internal ref count mechanism
+ static SvtOptionsDrawinglayer_Impl* m_pDataContainer ;
+ static sal_Int32 m_nRefCount ;
}; // class SvtOptionsDrawinglayer
diff --git a/include/svtools/printoptions.hxx b/include/svtools/printoptions.hxx
index 4e3994611331..bf281aa68a86 100644
--- a/include/svtools/printoptions.hxx
+++ b/include/svtools/printoptions.hxx
@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtPrinterOptions : public SvtBasePrintOptions
{
private:
- static SvtPrintOptions_Impl* m_pStaticDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount; /// internal ref count mechanism
+ static SvtPrintOptions_Impl* m_pStaticDataContainer;
+ static sal_Int32 m_nRefCount;
public:
@@ -106,8 +106,8 @@ class SVT_DLLPUBLIC SvtPrintFileOptions : public SvtBasePrintOptions
{
private:
- static SvtPrintOptions_Impl* m_pStaticDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount; /// internal ref count mechanism
+ static SvtPrintOptions_Impl* m_pStaticDataContainer;
+ static sal_Int32 m_nRefCount;
public:
diff --git a/include/svtools/slidesorterbaropt.hxx b/include/svtools/slidesorterbaropt.hxx
index 01124c84f716..67d1225dd416 100644
--- a/include/svtools/slidesorterbaropt.hxx
+++ b/include/svtools/slidesorterbaropt.hxx
@@ -88,8 +88,8 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions: public utl::detail::Options
\li and unresolved externals exist at linking time.
Do it in your source only.
*/
- static SvtSlideSorterBarOptions_Impl* m_pDataContainer ; ///< impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount ; ///< internal ref count mechanism
+ static SvtSlideSorterBarOptions_Impl* m_pDataContainer ;
+ static sal_Int32 m_nRefCount ;
};
diff --git a/include/svtools/toolpanelopt.hxx b/include/svtools/toolpanelopt.hxx
index 89aad617e245..d261465eae62 100644
--- a/include/svtools/toolpanelopt.hxx
+++ b/include/svtools/toolpanelopt.hxx
@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtToolPanelOptions: public utl::detail::Options
\li and unresolved externals exist at linking time.
Do it in your source only.
*/
- static SvtToolPanelOptions_Impl* m_pDataContainer; ///< impl. data container as dynamic pointer for smaller memory requirements!
- static sal_Int32 m_nRefCount; ///< internal ref count mechanism
+ static SvtToolPanelOptions_Impl* m_pDataContainer;
+ static sal_Int32 m_nRefCount;
};
diff --git a/include/unotools/viewoptions.hxx b/include/unotools/viewoptions.hxx
index 4735473ef6fc..aece9cade082 100644
--- a/include/unotools/viewoptions.hxx
+++ b/include/unotools/viewoptions.hxx
@@ -244,9 +244,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
EViewType m_eViewType;
OUString m_sViewName;
- /// - impl. data container as dynamic pointer for smaller memory requirements!
- /// - internal ref count mechanism
-
/*Attention
Don't initialize these static member in these header!