From ef1dee86ea7b4d5928033285c19e7410870147f3 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 2 Aug 2004 09:14:06 +0000 Subject: INTEGRATION: CWS formatpaintbrush02 (1.13.66); FILE MERGED 2004/07/15 18:36:26 nn 1.13.66.1: #i20119# format paint brush handling --- sc/source/ui/view/cellsh3.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/source/ui/view/cellsh3.cxx') diff --git a/sc/source/ui/view/cellsh3.cxx b/sc/source/ui/view/cellsh3.cxx index 72a149d44e5a..d4b7fa6302f6 100644 --- a/sc/source/ui/view/cellsh3.cxx +++ b/sc/source/ui/view/cellsh3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cellsh3.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2004-06-04 11:58:22 $ + * last change: $Author: kz $ $Date: 2004-08-02 10:14:06 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -904,6 +904,8 @@ void ScCellShell::Execute( SfxRequest& rReq ) { if (GetViewData()->HasEditView(GetViewData()->GetActivePart())) pScMod->InputCancelHandler(); + else if (pTabViewShell->HasPaintBrush()) + pTabViewShell->ResetBrushDocument(); // abort format paint brush else if (pTabViewShell->HasHintWindow()) pTabViewShell->RemoveHintWindow(); // Eingabemeldung abschalten else -- cgit