summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabvwshb.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:52:00 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-01-29 14:52:00 +0000
commite70f25add85c9fca4411e5e792a843aee67278a0 (patch)
tree3f2cb1712408915f662581224f84c460bd3dc8df /sc/source/ui/view/tabvwshb.cxx
parentaf5b743a5e30b11faadd1bd8cb8156f6f691a96d (diff)
INTEGRATION: CWS dr58_SRC680 (1.36.40); FILE MERGED
2007/12/14 10:51:03 nn 1.36.40.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/ui/view/tabvwshb.cxx')
-rw-r--r--sc/source/ui/view/tabvwshb.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/view/tabvwshb.cxx b/sc/source/ui/view/tabvwshb.cxx
index 5f71b4c5fe47..196a21dd70cc 100644
--- a/sc/source/ui/view/tabvwshb.cxx
+++ b/sc/source/ui/view/tabvwshb.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tabvwshb.cxx,v $
*
- * $Revision: 1.36 $
+ * $Revision: 1.37 $
*
- * last change: $Author: kz $ $Date: 2007-09-06 14:21:58 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:52:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -260,7 +260,9 @@ ErrCode __EXPORT ScTabViewShell::DoVerb(long nVerb)
ActivateObject( pOle2Obj, nVerb );
}
else
+ {
DBG_ERROR("kein Objekt fuer Verb gefunden");
+ }
return nErr;
}