summaryrefslogtreecommitdiff
path: root/forms/source/xforms/propertysetbase.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-06-29 09:41:35 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-06-29 09:41:35 +0200
commit9503a69514460ccf56cf570e04236b001da13f22 (patch)
treea14187788bfda50668a149d4cc3719a67fc80dcd /forms/source/xforms/propertysetbase.hxx
parent50bf96d31ab2eb546f6c71cc93c1fa5dd4bf3044 (diff)
Remove unused template parameter
Change-Id: I3b1f54f88351512cbe2e555f9ca9c1c0dcc2c098
Diffstat (limited to 'forms/source/xforms/propertysetbase.hxx')
-rw-r--r--forms/source/xforms/propertysetbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/propertysetbase.hxx b/forms/source/xforms/propertysetbase.hxx
index eb93d482526a..8563f0b9160c 100644
--- a/forms/source/xforms/propertysetbase.hxx
+++ b/forms/source/xforms/propertysetbase.hxx
@@ -124,7 +124,7 @@ public:
/** helper class for implementing non-UNO accessors to a boolean property
*/
-template< typename CLASS, typename DUMMY >
+template< typename CLASS >
class BooleanPropertyAccessor
:public GenericPropertyAccessor < CLASS
, bool