This patch removes bogus comments found in the tmplctrl.cxx file
Signed-off-by: Prashant Shah <pshah.mumbai@gmail.com>
---
sw/source/ui/utlui/tmplctrl.cxx | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/sw/source/ui/utlui/tmplctrl.cxx b/sw/source/ui/utlui/tmplctrl.cxx
index 2c7c9ef..91eeb97 100644
--- a/sw/source/ui/utlui/tmplctrl.cxx
+++ b/sw/source/ui/utlui/tmplctrl.cxx
@@ -28,9 +28,6 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_sw.hxx"
-// include ---------------------------------------------------------------
-
-
#include <svl/style.hxx>
#include <vcl/menu.hxx>
#include <svl/stritem.hxx>
@@ -47,7 +44,6 @@
// STATIC DATA -----------------------------------------------------------
-
SFX_IMPL_STATUSBAR_CONTROL( SwTemplateControl, SfxStringItem );
// class TemplatePopup_Impl --------------------------------------------------
@@ -65,16 +61,12 @@ private:
virtual void Select();
};
-// -----------------------------------------------------------------------
-
TemplatePopup_Impl::TemplatePopup_Impl() :
PopupMenu(),
nCurId(USHRT_MAX)
{
}
-// -----------------------------------------------------------------------
-
void TemplatePopup_Impl::Select()
{
nCurId = GetCurItemId();
@@ -89,14 +81,10 @@ SwTemplateControl::SwTemplateControl( USHORT _nSlotId,
{
}
-// -----------------------------------------------------------------------
-
SwTemplateControl::~SwTemplateControl()
{
}
-// -----------------------------------------------------------------------
-
void SwTemplateControl::StateChanged(
USHORT /*nSID*/, SfxItemState eState, const SfxPoolItem* pState )
{
@@ -109,15 +97,11 @@ void SwTemplateControl::StateChanged(
}
}
-// -----------------------------------------------------------------------
-
void SwTemplateControl::Paint( const UserDrawEvent& )
{
GetStatusBar().SetItemText( GetId(), sTemplate );
}
-// -----------------------------------------------------------------------
-
void SwTemplateControl::Command( const CommandEvent& rCEvt )
{
if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU &&
Context
- [Libreoffice] [PATCH 01/16] Cleanup: remove bogus comments (continued)
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.