diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-07 13:13:02 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-13 16:50:41 +0100 |
commit | 4051dd7fd8ac5c33e44b108eb5326c298de99027 (patch) | |
tree | efd28a57199d5abf10b01380685fab2e918921ea /sfx2 | |
parent | 3560e5891f3a1ad6c597792d3004cf39ab85dbae (diff) |
Move DBG_TRACE1 to OSL_TRACE
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index ead5de75cc37..ce56b6cc7e27 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -251,7 +251,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) if this dialog is closed by the user ... So we ignore this request now and wait for a new user decision. */ - DBG_TRACE1( "QueryExit => FALSE (DispatchLevel == %u)", Application::GetDispatchLevel() ); + OSL_TRACE( "QueryExit => FALSE (DispatchLevel == %u)", Application::GetDispatchLevel() ); return; } |