Kaydet (Commit) 79fb9ad1 authored tarafından Caolán McNamara's avatar Caolán McNamara

drop extra fprintfs

üst 89fa7eab
...@@ -1017,7 +1017,6 @@ GraphicFilter::GraphicFilter( sal_Bool bConfig ) : ...@@ -1017,7 +1017,6 @@ GraphicFilter::GraphicFilter( sal_Bool bConfig ) :
bUseConfig ( bConfig ), bUseConfig ( bConfig ),
nExpGraphHint ( 0 ) nExpGraphHint ( 0 )
{ {
fprintf(stderr, "GraphicFilter::GraphicFilter ctor %p\n", this);
ImplInit(); ImplInit();
} }
...@@ -1025,7 +1024,6 @@ GraphicFilter::GraphicFilter( sal_Bool bConfig ) : ...@@ -1025,7 +1024,6 @@ GraphicFilter::GraphicFilter( sal_Bool bConfig ) :
GraphicFilter::~GraphicFilter() GraphicFilter::~GraphicFilter()
{ {
fprintf(stderr, "GraphicFilter::GraphicFilter dtor %p\n", this);
{ {
::osl::MutexGuard aGuard( getListMutex() ); ::osl::MutexGuard aGuard( getListMutex() );
pFilterHdlList->Remove( (void*)this ); pFilterHdlList->Remove( (void*)this );
...@@ -1036,7 +1034,6 @@ GraphicFilter::~GraphicFilter() ...@@ -1036,7 +1034,6 @@ GraphicFilter::~GraphicFilter()
} }
} }
delete pErrorEx; delete pErrorEx;
} }
......
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