diff options
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationList.hxx')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/animations/CustomAnimationList.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/animations/CustomAnimationList.hxx b/sd/source/ui/animations/CustomAnimationList.hxx index f8cb482f1..24ef25eae 100644..100755 --- a/sd/source/ui/animations/CustomAnimationList.hxx +++ b/sd/source/ui/animations/CustomAnimationList.hxx @@ -45,7 +45,7 @@ class ICustomAnimationListController public: virtual void onSelect() = 0; virtual void onDoubleClick() = 0; - virtual void onContextMenu( USHORT nSelectedPopupEntry ) = 0; + virtual void onContextMenu( sal_uInt16 nSelectedPopupEntry ) = 0; virtual ~ICustomAnimationListController() {} }; @@ -76,12 +76,12 @@ public: // overrides virtual void SelectHdl(); - virtual BOOL DoubleClickHdl(); + virtual sal_Bool DoubleClickHdl(); virtual void Paint( const Rectangle& rRect ); virtual PopupMenu* CreateContextMenu( void ); - virtual void ExcecuteContextMenuAction( USHORT nSelectedPopupEntry ); + virtual void ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ); virtual void KeyInput( const KeyEvent& rKEvt ); @@ -89,7 +89,7 @@ public: virtual void notify_change(); - const Image& getImage( USHORT nId ); + const Image& getImage( sal_uInt16 nId ); bool isExpanded( const CustomAnimationEffectPtr& pEffect ) const; |