summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh3.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-02 09:14:06 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-02 09:14:06 +0000
commitef1dee86ea7b4d5928033285c19e7410870147f3 (patch)
tree04a777084e86ed4dfe8da3387e85f1f01845a87b /sc/source/ui/view/cellsh3.cxx
parent7b10989a00092c7cc27b8ea0719882a98146f8c0 (diff)
INTEGRATION: CWS formatpaintbrush02 (1.13.66); FILE MERGED
2004/07/15 18:36:26 nn 1.13.66.1: #i20119# format paint brush handling
Diffstat (limited to 'sc/source/ui/view/cellsh3.cxx')
-rw-r--r--sc/source/ui/view/cellsh3.cxx6
1 files changed, 4 insertions, 2 deletions
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