summaryrefslogtreecommitdiff
path: root/shell/source/win32/simplemail/smplmailclient.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/win32/simplemail/smplmailclient.cxx')
-rw-r--r--shell/source/win32/simplemail/smplmailclient.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/shell/source/win32/simplemail/smplmailclient.cxx b/shell/source/win32/simplemail/smplmailclient.cxx
index 6a0e43d4af65..dc230243e895 100644
--- a/shell/source/win32/simplemail/smplmailclient.cxx
+++ b/shell/source/win32/simplemail/smplmailclient.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: smplmailclient.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2001-05-14 08:08:08 $
+ * last change: $Author: tra $ $Date: 2001-05-16 13:34:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -362,6 +362,8 @@ void CSmplMailClient::initAttachementList(
OUString aSysPath;
for ( sal_uInt32 i = 0; i < nAttachements; i++ )
{
+#ifdef TF_FILEURL
+
osl::FileBase::RC rc =
osl::FileBase::getSystemPathFromFileURL(
aAttachementList[i], aSysPath );
@@ -380,6 +382,8 @@ void CSmplMailClient::initAttachementList(
m_AttachementList[i].lpszFileName = const_cast< LPSTR >(
m_AttchmtsSysPathList.back( ).getStr( ) );
+
+#endif
}
}