summaryrefslogtreecommitdiff
path: root/sc/source/ui/cctrl
diff options
context:
space:
mode:
authorKohei Yoshida <kohei@openoffice.org>2009-08-22 04:04:35 +0000
committerKohei Yoshida <kohei@openoffice.org>2009-08-22 04:04:35 +0000
commitfd7c4e6b7c51ccb702bb7b383ad14d573ebb3a48 (patch)
treec6601da762cc63d314991bafb0d48278f030f446 /sc/source/ui/cctrl
parentf379d876d1a4894bd9767640c2329ba44f0e4820 (diff)
forgot to remove debug statement.
Diffstat (limited to 'sc/source/ui/cctrl')
-rw-r--r--sc/source/ui/cctrl/dpcontrol.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/cctrl/dpcontrol.cxx b/sc/source/ui/cctrl/dpcontrol.cxx
index ce45f0c1b504..ca3d5d3d93ae 100644
--- a/sc/source/ui/cctrl/dpcontrol.cxx
+++ b/sc/source/ui/cctrl/dpcontrol.cxx
@@ -1240,8 +1240,6 @@ void ScDPFieldPopupWindow::setMemberSize(size_t n)
void ScDPFieldPopupWindow::addMember(const OUString& rName, bool bVisible)
{
- fprintf(stdout, "ScDPFieldPopupWindow::addMember: name = '%s' visible = %d\n",
- rtl::OUStringToOString(rName, RTL_TEXTENCODING_UTF8).getStr(), bVisible);
Member aMember;
aMember.maName = rName;
aMember.mbVisible = bVisible;