summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx b/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx
index b633b1f3f5ca..0883b7d39af1 100644
--- a/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx
+++ b/sd/source/ui/slidesorter/inc/view/SlsToolTip.hxx
@@ -77,12 +77,12 @@ private:
model::SharedPageDescriptor mpDescriptor;
::rtl::OUString msDefaultHelpText;
::rtl::OUString msCurrentHelpText;
- ULONG mnHelpWindowHandle;
+ sal_uLong mnHelpWindowHandle;
Timer maTimer;
/** Request to show the tool tip.
@param bForce
- When <TRUE/> then the tool tip is show right away. Otherwise it
+ When <sal_True/> then the tool tip is show right away. Otherwise it
is shown after a short delay.
*/
void Show (const bool bForce);