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 ...@@ -302,8 +302,8 @@ class FWE_DLLPUBLIC AddonsOptions
Do it in your source only. Do it in your source only.
*/ */
static AddonsOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static AddonsOptions_Impl* m_pDataContainer ;
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount ;
}; // class SvtMenuOptions }; // class SvtMenuOptions
......
...@@ -119,8 +119,8 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options ...@@ -119,8 +119,8 @@ class SVT_DLLPUBLIC SAL_WARN_UNUSED SvtMenuOptions: public utl::detail::Options
Do it in your source only. Do it in your source only.
*/ */
static SvtMenuOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtMenuOptions_Impl* m_pDataContainer ;
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount ;
}; // class SvtMenuOptions }; // class SvtMenuOptions
......
...@@ -141,8 +141,8 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options ...@@ -141,8 +141,8 @@ class SVT_DLLPUBLIC SvtMiscOptions: public utl::detail::Options
Do it in your source only. Do it in your source only.
*/ */
static SvtMiscOptions_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtMiscOptions_Impl* m_pDataContainer ;
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount ;
}; // class SvtMiscOptions }; // class SvtMiscOptions
......
...@@ -193,8 +193,8 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer ...@@ -193,8 +193,8 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer
Do it in your source only. Do it in your source only.
*/ */
static SvtOptionsDrawinglayer_Impl* m_pDataContainer ; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtOptionsDrawinglayer_Impl* m_pDataContainer ;
static sal_Int32 m_nRefCount ; /// internal ref count mechanism static sal_Int32 m_nRefCount ;
}; // class SvtOptionsDrawinglayer }; // class SvtOptionsDrawinglayer
......
...@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtPrinterOptions : public SvtBasePrintOptions ...@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtPrinterOptions : public SvtBasePrintOptions
{ {
private: private:
static SvtPrintOptions_Impl* m_pStaticDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtPrintOptions_Impl* m_pStaticDataContainer;
static sal_Int32 m_nRefCount; /// internal ref count mechanism static sal_Int32 m_nRefCount;
public: public:
...@@ -106,8 +106,8 @@ class SVT_DLLPUBLIC SvtPrintFileOptions : public SvtBasePrintOptions ...@@ -106,8 +106,8 @@ class SVT_DLLPUBLIC SvtPrintFileOptions : public SvtBasePrintOptions
{ {
private: private:
static SvtPrintOptions_Impl* m_pStaticDataContainer; /// impl. data container as dynamic pointer for smaller memory requirements! static SvtPrintOptions_Impl* m_pStaticDataContainer;
static sal_Int32 m_nRefCount; /// internal ref count mechanism static sal_Int32 m_nRefCount;
public: public:
......
...@@ -88,8 +88,8 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions: public utl::detail::Options ...@@ -88,8 +88,8 @@ class SVT_DLLPUBLIC SvtSlideSorterBarOptions: public utl::detail::Options
\li and unresolved externals exist at linking time. \li and unresolved externals exist at linking time.
Do it in your source only. Do it in your source only.
*/ */
static SvtSlideSorterBarOptions_Impl* m_pDataContainer ; ///< impl. data container as dynamic pointer for smaller memory requirements! static SvtSlideSorterBarOptions_Impl* m_pDataContainer ;
static sal_Int32 m_nRefCount ; ///< internal ref count mechanism static sal_Int32 m_nRefCount ;
}; };
......
...@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtToolPanelOptions: public utl::detail::Options ...@@ -89,8 +89,8 @@ class SVT_DLLPUBLIC SvtToolPanelOptions: public utl::detail::Options
\li and unresolved externals exist at linking time. \li and unresolved externals exist at linking time.
Do it in your source only. Do it in your source only.
*/ */
static SvtToolPanelOptions_Impl* m_pDataContainer; ///< impl. data container as dynamic pointer for smaller memory requirements! static SvtToolPanelOptions_Impl* m_pDataContainer;
static sal_Int32 m_nRefCount; ///< internal ref count mechanism static sal_Int32 m_nRefCount;
}; };
......
...@@ -244,9 +244,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op ...@@ -244,9 +244,6 @@ class UNOTOOLS_DLLPUBLIC SAL_WARN_UNUSED SvtViewOptions : public utl::detail::Op
EViewType m_eViewType; EViewType m_eViewType;
OUString m_sViewName; OUString m_sViewName;
/// - impl. data container as dynamic pointer for smaller memory requirements!
/// - internal ref count mechanism
/*Attention /*Attention
Don't initialize these static member in these header! 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