From a09124e6f585a128b4f130804f4a1f1ee8a31c93 Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Mon, 18 Mar 2013 17:03:23 +0100 Subject: avoid Wundef in cases where the usage seems otherwise ok Change-Id: Iabccc31c59cec32235661f5225f45bb13f76a68f --- oox/inc/oox/core/contexthandler.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') diff --git a/oox/inc/oox/core/contexthandler.hxx b/oox/inc/oox/core/contexthandler.hxx index f9f6bb88906a..c6b3f06b763d 100644 --- a/oox/inc/oox/core/contexthandler.hxx +++ b/oox/inc/oox/core/contexthandler.hxx @@ -96,7 +96,7 @@ protected: void implSetLocator( const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XLocator >& rxLocator ); -#if _MSC_VER +#ifdef _MSC_VER ContextHandler() {} // workaround #endif -- cgit