summaryrefslogtreecommitdiff
path: root/basic/inc/sbprop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/inc/sbprop.hxx')
-rw-r--r--basic/inc/sbprop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/sbprop.hxx b/basic/inc/sbprop.hxx
index 20126eaaa25b..83347e5622aa 100644
--- a/basic/inc/sbprop.hxx
+++ b/basic/inc/sbprop.hxx
@@ -56,7 +56,7 @@ public:
{}
TYPEINFO_OVERRIDE();
- bool isSet( void )
+ bool isSet()
{ return mbSet; }
void setSet( bool bSet )
{ mbSet = bSet; }