From 94d85ef550ad17efba5dec09290d0e8176a8b455 Mon Sep 17 00:00:00 2001 From: Mikhail Voytenko Date: Mon, 10 Jan 2011 16:11:35 +0100 Subject: removetooltypes01: #i112600# remove tooltypes from svx --- svx/source/engine3d/e3dundo.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'svx/source/engine3d/e3dundo.cxx') diff --git a/svx/source/engine3d/e3dundo.cxx b/svx/source/engine3d/e3dundo.cxx index 6c9a541b8c7c..97658f4dcd68 100644 --- a/svx/source/engine3d/e3dundo.cxx +++ b/svx/source/engine3d/e3dundo.cxx @@ -52,9 +52,9 @@ E3dUndoAction::~E3dUndoAction () |* Repeat gibt es nicht |* \************************************************************************/ -BOOL E3dUndoAction::CanRepeat(SfxRepeatTarget&) const +sal_Bool E3dUndoAction::CanRepeat(SfxRepeatTarget&) const { - return FALSE; + return sal_False; } /************************************************************************/ @@ -116,7 +116,7 @@ E3dAttributesUndoAction::E3dAttributesUndoAction( SdrModel &rModel, E3dObject* pInObject, const SfxItemSet& rNewSet, const SfxItemSet& rOldSet, - BOOL bUseSubObj) + sal_Bool bUseSubObj) : SdrUndoAction( rModel ), pObject ( pInObject ), pView ( p3dView ), @@ -164,9 +164,9 @@ void E3dAttributesUndoAction::Redo() |* Mehrfaches Undo nicht moeglich |* \************************************************************************/ -BOOL E3dAttributesUndoAction::CanRepeat(SfxRepeatTarget& /*rView*/) const +sal_Bool E3dAttributesUndoAction::CanRepeat(SfxRepeatTarget& /*rView*/) const { - return FALSE; + return sal_False; } /************************************************************************* -- cgit