diff options
Diffstat (limited to 'include/dbaccess/IController.hxx')
-rw-r--r-- | include/dbaccess/IController.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbaccess/IController.hxx b/include/dbaccess/IController.hxx index 6bc22d9d75e5..87679fcd54eb 100644 --- a/include/dbaccess/IController.hxx +++ b/include/dbaccess/IController.hxx @@ -115,7 +115,7 @@ namespace dbaui the controller does not have an own model. */ virtual ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController > - getXController(void) throw( ::com::sun::star::uno::RuntimeException ) = 0; + getXController() throw( ::com::sun::star::uno::RuntimeException ) = 0; /** allows interception of user input, aka mouse clicks and key events */ |