summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-07-01 11:56:29 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-07-01 11:57:00 +0200
commitcfaf0a580920727002510c996b5a83beb2e2a308 (patch)
tree64b8f7b8e67725a4bd9f39d2d6ce3216f6f49702 /framework
parente1d8fb13b2f033d89dd4d1bf9a6fbf0c7a686b53 (diff)
systools/win32/snprintf.h already included via sal/config.h
Change-Id: I74c683cf1ca821733717348a7840feeb7fbff3e9
Diffstat (limited to 'framework')
-rw-r--r--framework/source/uielement/spinfieldtoolbarcontroller.cxx5
1 files changed, 2 insertions, 3 deletions
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 <sal/config.h>
+
#include <stdio.h>
#include <wchar.h>
@@ -35,9 +37,6 @@
#include <vcl/svapp.hxx>
#include <vcl/mnemonic.hxx>
#include <vcl/toolbox.hxx>
-#ifdef WINNT
-#include <systools/win32/snprintf.h>
-#endif
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;