summaryrefslogtreecommitdiff
path: root/sd/source/ui/framework/tools/FrameworkHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/framework/tools/FrameworkHelper.cxx')
-rwxr-xr-xsd/source/ui/framework/tools/FrameworkHelper.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/framework/tools/FrameworkHelper.cxx b/sd/source/ui/framework/tools/FrameworkHelper.cxx
index 8c325ff202af..618919dc32f5 100755
--- a/sd/source/ui/framework/tools/FrameworkHelper.cxx
+++ b/sd/source/ui/framework/tools/FrameworkHelper.cxx
@@ -654,10 +654,10 @@ ViewShell::ShellType FrameworkHelper::GetViewId (const rtl::OUString& rsViewURL)
void FrameworkHelper::HandleModeChangeSlot (
- ULONG nSlotId,
+ sal_uLong nSlotId,
SfxRequest& rRequest)
{
- BOOL bIsActive = TRUE;
+ sal_Bool bIsActive = sal_True;
if ( ! mxConfigurationController.is())
return;
@@ -676,8 +676,8 @@ void FrameworkHelper::HandleModeChangeSlot (
SFX_REQUEST_ARG (rRequest,
pIsActive,
SfxBoolItem,
- (USHORT)nSlotId,
- FALSE);
+ (sal_uInt16)nSlotId,
+ sal_False);
bIsActive = pIsActive->GetValue ();
}
}