diff options
Diffstat (limited to 'reportdesign/inc')
-rw-r--r-- | reportdesign/inc/RptDef.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reportdesign/inc/RptDef.hxx b/reportdesign/inc/RptDef.hxx index 01cea68a878c..ed4fba1721dc 100644 --- a/reportdesign/inc/RptDef.hxx +++ b/reportdesign/inc/RptDef.hxx @@ -73,7 +73,7 @@ enum class ControlModification HEIGHT_GREATEST = 10, }; -class AnyConverter : public ::std::binary_function< OUString,css::uno::Any,css::uno::Any > +class AnyConverter { public: virtual ~AnyConverter(){} |