diff options
Diffstat (limited to 'uui/source/iahndl.cxx')
-rw-r--r-- | uui/source/iahndl.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index cae3bf9f732e..afbc211160aa 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -146,7 +146,7 @@ UUIInteractionHelper::~UUIInteractionHelper() { } -long +sal_IntPtr UUIInteractionHelper::handlerequest( void* pHandleData, void* pInteractionHelper) { @@ -191,7 +191,7 @@ UUIInteractionHelper::handleRequest( } } -long +sal_IntPtr UUIInteractionHelper::getstringfromrequest( void* pHandleData,void* pInteractionHelper) { |