diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/appuno.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/appuno.cxx b/sfx2/source/appl/appuno.cxx index 0138f4168a00..2e6ba668a22b 100644 --- a/sfx2/source/appl/appuno.cxx +++ b/sfx2/source/appl/appuno.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#if defined(_MSC_VER) && (_MSC_VER >= 1300) +#ifdef _MSC_VER #pragma warning( disable : 4290 ) #endif #include <com/sun/star/document/UpdateDocMode.hpp> |