summaryrefslogtreecommitdiff
path: root/sfx2/source/menu
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 20:34:55 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 08:12:10 -0600
commitc7c40687f6d1e0f155dde44d8803a2e957797c08 (patch)
tree20e6807f1ded95c85d3477f8951caa62f352e954 /sfx2/source/menu
parentff0562fa4f7d8b7aceca16771d84db87d3f19756 (diff)
Remove visual noise from sfx2
Change-Id: I0f556a386ce64d154b695c2a35f808c94b9f0b7a Reviewed-on: https://gerrit.libreoffice.org/8310 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/menu')
-rw-r--r--sfx2/source/menu/mnuitem.cxx2
-rw-r--r--sfx2/source/menu/virtmenu.cxx6
2 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/menu/mnuitem.cxx b/sfx2/source/menu/mnuitem.cxx
index aba877d15448..56901f794d4d 100644
--- a/sfx2/source/menu/mnuitem.cxx
+++ b/sfx2/source/menu/mnuitem.cxx
@@ -66,7 +66,7 @@ using namespace ::com::sun::star::frame;
using namespace ::com::sun::star::beans;
using namespace ::com::sun::star::util;
-//====================================================================
+
// binds the instance to the specified id and assignes the title
diff --git a/sfx2/source/menu/virtmenu.cxx b/sfx2/source/menu/virtmenu.cxx
index c728b471fc9f..9309f6b94884 100644
--- a/sfx2/source/menu/virtmenu.cxx
+++ b/sfx2/source/menu/virtmenu.cxx
@@ -110,7 +110,7 @@ void SfxMenuImageControl_Impl::Update()
}
}
-//=========================================================================
+
static Image RetrieveAddOnImage( Reference< com::sun::star::frame::XFrame >& rFrame,
const OUString& aImageId,
@@ -134,7 +134,7 @@ static Image RetrieveAddOnImage( Reference< com::sun::star::frame::XFrame >& rFr
return aImage;
}
-//=========================================================================
+
/* This helper function checks whether a Slot-id in the current application
status is visible or not. This relates to the application status to see
@@ -153,7 +153,7 @@ sal_Bool IsItemHidden_Impl( sal_uInt16 nItemId, int bOleServer, int bMac )
( nItemId == SID_EXITANDRETURN || nItemId == SID_UPDATEDOC ) );
}
-//====================================================================
+
void SfxVirtualMenu::Construct_Impl()
{