summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-03-02 13:50:43 +0200
committerNoel Grandin <noel@peralex.com>2015-03-19 10:45:00 +0200
commit5133b27e638140ba574016b33dae70ca92edc323 (patch)
tree8c113b072c017a2beb6b96fa144c7ccb399373f5 /sfx2/source/statbar
parent062e40c76bcab664907737feace74f134a25c29c (diff)
loplugin:constantfunction: sfx2
Change-Id: I7b4c18b1f9644048f506fc1b1d1fb8c8c590ea7f
Diffstat (limited to 'sfx2/source/statbar')
-rw-r--r--sfx2/source/statbar/stbitem.cxx30
1 files changed, 0 insertions, 30 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx
index a69e3c3db5c2..ee16671f3944 100644
--- a/sfx2/source/statbar/stbitem.cxx
+++ b/sfx2/source/statbar/stbitem.cxx
@@ -415,8 +415,6 @@ throw ( uno::RuntimeException, std::exception )
void SAL_CALL SfxStatusBarControl::doubleClick( const awt::Point& )
throw ( uno::RuntimeException, std::exception )
{
- SolarMutexGuard aGuard;
- DoubleClick();
}
@@ -512,7 +510,6 @@ bool SfxStatusBarControl::MouseMove( const MouseEvent & )
}
-
bool SfxStatusBarControl::MouseButtonUp( const MouseEvent & )
/* [Description]
@@ -570,21 +567,6 @@ void SfxStatusBarControl::Click()
-void SfxStatusBarControl::DoubleClick()
-
-/* [Description]
-
- This virtual method is called when the user double-clicks on the
- field in the status row that belongs to this control.
-
- The default implementation is empty.
-*/
-
-{
-}
-
-
-
void SfxStatusBarControl::Paint
(
const UserDrawEvent& /* Reference to an UserDrawEvent */
@@ -605,18 +587,6 @@ void SfxStatusBarControl::Paint
-void SfxStatusBarControl::CaptureMouse()
-{
-}
-
-
-
-void SfxStatusBarControl::ReleaseMouse()
-{
-}
-
-
-
SfxStatusBarControl* SfxStatusBarControl::CreateControl
(
sal_uInt16 nSlotID,