summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpitemdata.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-03-12 22:09:36 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-13 00:18:34 -0400
commit307bfa235b40f013f6c5fda30aced14957b62dd7 (patch)
tree593c5cd6df736da2026b2e69e0bf7336d254cc9d /sc/source/core/data/dpitemdata.cxx
parent794f4e23290c8346b8e0ba2a2267a0eb2e745885 (diff)
Forgot to add break here...
Diffstat (limited to 'sc/source/core/data/dpitemdata.cxx')
-rw-r--r--sc/source/core/data/dpitemdata.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/dpitemdata.cxx b/sc/source/core/data/dpitemdata.cxx
index dd370ca41fba..43c01cbcb096 100644
--- a/sc/source/core/data/dpitemdata.cxx
+++ b/sc/source/core/data/dpitemdata.cxx
@@ -278,6 +278,7 @@ void ScDPItemData::Dump(const char* msg) const
break;
case RangeStart:
printf("range start: %g\n", mfValue);
+ break;
default:
printf("unknown type\n");
}