summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gio/gio_seekable.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/gio/gio_seekable.hxx')
-rw-r--r--ucb/source/ucp/gio/gio_seekable.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/gio/gio_seekable.hxx b/ucb/source/ucp/gio/gio_seekable.hxx
index 5e7a3c45533a..ea93781c05f2 100644
--- a/ucb/source/ucp/gio/gio_seekable.hxx
+++ b/ucb/source/ucp/gio/gio_seekable.hxx
@@ -45,8 +45,8 @@ public:
// XInterface
virtual com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type & type )
throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
- virtual void SAL_CALL acquire( void ) throw () SAL_OVERRIDE { OWeakObject::acquire(); }
- virtual void SAL_CALL release( void ) throw() SAL_OVERRIDE { OWeakObject::release(); }
+ virtual void SAL_CALL acquire() throw () SAL_OVERRIDE { OWeakObject::acquire(); }
+ virtual void SAL_CALL release() throw() SAL_OVERRIDE { OWeakObject::release(); }
// XSeekable
virtual void SAL_CALL seek( sal_Int64 location )
@@ -63,7 +63,7 @@ public:
::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
// XTruncate
- virtual void SAL_CALL truncate( void )
+ virtual void SAL_CALL truncate()
throw( com::sun::star::io::IOException,
com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
};