summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2011-03-18 20:56:01 +0100
committerThorsten Behrens <tbehrens@novell.com>2011-03-18 20:56:01 +0100
commit843afe46326a449c899170fea3cd4861c6eff117 (patch)
tree1c4415b8a7109bada7f438a09ad75ca8459934e3 /sfx2
parentc0813d66e62d58b75dd3526c20931c0601c28007 (diff)
Misc dbgutil build fixes
Various leftover DBG_TRACE and tooltype removal fallouts
Diffstat (limited to 'sfx2')
-rwxr-xr-xsfx2/source/appl/sfxhelp.cxx2
-rwxr-xr-xsfx2/source/doc/sfxbasemodel.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 22c4afff1722..39e2f117ad8a 100755
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -847,7 +847,7 @@ sal_Bool SfxHelp::Start_Impl( const String& rURL, const Window* pWindow, const S
#ifdef DBG_UTIL
ByteString aTmp("SfxHelp: HelpId = ");
aTmp += ByteString( aHelpURL, RTL_TEXTENCODING_UTF8 );
- DBG_TRACE( aTmp.GetBuffer() );
+ OSL_TRACE( aTmp.GetBuffer() );
#endif
pHelpWindow->SetHelpURL( aHelpURL );
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index 480470c6ba25..c0641eeb369d 100755
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -3001,7 +3001,7 @@ void SfxBaseModel::postEvent_Impl( const ::rtl::OUString& aName, const uno::Refe
#ifdef DBG_UTIL
ByteString aTmp( "SfxDocumentEvent: " );
aTmp += ByteString( String(aName), RTL_TEXTENCODING_UTF8 );
- DBG_TRACE( aTmp.GetBuffer() );
+ OSL_TRACE( aTmp.GetBuffer() );
#endif
document::DocumentEvent aDocumentEvent( (frame::XModel*)this, aName, xController, uno::Any() );