| author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-14 21:00:05 (GMT) |
|---|---|---|
| committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-08-14 21:00:33 (GMT) |
| commit | 42c35f0d5bea1eafdbc02b92febaed1dcb2ab332 (patch) (side-by-side diff) | |
| tree | 6bdd6f759ac4bdcdfc8c5bd1740a9de031eace83 | |
| parent | 631b6e87ca95c0e2bcb2bdc34095c5f601af3469 (diff) | |
| download | core-42c35f0d5bea1eafdbc02b92febaed1dcb2ab332.zip core-42c35f0d5bea1eafdbc02b92febaed1dcb2ab332.tar.gz | |
remove debug output
Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f
| -rw-r--r-- | sc/source/filter/excel/xestyle.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xestyle.cxx b/sc/source/filter/excel/xestyle.cxx index 9bfb1ca..37faabb 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; |
