[Libreoffice-commits] .: basic/source
François Tigeot
ftigeot at kemper.freedesktop.org
Thu May 5 00:23:12 PDT 2011
basic/source/app/msgedit.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bdca88c08d1a8f54fa061116258cb2a6f1034583
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date: Thu May 5 09:18:04 2011 +0200
No need to convert the path to a relative one
diff --git a/basic/source/app/msgedit.cxx b/basic/source/app/msgedit.cxx
index 05ddf36..0093e0d 100644
--- a/basic/source/app/msgedit.cxx
+++ b/basic/source/app/msgedit.cxx
@@ -115,7 +115,6 @@ void MsgEdit::AddAnyMsg( TTLogMsg *LogMsg )
DirEntry aConvert( LogMsg->aDebugData.aFilename );
if ( pAppError->aBaseDir.Contains( aConvert ) )
{
- aConvert.ToRel( pAppError->aBaseDir );
LogMsg->aDebugData.aFilename = CUniString("~"); // mark as converted
LogMsg->aDebugData.aFilename += aConvert.GetFull( FSYS_STYLE_VFAT );
}
More information about the Libreoffice-commits
mailing list