summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-14 23:00:05 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-08-14 23:00:33 +0200
commit42c35f0d5bea1eafdbc02b92febaed1dcb2ab332 (patch)
tree6bdd6f759ac4bdcdfc8c5bd1740a9de031eace83 /sc
parent631b6e87ca95c0e2bcb2bdc34095c5f601af3469 (diff)
remove debug output
Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/excel/xestyle.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx
index 9bfb1caded4b..37faabbf6893 100644
--- a/sc/source/filter/excel/xestyle.cxx
+++ b/sc/source/filter/excel/xestyle.cxx
@@ -2902,7 +2902,6 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
{
maStyleNameToDxfId.insert(std::pair<rtl::OUString, sal_Int32>(aStyleName, nIndex));
- std::cout << "Style" << aStyleName << std::endl;
SfxStyleSheetBase* pStyle = rRoot.GetDoc().GetStyleSheetPool()->Find(aStyleName);
if(!pStyle)
continue;