Kaydet (Commit) 42c35f0d authored tarafından Markus Mohrhard's avatar Markus Mohrhard

remove debug output

Change-Id: I0fc3ba52fd1da096b5859b0af41595db4fb8498f
üst 631b6e87
...@@ -2902,7 +2902,6 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot ) ...@@ -2902,7 +2902,6 @@ XclExpDxfs::XclExpDxfs( const XclExpRoot& rRoot )
{ {
maStyleNameToDxfId.insert(std::pair<rtl::OUString, sal_Int32>(aStyleName, nIndex)); maStyleNameToDxfId.insert(std::pair<rtl::OUString, sal_Int32>(aStyleName, nIndex));
std::cout << "Style" << aStyleName << std::endl;
SfxStyleSheetBase* pStyle = rRoot.GetDoc().GetStyleSheetPool()->Find(aStyleName); SfxStyleSheetBase* pStyle = rRoot.GetDoc().GetStyleSheetPool()->Find(aStyleName);
if(!pStyle) if(!pStyle)
continue; continue;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment