summaryrefslogtreecommitdiff
path: root/svx/source/inc/tbxform.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-12 14:46:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-12 14:46:55 +0200
commit03d92f1ca38aa3873158ddec86ad8beebaf928bb (patch)
treebc5539dfeaf633e0a444cdaef143baab0b6f375b /svx/source/inc/tbxform.hxx
parente333adb1ff0ffc36a78e50dc4061c1dfb0593d71 (diff)
svx: sal_Bool -> bool
Change-Id: I5b9b730d7060ec146ed0f54c7fe7eb0ca09f7d9c
Diffstat (limited to 'svx/source/inc/tbxform.hxx')
-rw-r--r--svx/source/inc/tbxform.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/inc/tbxform.hxx b/svx/source/inc/tbxform.hxx
index 8640b7d478cb..adb279fa5c9a 100644
--- a/svx/source/inc/tbxform.hxx
+++ b/svx/source/inc/tbxform.hxx
@@ -38,7 +38,7 @@ public:
virtual void LoseFocus() SAL_OVERRIDE;
protected:
- virtual void FirePosition( sal_Bool _bForce );
+ virtual void FirePosition( bool _bForce );
};