summaryrefslogtreecommitdiff
path: root/sd/source/ui/func/sdundogr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/func/sdundogr.cxx')
-rw-r--r--sd/source/ui/func/sdundogr.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/func/sdundogr.cxx b/sd/source/ui/func/sdundogr.cxx
index 6d3550965a7c..427c2b0571f1 100644
--- a/sd/source/ui/func/sdundogr.cxx
+++ b/sd/source/ui/func/sdundogr.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -64,14 +64,14 @@ BOOL SdUndoGroup::Merge( SfxUndoAction* pNextAction )
if( pNextAction && pNextAction->ISA( SdUndoAction ) )
{
SdUndoAction* pClone = static_cast< SdUndoAction* >( pNextAction )->Clone();
-
+
if( pClone )
{
AddAction( pClone );
bRet = TRUE;
}
}
-
+
return bRet;
}