summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/svx/svxdlg.hxx2
-rw-r--r--include/vcl/button.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svxdlg.hxx b/include/svx/svxdlg.hxx
index 6ec31bef4251..5882adb9f4fd 100644
--- a/include/svx/svxdlg.hxx
+++ b/include/svx/svxdlg.hxx
@@ -90,7 +90,7 @@ class AbstractSpellDialog : public VclAbstractDialog
virtual SfxBindings& GetBindings() = 0;
};
-typedef long (*PLinkStub)( void*, void* );
+typedef sal_IntPtr (*PLinkStub)( void*, void* );
class AbstractSearchProgress :public VclAbstractRefreshableDialog
{
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx
index 5fb4e13270f8..ee9ea29d8aff 100644
--- a/include/vcl/button.hxx
+++ b/include/vcl/button.hxx
@@ -93,7 +93,7 @@ public:
protected:
/// Handler for click, in case we want the button to handle uno commands (.uno:Something).
- static long dispatchCommandHandler(void *, void *pCaller);
+ static sal_IntPtr dispatchCommandHandler(void *, void *pCaller);
};