summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/resultsetbase.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/resultsetbase.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
index 525cc975fc47..0bee13306e1e 100644
--- a/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
+++ b/xmlhelp/source/cxxhelp/provider/resultsetbase.cxx
@@ -436,14 +436,14 @@ public:
{
}
- void SAL_CALL acquire( void )
+ void SAL_CALL acquire()
throw() SAL_OVERRIDE
{
OWeakObject::acquire();
}
- void SAL_CALL release( void )
+ void SAL_CALL release()
throw() SAL_OVERRIDE
{
OWeakObject::release();