[ooo-build-commit] .: patches/dev300
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Feb 8 22:18:25 PST 2010
patches/dev300/oox-chart-export-part1.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 99c707681769a547939a6f1a627c3b6e659b7053
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Tue Feb 9 01:19:47 2010 -0500
Fixed a build breakage in oox.
* patches/dev300/oox-chart-export-part1.diff: we shouldn't include
<oox/core/tokens.hxx> in oox, since that header is not there yet
in a fresh build. Include just "tokens.hxx" instead.
diff --git a/patches/dev300/oox-chart-export-part1.diff b/patches/dev300/oox-chart-export-part1.diff
index 91cb9e7..bcfdbea 100644
--- a/patches/dev300/oox-chart-export-part1.diff
+++ b/patches/dev300/oox-chart-export-part1.diff
@@ -226,7 +226,7 @@ index 211c90e..6569c8b 100644
#include <com/sun/star/uno/XReference.hpp>
#include <tools/poly.hxx>
#include <svx/escherex.hxx>
-+#include <oox/core/tokens.hxx>
++#include "tokens.hxx"
class Graphic;
class String;
More information about the ooo-build-commit
mailing list