summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfsdrexport.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-05-14 10:43:48 +0200
committerNoel Grandin <noel@peralex.com>2014-05-14 16:54:26 +0200
commit456352e3fa7e983dc062c32025bb97021e7c18f3 (patch)
treeffd28fd3f666c25b6702c88a5f0008ad52e4510b /sw/source/filter/ww8/rtfsdrexport.cxx
parentf52f42c15ab73c342f515f7e43060deddcbd49de (diff)
sw: remove SAL_INFO's that only mark function entry
Change-Id: I7169b1fec563add36900622dd599a92792e57675
Diffstat (limited to 'sw/source/filter/ww8/rtfsdrexport.cxx')
-rw-r--r--sw/source/filter/ww8/rtfsdrexport.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sw/source/filter/ww8/rtfsdrexport.cxx b/sw/source/filter/ww8/rtfsdrexport.cxx
index 44eafd5a07b8..d8706a2463b2 100644
--- a/sw/source/filter/ww8/rtfsdrexport.cxx
+++ b/sw/source/filter/ww8/rtfsdrexport.cxx
@@ -56,8 +56,6 @@ RtfSdrExport::~RtfSdrExport()
void RtfSdrExport::OpenContainer(sal_uInt16 nEscherContainer, int nRecInstance)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
EscherEx::OpenContainer(nEscherContainer, nRecInstance);
if (nEscherContainer == ESCHER_SpContainer)
@@ -72,8 +70,6 @@ void RtfSdrExport::OpenContainer(sal_uInt16 nEscherContainer, int nRecInstance)
void RtfSdrExport::CloseContainer()
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
if (mRecTypes.back() == ESCHER_SpContainer)
{
// write the shape now when we have all the info
@@ -89,22 +85,16 @@ void RtfSdrExport::CloseContainer()
sal_uInt32 RtfSdrExport::EnterGroup(const OUString& /*rShapeName*/, const Rectangle* /*pRect*/)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
return GenerateShapeId();
}
void RtfSdrExport::LeaveGroup()
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
/* noop */
}
void RtfSdrExport::AddShape(sal_uInt32 nShapeType, sal_uInt32 nShapeFlags, sal_uInt32 /*nShapeId*/)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
m_nShapeType = nShapeType;
m_nShapeFlags = nShapeFlags;
}
@@ -143,8 +133,6 @@ inline sal_Int32 impl_GetPointComponent(const sal_uInt8*& pVal, sal_Size& rVerti
void RtfSdrExport::Commit(EscherPropertyContainer& rProps, const Rectangle& rRect)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
if (m_nShapeType == ESCHER_ShpInst_Nil)
return;
@@ -401,8 +389,6 @@ void RtfSdrExport::Commit(EscherPropertyContainer& rProps, const Rectangle& rRec
void RtfSdrExport::AddLineDimensions(const Rectangle& rRectangle)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
// We get the position relative to (the current?) character
m_aShapeProps.insert(std::pair<OString,OString>("posrelh", "3"));
@@ -429,8 +415,6 @@ void RtfSdrExport::AddLineDimensions(const Rectangle& rRectangle)
void RtfSdrExport::AddRectangleDimensions(OStringBuffer& rBuffer, const Rectangle& rRectangle)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
// We get the position relative to (the current?) character
m_aShapeProps.insert(std::pair<OString,OString>("posrelh", "3"));
@@ -491,8 +475,6 @@ void RtfSdrExport::impl_writeGraphic()
sal_Int32 RtfSdrExport::StartShape()
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
if (m_nShapeType == ESCHER_ShpInst_Nil)
return -1;
@@ -602,8 +584,6 @@ void RtfSdrExport::WriteOutliner(const OutlinerParaObject& rParaObj)
void RtfSdrExport::EndShape(sal_Int32 nShapeElement)
{
- SAL_INFO("sw.rtf", OSL_THIS_FUNC);
-
if (nShapeElement >= 0)
{
// end of the shape