summaryrefslogtreecommitdiff
path: root/shell/source/win32
diff options
context:
space:
mode:
authorTino Rachui <tra@openoffice.org>2001-05-16 12:34:53 +0000
committerTino Rachui <tra@openoffice.org>2001-05-16 12:34:53 +0000
commitab8782803e87ab4b00d0347bfa83c636ee2ac96b (patch)
tree2099df4f7b8a7c6a7f244402754ac1683b48c898 /shell/source/win32
parent3e6fa1a9fd364106849f0ab47266de2a9e4b11e3 (diff)
*** empty log message ***
Diffstat (limited to 'shell/source/win32')
-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
}
}