summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/sdruler.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 17:24:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-08-02 17:24:16 +0000
commit3fac1592069357ba7c757d11fdc039d05dd24d3f (patch)
tree0dac02fef46ef51b503c0f009499110552024bde /sd/source/ui/view/sdruler.cxx
parent5ada76f95aea27a3822aa905288514f71a1435b7 (diff)
INTEGRATION: CWS impress123 (1.6.134); FILE MERGED
2007/07/04 11:00:08 cl 1.6.134.1: #i78462# removed dead Mac OS System 9 code
Diffstat (limited to 'sd/source/ui/view/sdruler.cxx')
-rw-r--r--sd/source/ui/view/sdruler.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/view/sdruler.cxx b/sd/source/ui/view/sdruler.cxx
index 7a802b800d57..cb0a95349446 100644
--- a/sd/source/ui/view/sdruler.cxx
+++ b/sd/source/ui/view/sdruler.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sdruler.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kz $ $Date: 2006-12-12 19:19:51 $
+ * last change: $Author: hr $ $Date: 2007-08-02 18:24:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -219,10 +219,6 @@ void Ruler::Command(const CommandEvent& rCEvt)
if( rCEvt.GetCommand() == COMMAND_CONTEXTMENU &&
!pDrViewShell->GetView()->IsTextEdit() )
{
-#ifdef MAC
- pDrViewShell->GetView()->BrkAction(); // Aktion wieder abbrechen
-#endif
-
SvxRuler::Command( rCEvt );
}
}