vcl/source/control/ivctrl.cxx |   12 ------------
 1 file changed, 12 deletions(-)

New commits:
commit 166447334270584cda49f069e13430d320eb4907
Author:     Christopher Sherlock <chris.sherloc...@gmail.com>
AuthorDate: Mon Dec 23 17:52:54 2024 +1100
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Sun Feb 2 07:24:20 2025 +0100

    vcl: remove unnecessary comments
    
    Change-Id: I38f26fea85b3af7e52db81863c967bd689ee059a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/179206
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx
index 533b8026ef91..383cbb31dad3 100644
--- a/vcl/source/control/ivctrl.cxx
+++ b/vcl/source/control/ivctrl.cxx
@@ -48,12 +48,6 @@ void collectUIInformation( const OUString& aID, const 
OUString& aPos)
 }
 }
 
-/*****************************************************************************
-|
-| class : SvxIconChoiceCtrlEntry
-|
-\*****************************************************************************/
-
 SvxIconChoiceCtrlEntry::SvxIconChoiceCtrlEntry( OUString _aText,
                                                 Image _aImage )
     : aImage(std::move(_aImage))
@@ -69,12 +63,6 @@ OUString SvxIconChoiceCtrlEntry::GetDisplayText() const
     return MnemonicGenerator::EraseAllMnemonicChars( aText );
 }
 
-/*****************************************************************************
-|
-| class : SvtIconChoiceCtrl
-|
-\*****************************************************************************/
-
 SvtIconChoiceCtrl::SvtIconChoiceCtrl( vcl::Window* pParent, WinBits nWinStyle 
) :
 
      // WB_CLIPCHILDREN on, as ScrollBars lie on the window!

Reply via email to