Kaydet (Commit) f013e5f0 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS mingwport06 (1.28.96); FILE MERGED

2007/08/24 13:22:11 vg 1.28.96.1: #i75499# pragma is for MSVC
üst 29fa13a4
......@@ -4,9 +4,9 @@
*
* $RCSfile: tpbitmap.cxx,v $
*
* $Revision: 1.28 $
* $Revision: 1.29 $
*
* last change: $Author: hr $ $Date: 2007-06-27 17:48:24 $
* last change: $Author: kz $ $Date: 2007-09-06 13:25:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -768,7 +768,7 @@ IMPL_LINK( SvxBitmapTabPage, ClickAddHdl_Impl, void *, EMPTYARG )
//------------------------------------------------------------------------
#ifdef WNT
#ifdef _MSC_VER
#pragma optimize ( "", off )
#endif
......@@ -870,7 +870,7 @@ IMPL_LINK( SvxBitmapTabPage, ClickImportHdl_Impl, void *, EMPTYARG )
return 0L;
}
#ifdef WNT
#ifdef _MSC_VER
#pragma optimize ( "", on )
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment