[Libreoffice-commits] .: Branch 'libreoffice-3-4' - patches/dev300

Tor Lillqvist tml at kemper.freedesktop.org
Fri Apr 8 04:25:03 PDT 2011


 patches/dev300/cli-component.diff |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b45fa96b43652eb125bcf29154322a3da682cb85
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Apr 8 14:24:07 2011 +0300

    It's <fstream>, not <fstream.h>

diff --git a/patches/dev300/cli-component.diff b/patches/dev300/cli-component.diff
index 1fdb20f..7d426c9 100644
--- a/patches/dev300/cli-component.diff
+++ b/patches/dev300/cli-component.diff
@@ -672,7 +672,7 @@ index 261bb2c..4052b9c 100644
 +#ifdef WNT
 +#include "cli_loader_wrapper.h"
 +#endif
-+#include <fstream.h>
++#include <fstream>
 +
 +// for debug
 +#include <comphelper/anytostring.hxx>


More information about the Libreoffice-commits mailing list