summaryrefslogtreecommitdiff
path: root/svx/source/dialog/srchctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/srchctrl.hxx')
-rw-r--r--svx/source/dialog/srchctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/srchctrl.hxx b/svx/source/dialog/srchctrl.hxx
index 107280743ba6..6320ddeb8420 100644
--- a/svx/source/dialog/srchctrl.hxx
+++ b/svx/source/dialog/srchctrl.hxx
@@ -40,10 +40,10 @@ class SvxSearchController : public SfxControllerItem
SvxSearchDialog& rSrchDlg;
protected:
- virtual void StateChanged( USHORT, SfxItemState, const SfxPoolItem* pState );
+ virtual void StateChanged( sal_uInt16, SfxItemState, const SfxPoolItem* pState );
public:
- SvxSearchController( USHORT nId, SfxBindings& rBnd, SvxSearchDialog& rDlg );
+ SvxSearchController( sal_uInt16 nId, SfxBindings& rBnd, SvxSearchDialog& rDlg );
};