[Libreoffice-commits] .: binfilter/bf_svx

Fridrich Strba fridrich at kemper.freedesktop.org
Fri Mar 25 16:12:50 PDT 2011


 binfilter/bf_svx/source/options/svx_optdll.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b027e434d2fc451692f71841bf55ae8e2fdc82c1
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Sat Mar 26 00:10:07 2011 +0100

    Adapt the tree to tools/svwin.h removal

diff --git a/binfilter/bf_svx/source/options/svx_optdll.cxx b/binfilter/bf_svx/source/options/svx_optdll.cxx
index 5bbff42..39d7be7 100644
--- a/binfilter/bf_svx/source/options/svx_optdll.cxx
+++ b/binfilter/bf_svx/source/options/svx_optdll.cxx
@@ -27,7 +27,7 @@
  ************************************************************************/
 
 #ifdef WIN
-#include <tools/svwin.h>
+#include <windows.h>
 #include <vcl/sysdep.hxx>
 #endif
 namespace binfilter {


More information about the Libreoffice-commits mailing list