[Libreoffice-commits] core.git: include/framework include/svtools include/unotools

Tor Lillqvist tml at collabora.com
Sun Apr 6 10:24:51 PDT 2014


 include/framework/addonsoptions.hxx     |    4 ++--
 include/svtools/menuoptions.hxx         |    4 ++--
 include/svtools/miscopt.hxx             |    4 ++--
 include/svtools/optionsdrawinglayer.hxx |    4 ++--
 include/svtools/printoptions.hxx        |    8 ++++----
 include/svtools/slidesorterbaropt.hxx   |    4 ++--
 include/svtools/toolpanelopt.hxx        |    4 ++--
 include/unotools/viewoptions.hxx        |    3 ---
 8 files changed, 16 insertions(+), 19 deletions(-)

New commits:
commit 6d27b176fba61653e74f4179451308b9a7a889a8
Author: Tor Lillqvist <tml at collabora.com>
Date:   Sun Apr 6 20:24:02 2014 +0300

    Bin copy-pasta comments of low informative value
    
    Change-Id: Ib9ddc516636d2150101c40ee3f249c7511bcb375

diff --git a/include/framework/addonsoptions.hxx b/include/framework/addonsoptions.hxx
index 3a79fce..b52db41 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 917915d..f7af595 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 e9c6fada6..13d92d4 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 ccc7a44..d217735 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 4e39946..bf281aa 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 01124c8..67d1225 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 89aad61..d261465 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 4735473..aece9ca 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!


More information about the Libreoffice-commits mailing list