summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/dbdocimp.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-01-29 14:41:00 +0000
committerRüdiger Timm <rt@openoffice.org>2008-01-29 14:41:00 +0000
commit93c48108330ccc878c7ba5e7c2a1e7845ce2e0e7 (patch)
treeff64fa45ddc9345a191ac1de8b06d2717b1c0aad /sc/source/ui/docshell/dbdocimp.cxx
parent83b356ed5c55a5d2586fc883332c421eade68380 (diff)
INTEGRATION: CWS dr58_SRC680 (1.22.178); FILE MERGED
2007/12/14 10:51:00 nn 1.22.178.1: #i84560# braces for gcc 4.2.1 warnings (patch fom hub)
Diffstat (limited to 'sc/source/ui/docshell/dbdocimp.cxx')
-rw-r--r--sc/source/ui/docshell/dbdocimp.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/dbdocimp.cxx b/sc/source/ui/docshell/dbdocimp.cxx
index 1387252b8b84..b3342f2466b6 100644
--- a/sc/source/ui/docshell/dbdocimp.cxx
+++ b/sc/source/ui/docshell/dbdocimp.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: dbdocimp.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: obo $ $Date: 2007-03-05 14:44:36 $
+ * last change: $Author: rt $ $Date: 2008-01-29 15:41:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,7 +118,9 @@ void ScDBDocFunc::ShowInBeamer( const ScImportParam& rParam, SfxViewFrame* pFram
xControllerSelection->select(uno::makeAny(aSelection.createPropertyValueSequence()));
}
else
+ {
DBG_ERROR("no selection supplier in the beamer!");
+ }
}
}