summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpdimsave.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-03-06 01:55:29 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-03-09 11:13:32 -0500
commit9c0c38d6b955909825959aef1010c659cb7591c2 (patch)
tree696603c55610ee3da63fde11a18de9bdfc2cd8a1 /sc/source/core/data/dpdimsave.cxx
parent5e7daf4ab990c4719332e1c6df06cc477bdb3631 (diff)
Removed most of my debug statements.
Diffstat (limited to 'sc/source/core/data/dpdimsave.cxx')
-rw-r--r--sc/source/core/data/dpdimsave.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/core/data/dpdimsave.cxx b/sc/source/core/data/dpdimsave.cxx
index 8bcb37e92323..c8ddaff2e624 100644
--- a/sc/source/core/data/dpdimsave.cxx
+++ b/sc/source/core/data/dpdimsave.cxx
@@ -351,9 +351,6 @@ ScDPSaveNumGroupDimension::~ScDPSaveNumGroupDimension()
void ScDPSaveNumGroupDimension::AddToData( ScDPGroupTableData& rData ) const
{
- stack_printer __stack_printer__("ScDPSaveNumGroupDimension::AddToData");
- fprintf(stdout, "ScDPSaveNumGroupDimension::AddToData: dim name = '%s'\n",
- rtl::OUStringToOString(aDimensionName, RTL_TEXTENCODING_UTF8).getStr());
long nSource = rData.GetDimensionIndex( aDimensionName );
if ( nSource >= 0 )
{