summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-09-06 12:53:10 +0000
committerKurt Zenker <kz@openoffice.org>2007-09-06 12:53:10 +0000
commitcac81578000d7add49f6fbd52a00f8c9772b575a (patch)
treea0b1cb5b44bed6d0a1530945c755c9a7ecb1567b
parentcf04e175dabbd3be802b24810d8f09bcad499c49 (diff)
INTEGRATION: CWS mingwport06 (1.15.46); FILE MERGED
2007/08/24 13:03:49 vg 1.15.46.1: #i75499# pragma is for MSVC
-rw-r--r--fpicker/source/win32/folderpicker/MtaFop.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/fpicker/source/win32/folderpicker/MtaFop.cxx b/fpicker/source/win32/folderpicker/MtaFop.cxx
index 67e3a4667975..c2256159e8e5 100644
--- a/fpicker/source/win32/folderpicker/MtaFop.cxx
+++ b/fpicker/source/win32/folderpicker/MtaFop.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: MtaFop.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: vg $ $Date: 2007-03-26 13:20:32 $
+ * last change: $Author: kz $ $Date: 2007-09-06 13:53:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -534,9 +534,11 @@ void SAL_CALL CMtaFolderPicker::setSelection( const rtl::OUString& aDirectory )
{
OSL_ASSERT( IsWindow( m_hwnd ) );
+#ifdef _MSC_VER
#pragma message( "#######################################" )
#pragma message( "SendMessageW wrapper has to be extended" )
#pragma message( "#######################################" )
+#endif
SendMessageW(
m_hwnd,