diff options
Diffstat (limited to 'include/svx/svxdlg.hxx')
-rw-r--r-- | include/svx/svxdlg.hxx | 2 |
1 files changed, 1 insertions, 1 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 { |