summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/unslsel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unslsel.hxx')
-rw-r--r--sd/source/ui/inc/unslsel.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/inc/unslsel.hxx b/sd/source/ui/inc/unslsel.hxx
index 084049f86c07..5085bf25ed27 100644
--- a/sd/source/ui/inc/unslsel.hxx
+++ b/sd/source/ui/inc/unslsel.hxx
@@ -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
@@ -43,11 +43,11 @@ public:
: SdUndoAction(pTheDoc),
pOldOrder(pOld),
pNewOrder(pNew) {}
- virtual ~SlideSelectionUndoAction() {}
+ virtual ~SlideSelectionUndoAction() {}
virtual void Undo();
virtual void Redo();
};
-#endif // _SD_UNSLSEL_HXX
+#endif // _SD_UNSLSEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */