summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@collabora.com>2014-01-02 14:03:22 +0530
committerAndras Timar <andras.timar@collabora.com>2014-01-03 11:27:48 +0100
commitac139769216942c409d7c5d40163ad29cadadf5a (patch)
tree45444c5385a414a8a3eb5e56e6c894437f692ea3
parente5cd547846663c69bd66aa1ba94e3b4dcce30a89 (diff)
Fix compilation problems.
-rw-r--r--oox/source/drawingml/textbodycontext.cxx1
-rw-r--r--oox/source/drawingml/textcharacterproperties.cxx2
2 files changed, 1 insertions, 2 deletions
diff --git a/oox/source/drawingml/textbodycontext.cxx b/oox/source/drawingml/textbodycontext.cxx
index a8b3d649c773..7bc29a09a4d2 100644
--- a/oox/source/drawingml/textbodycontext.cxx
+++ b/oox/source/drawingml/textbodycontext.cxx
@@ -54,7 +54,6 @@ TextParagraphContext::TextParagraphContext( ContextHandler& rParent, TextParagra
: ContextHandler( rParent )
, mrParagraph( rPara )
{
- mbEnableTrimSpace = false;
}
// --------------------------------------------------------------------
diff --git a/oox/source/drawingml/textcharacterproperties.cxx b/oox/source/drawingml/textcharacterproperties.cxx
index c531bc16d7ec..bc23204b5b6f 100644
--- a/oox/source/drawingml/textcharacterproperties.cxx
+++ b/oox/source/drawingml/textcharacterproperties.cxx
@@ -21,7 +21,7 @@
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <com/sun/star/awt/FontWeight.hpp>
-#include <editeng/escapementitem.hxx>
+#include <editeng/escpitem.hxx>
#include "oox/helper/helper.hxx"
#include "oox/helper/propertyset.hxx"
#include "oox/core/xmlfilterbase.hxx"