[Libreoffice-commits] core.git: framework/source

Stephan Bergmann sbergman at redhat.com
Wed Jul 1 02:57:32 PDT 2015


 framework/source/uielement/spinfieldtoolbarcontroller.cxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit cfaf0a580920727002510c996b5a83beb2e2a308
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jul 1 11:56:29 2015 +0200

    systools/win32/snprintf.h already included via sal/config.h
    
    Change-Id: I74c683cf1ca821733717348a7840feeb7fbff3e9

diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx
index 3d60f61..e951602 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;


More information about the Libreoffice-commits mailing list