diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-25 20:41:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-26 07:50:46 -0600 |
commit | 7d99ec7f7ec095dfa0d203f5eb43bab0e69256be (patch) | |
tree | 0fbe4279986d6b3d9a28c602e8e433632cd6d5a0 /starmath/source/view.cxx | |
parent | 35e44118b8e55b2263bd10e8b11d9ac4e043228b (diff) |
Remove visual noise from starmath
Change-Id: I45a716abba68521c5ebc203eed205e717efead7b
Reviewed-on: https://gerrit.libreoffice.org/8315
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index f7e51242bc28..e6f6add3c627 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -90,7 +90,7 @@ using namespace com::sun::star; using namespace com::sun::star::accessibility; using namespace com::sun::star::uno; -////////////////////////////////////////////////////////////////////// + SmGraphicWindow::SmGraphicWindow(SmViewShell* pShell): ScrollableWindow(&pShell->GetViewFrame()->GetWindow(), 0), @@ -159,10 +159,10 @@ void SmGraphicWindow::MouseButtonDown(const MouseEvent& rMEvt) GrabFocus(); - // + // set formula-cursor and selection of edit window according to the // position clicked at - // + SAL_WARN_IF( rMEvt.GetClicks() == 0, "starmath", "0 clicks" ); if ( rMEvt.IsLeft() ) { @@ -817,7 +817,7 @@ IMPL_LINK( SmCmdBoxWindow, InitialFocusTimerHdl, Timer *, EMPTYARG /*pTimer*/ ) // to allow for immediate typing. // Problem: There is no proper way to do this // Thus: this timer based soultion has been implemented (see GrabFocus below) - // + // Follow-up problem (#i114910): grabing the focus may bust the help system since // it relies on getting the current frame which conflicts with grabbing the focus. // Thus aside from the 'GrabFocus' call everything else is to get the |