From cfaf0a580920727002510c996b5a83beb2e2a308 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 1 Jul 2015 11:56:29 +0200 Subject: systools/win32/snprintf.h already included via sal/config.h Change-Id: I74c683cf1ca821733717348a7840feeb7fbff3e9 --- framework/source/uielement/spinfieldtoolbarcontroller.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'framework') diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx index 3d60f613e000..e9516021b0a1 100644 --- a/framework/source/uielement/spinfieldtoolbarcontroller.cxx +++ b/framework/source/uielement/spinfieldtoolbarcontroller.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include + #include #include @@ -35,9 +37,6 @@ #include #include #include -#ifdef WINNT -#include -#endif using namespace ::com::sun::star; using namespace ::com::sun::star::uno; -- cgit