Kaydet (Commit) 6d27b176 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Bin copy-pasta comments of low informative value

Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375
üst e32e7946
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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:
......
......@@ -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 ;
};
......
......@@ -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;
};
......
......@@ -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!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment