summaryrefslogtreecommitdiff
path: root/forms/source/component/ImageButton.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-15 15:06:45 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-15 15:06:45 +0200
commitf5e617a6e455fdf68afd2122dde90a111cbd5ebe (patch)
tree6f165ddf44b9798bd19929049d7bd6408faaf27d /forms/source/component/ImageButton.cxx
parent8270808946bf8d4452a73a6b8226c85142043956 (diff)
forms: sal_Bool -> bool
Change-Id: If69785c37c6c9cd175e149f10bd5497de26a120c
Diffstat (limited to 'forms/source/component/ImageButton.cxx')
-rw-r--r--forms/source/component/ImageButton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/ImageButton.cxx b/forms/source/component/ImageButton.cxx
index 36f7c662cbca..868c41d6a99c 100644
--- a/forms/source/component/ImageButton.cxx
+++ b/forms/source/component/ImageButton.cxx
@@ -211,7 +211,7 @@ void OImageButtonControl::mousePressed(const awt::MouseEvent& e) throw ( ::com::
// Sonst nicht. Dann darf man aber auf keinen Fal die Listener
// benachrichtigen, auch dann nicht, wenn er spaeter hinzukommt.
aGuard.clear();
- actionPerformed_Impl( sal_False, e );
+ actionPerformed_Impl( false, e );
}
}