[Libreoffice-commits] .: 2 commits - writerfilter/inc writerfilter/Library_writerfilter.mk writerfilter/source
Lubos Lunak
llunak at kemper.freedesktop.org
Mon May 21 23:53:46 PDT 2012
writerfilter/Library_writerfilter.mk | 5 -----
writerfilter/inc/resourcemodel/SubSequence.hxx | 2 +-
writerfilter/source/dmapper/PropertyIds.cxx | 2 +-
writerfilter/source/dmapper/PropertyMap.hxx | 2 +-
writerfilter/source/doctok/Dff.cxx | 2 +-
writerfilter/source/doctok/Dff.hxx | 4 ++--
writerfilter/source/doctok/DffImpl.cxx | 2 +-
writerfilter/source/doctok/PLCF.hxx | 2 +-
writerfilter/source/doctok/WW8Annotation.cxx | 2 +-
writerfilter/source/doctok/WW8Clx.cxx | 2 +-
writerfilter/source/doctok/WW8Clx.hxx | 4 ++--
writerfilter/source/doctok/WW8DocumentImpl.hxx | 2 +-
writerfilter/source/doctok/WW8FKP.hxx | 2 +-
writerfilter/source/doctok/WW8FontTable.cxx | 2 +-
writerfilter/source/doctok/WW8LFOTable.cxx | 2 +-
writerfilter/source/doctok/WW8ListTable.cxx | 2 +-
writerfilter/source/doctok/WW8Picture.cxx | 2 +-
writerfilter/source/doctok/WW8PropertySetImpl.hxx | 4 ++--
writerfilter/source/doctok/WW8ResourceModelImpl.cxx | 6 +++---
writerfilter/source/doctok/WW8ResourceModelImpl.hxx | 2 +-
writerfilter/source/doctok/WW8StructBase.cxx | 2 +-
writerfilter/source/doctok/WW8Sttbf.cxx | 2 +-
writerfilter/source/doctok/WW8Sttbf.hxx | 4 ++--
writerfilter/source/doctok/WW8StyleSheet.cxx | 2 +-
writerfilter/source/doctok/WW8Table.cxx | 2 +-
writerfilter/source/doctok/WW8Text.cxx | 2 +-
writerfilter/source/doctok/resources.xsl | 8 ++++----
writerfilter/source/doctok/resourcesimpl.xsl | 6 +++---
writerfilter/source/ooxml/OOXMLFastContextHandler.cxx | 2 +-
writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx | 2 +-
writerfilter/source/ooxml/factory.xsl | 2 +-
writerfilter/source/ooxml/factory_ns.xsl | 4 ++--
writerfilter/source/ooxml/factoryimpl.xsl | 6 +++---
writerfilter/source/ooxml/factoryimpl_ns.xsl | 2 +-
writerfilter/source/ooxml/gperffasttokenhandler.xsl | 2 +-
35 files changed, 48 insertions(+), 53 deletions(-)
New commits:
commit e1ff97ab62a94db662832bafe4441b063de2256a
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue May 22 08:51:37 2012 +0200
remove number of -I directives in writerfilter
Windows length path limitations strike again, and this should reduce the total
argument length.
Change-Id: I76fefabc8201e51494a7003d7ca4f9fd92ffa3b9
diff --git a/writerfilter/Library_writerfilter.mk b/writerfilter/Library_writerfilter.mk
index b06ee75..3644c42 100644
--- a/writerfilter/Library_writerfilter.mk
+++ b/writerfilter/Library_writerfilter.mk
@@ -38,11 +38,6 @@ $(eval $(call gb_Library_set_include,writerfilter,\
$$(INCLUDE) \
-I$(SRCDIR)/writerfilter/inc \
-I$(SRCDIR)/writerfilter/source \
- -I$(SRCDIR)/writerfilter/source/dmapper \
- -I$(SRCDIR)/writerfilter/source/doctok \
- -I$(SRCDIR)/writerfilter/source/ooxml \
- -I$(WORKDIR)/CustomTarget/writerfilter/source/doctok \
- -I$(WORKDIR)/CustomTarget/writerfilter/source/ooxml \
))
$(eval $(call gb_Library_use_api,writerfilter,\
diff --git a/writerfilter/source/dmapper/PropertyIds.cxx b/writerfilter/source/dmapper/PropertyIds.cxx
index 62445ab..0f46606 100644
--- a/writerfilter/source/dmapper/PropertyIds.cxx
+++ b/writerfilter/source/dmapper/PropertyIds.cxx
@@ -25,7 +25,7 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#include <PropertyIds.hxx>
+#include "PropertyIds.hxx"
#include <rtl/ustring.hxx>
#include <map>
diff --git a/writerfilter/source/dmapper/PropertyMap.hxx b/writerfilter/source/dmapper/PropertyMap.hxx
index 5c455dd..ba5e1ab 100644
--- a/writerfilter/source/dmapper/PropertyMap.hxx
+++ b/writerfilter/source/dmapper/PropertyMap.hxx
@@ -33,7 +33,7 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/uno/Any.h>
-#include <PropertyIds.hxx>
+#include "PropertyIds.hxx"
#include <boost/shared_ptr.hpp>
#include <map>
#include <vector>
diff --git a/writerfilter/source/doctok/Dff.cxx b/writerfilter/source/doctok/Dff.cxx
index 8ec8f45..41a9482 100644
--- a/writerfilter/source/doctok/Dff.cxx
+++ b/writerfilter/source/doctok/Dff.cxx
@@ -30,7 +30,7 @@
#include "Dff.hxx"
#include <doctok/resourceids.hxx>
#include <resourcemodel/WW8ResourceModel.hxx>
-#include "resources.hxx"
+#include "doctok/resources.hxx"
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/Dff.hxx b/writerfilter/source/doctok/Dff.hxx
index c987e52..3a1f18c 100644
--- a/writerfilter/source/doctok/Dff.hxx
+++ b/writerfilter/source/doctok/Dff.hxx
@@ -30,8 +30,8 @@
#define INCLUDED_DFF_HXX
#include <vector>
-#include <WW8StructBase.hxx>
-#include <WW8ResourceModelImpl.hxx>
+#include "WW8StructBase.hxx"
+#include "WW8ResourceModelImpl.hxx"
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/DffImpl.cxx b/writerfilter/source/doctok/DffImpl.cxx
index 25f9b72..23edf62 100644
--- a/writerfilter/source/doctok/DffImpl.cxx
+++ b/writerfilter/source/doctok/DffImpl.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include "resources.hxx"
+#include "doctok/resources.hxx"
#include "WW8DocumentImpl.hxx"
namespace writerfilter {
diff --git a/writerfilter/source/doctok/PLCF.hxx b/writerfilter/source/doctok/PLCF.hxx
index 802e149..2ad8d00 100644
--- a/writerfilter/source/doctok/PLCF.hxx
+++ b/writerfilter/source/doctok/PLCF.hxx
@@ -30,7 +30,7 @@
#define INCLUDED_PLCF_HXX
#include <boost/shared_ptr.hpp>
-#include <WW8StructBase.hxx>
+#include "WW8StructBase.hxx"
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/WW8Annotation.cxx b/writerfilter/source/doctok/WW8Annotation.cxx
index 4f20958..a6b22a1 100644
--- a/writerfilter/source/doctok/WW8Annotation.cxx
+++ b/writerfilter/source/doctok/WW8Annotation.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/WW8Clx.cxx b/writerfilter/source/doctok/WW8Clx.cxx
index c373dc8..225fb43 100644
--- a/writerfilter/source/doctok/WW8Clx.cxx
+++ b/writerfilter/source/doctok/WW8Clx.cxx
@@ -28,7 +28,7 @@
#include <com/sun/star/io/XSeekable.hpp>
#include <WW8Clx.hxx>
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/WW8Clx.hxx b/writerfilter/source/doctok/WW8Clx.hxx
index 23492a1..0a7830e 100644
--- a/writerfilter/source/doctok/WW8Clx.hxx
+++ b/writerfilter/source/doctok/WW8Clx.hxx
@@ -29,9 +29,9 @@
#ifndef INCLUDED_WW8_CLX_HXX
#define INCLUDED_WW8_CLX_HXX
-#include <resources.hxx>
+#include <doctok/resources.hxx>
-#include <WW8OutputWithDepth.hxx>
+#include "WW8OutputWithDepth.hxx"
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/WW8DocumentImpl.hxx b/writerfilter/source/doctok/WW8DocumentImpl.hxx
index 0a50fc6..9d0ec61 100644
--- a/writerfilter/source/doctok/WW8DocumentImpl.hxx
+++ b/writerfilter/source/doctok/WW8DocumentImpl.hxx
@@ -32,7 +32,7 @@
#include <set>
#include <WW8PieceTable.hxx>
#include <WW8BinTable.hxx>
-#include <resources.hxx>
+#include <doctok/resources.hxx>
#include <resourcemodel/WW8ResourceModel.hxx>
#include <PLCF.hxx>
#include <WW8Sttbf.hxx>
diff --git a/writerfilter/source/doctok/WW8FKP.hxx b/writerfilter/source/doctok/WW8FKP.hxx
index 4ece267..b58fdc8 100644
--- a/writerfilter/source/doctok/WW8FKP.hxx
+++ b/writerfilter/source/doctok/WW8FKP.hxx
@@ -30,7 +30,7 @@
#define INCLUDED_WW8_FKP_HXX
#include <WW8CpAndFc.hxx>
-#include <WW8StructBase.hxx>
+#include "WW8StructBase.hxx"
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/WW8FontTable.cxx b/writerfilter/source/doctok/WW8FontTable.cxx
index c1b1464..260635a 100644
--- a/writerfilter/source/doctok/WW8FontTable.cxx
+++ b/writerfilter/source/doctok/WW8FontTable.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/WW8LFOTable.cxx b/writerfilter/source/doctok/WW8LFOTable.cxx
index 4b1a7a9..9a4d635 100644
--- a/writerfilter/source/doctok/WW8LFOTable.cxx
+++ b/writerfilter/source/doctok/WW8LFOTable.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include "resources.hxx"
+#include "doctok/resources.hxx"
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/WW8ListTable.cxx b/writerfilter/source/doctok/WW8ListTable.cxx
index 79c4cec..794be91 100644
--- a/writerfilter/source/doctok/WW8ListTable.cxx
+++ b/writerfilter/source/doctok/WW8ListTable.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
#include <WW8ResourceModelImpl.hxx>
namespace writerfilter {
diff --git a/writerfilter/source/doctok/WW8Picture.cxx b/writerfilter/source/doctok/WW8Picture.cxx
index ec733ea..c9fbccf 100644
--- a/writerfilter/source/doctok/WW8Picture.cxx
+++ b/writerfilter/source/doctok/WW8Picture.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
#include <WW8DocumentImpl.hxx>
namespace writerfilter {
diff --git a/writerfilter/source/doctok/WW8PropertySetImpl.hxx b/writerfilter/source/doctok/WW8PropertySetImpl.hxx
index 2c25900..8edd6fb 100644
--- a/writerfilter/source/doctok/WW8PropertySetImpl.hxx
+++ b/writerfilter/source/doctok/WW8PropertySetImpl.hxx
@@ -31,8 +31,8 @@
#include <resourcemodel/WW8ResourceModel.hxx>
#include <doctok/WW8Document.hxx>
-#include <WW8StructBase.hxx>
-#include <WW8OutputWithDepth.hxx>
+#include "WW8StructBase.hxx"
+#include "WW8OutputWithDepth.hxx"
#include <map>
diff --git a/writerfilter/source/doctok/WW8ResourceModelImpl.cxx b/writerfilter/source/doctok/WW8ResourceModelImpl.cxx
index 9c33f52..60eff45 100644
--- a/writerfilter/source/doctok/WW8ResourceModelImpl.cxx
+++ b/writerfilter/source/doctok/WW8ResourceModelImpl.cxx
@@ -26,9 +26,9 @@
*
************************************************************************/
-#include <WW8ResourceModelImpl.hxx>
-#include <resources.hxx>
-#include <WW8OutputWithDepth.hxx>
+#include "WW8ResourceModelImpl.hxx"
+#include <doctok/resources.hxx>
+#include "WW8OutputWithDepth.hxx"
#include <resourcemodel/TableManager.hxx>
#include <rtl/string.hxx>
#include <resourcemodel/QNameToString.hxx>
diff --git a/writerfilter/source/doctok/WW8ResourceModelImpl.hxx b/writerfilter/source/doctok/WW8ResourceModelImpl.hxx
index 40f0da8..cb8fbd1 100644
--- a/writerfilter/source/doctok/WW8ResourceModelImpl.hxx
+++ b/writerfilter/source/doctok/WW8ResourceModelImpl.hxx
@@ -32,7 +32,7 @@
#include <doctok/WW8Document.hxx>
#include <resourcemodel/WW8ResourceModel.hxx>
-#include <WW8StructBase.hxx>
+#include "WW8StructBase.hxx"
#include <resourcemodel/OutputWithDepth.hxx>
diff --git a/writerfilter/source/doctok/WW8StructBase.cxx b/writerfilter/source/doctok/WW8StructBase.cxx
index 9180020..bb6c6c8 100644
--- a/writerfilter/source/doctok/WW8StructBase.cxx
+++ b/writerfilter/source/doctok/WW8StructBase.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <WW8StructBase.hxx>
+#include "WW8StructBase.hxx"
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/WW8Sttbf.cxx b/writerfilter/source/doctok/WW8Sttbf.cxx
index 0989962..835d293 100644
--- a/writerfilter/source/doctok/WW8Sttbf.cxx
+++ b/writerfilter/source/doctok/WW8Sttbf.cxx
@@ -27,7 +27,7 @@
************************************************************************/
#include <WW8Sttbf.hxx>
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok
diff --git a/writerfilter/source/doctok/WW8Sttbf.hxx b/writerfilter/source/doctok/WW8Sttbf.hxx
index 07f9ff4..4c66b0a 100644
--- a/writerfilter/source/doctok/WW8Sttbf.hxx
+++ b/writerfilter/source/doctok/WW8Sttbf.hxx
@@ -29,8 +29,8 @@
#ifndef INCLUDED_WW8_STTBF_HXX
#define INCLUDED_WW8_STTBF_HXX
-#include <WW8StructBase.hxx>
-#include <WW8ResourceModelImpl.hxx>
+#include "WW8StructBase.hxx"
+#include "WW8ResourceModelImpl.hxx"
#include <boost/shared_ptr.hpp>
#include <vector>
diff --git a/writerfilter/source/doctok/WW8StyleSheet.cxx b/writerfilter/source/doctok/WW8StyleSheet.cxx
index 494149e..d308bd4 100644
--- a/writerfilter/source/doctok/WW8StyleSheet.cxx
+++ b/writerfilter/source/doctok/WW8StyleSheet.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/WW8Table.cxx b/writerfilter/source/doctok/WW8Table.cxx
index f369471..9547403 100644
--- a/writerfilter/source/doctok/WW8Table.cxx
+++ b/writerfilter/source/doctok/WW8Table.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/WW8Text.cxx b/writerfilter/source/doctok/WW8Text.cxx
index ec1396e..bbe8aae 100644
--- a/writerfilter/source/doctok/WW8Text.cxx
+++ b/writerfilter/source/doctok/WW8Text.cxx
@@ -26,7 +26,7 @@
*
************************************************************************/
-#include <resources.hxx>
+#include <doctok/resources.hxx>
namespace writerfilter {
namespace doctok {
diff --git a/writerfilter/source/doctok/resources.xsl b/writerfilter/source/doctok/resources.xsl
index 5ff0efe..a005611 100644
--- a/writerfilter/source/doctok/resources.xsl
+++ b/writerfilter/source/doctok/resources.xsl
@@ -80,19 +80,19 @@
#endif
#ifndef INCLUDED_WW8_STRUCT_BASE_HXX
-#include <WW8StructBase.hxx>
+#include <doctok/WW8StructBase.hxx>
#endif
#ifndef INCLUDED_WW8_RESOURCE_MODEL_IMPL_HXX
-#include <WW8ResourceModelImpl.hxx>
+#include <doctok/WW8ResourceModelImpl.hxx>
#endif
#ifndef INCLUDED_WW8_PROPERTY_SET_IMPL_HXX
-#include <WW8PropertySetImpl.hxx>
+#include <doctok/WW8PropertySetImpl.hxx>
#endif
#ifndef INCLUDED_DFF_HXX
-#include <Dff.hxx>
+#include <doctok/Dff.hxx>
#endif
namespace writerfilter {
diff --git a/writerfilter/source/doctok/resourcesimpl.xsl b/writerfilter/source/doctok/resourcesimpl.xsl
index 256ac2b..39fe4e9 100644
--- a/writerfilter/source/doctok/resourcesimpl.xsl
+++ b/writerfilter/source/doctok/resourcesimpl.xsl
@@ -36,14 +36,14 @@
<xsl:template match="/">
<xsl:call-template name="licenseheader"/>
<xsl:text>
-#include <resources.hxx>
+#include <doctok/resources.hxx>
#ifndef WW8_OUTPUT_WITH_DEPTH
-#include <WW8OutputWithDepth.hxx>
+#include <doctok/WW8OutputWithDepth.hxx>
#endif
#ifndef INCLUDED_SPRMIDS_HXX
-#include <sprmids.hxx>
+#include <doctok/sprmids.hxx>
#endif
namespace writerfilter {
diff --git a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
index f693319..4a4a076 100644
--- a/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastContextHandler.cxx
@@ -38,7 +38,7 @@
#include <doctok/sprmids.hxx>
#include <ooxml/OOXMLnamespaceids.hxx>
#include <dmapper/DomainMapper.hxx>
-#include <GraphicHelpers.hxx>
+#include <dmapper/GraphicHelpers.hxx>
#include <comphelper/embeddedobjectcontainer.hxx>
#include <tools/globname.hxx>
#include <comphelper/classids.hxx>
diff --git a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
index fa9f45d..abf62ca 100644
--- a/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
+++ b/writerfilter/source/ooxml/OOXMLFastDocumentHandler.cxx
@@ -34,7 +34,7 @@
#endif
#include "OOXMLFastDocumentHandler.hxx"
#include "OOXMLFastContextHandler.hxx"
-#include "OOXMLFastTokens.hxx"
+#include "ooxml/OOXMLFastTokens.hxx"
#include "OOXMLFactory.hxx"
namespace writerfilter {
diff --git a/writerfilter/source/ooxml/factory.xsl b/writerfilter/source/ooxml/factory.xsl
index 108ff78..9074090 100644
--- a/writerfilter/source/ooxml/factory.xsl
+++ b/writerfilter/source/ooxml/factory.xsl
@@ -65,7 +65,7 @@
<xsl:template match="/">
<xsl:text>
-#include "OOXMLFactory.hxx"</xsl:text>
+#include "ooxml/OOXMLFactory.hxx"</xsl:text>
<xsl:call-template name="factoryincludes"/>
<xsl:text>
namespace writerfilter {
diff --git a/writerfilter/source/ooxml/factory_ns.xsl b/writerfilter/source/ooxml/factory_ns.xsl
index 5cdf782..555dd30 100644
--- a/writerfilter/source/ooxml/factory_ns.xsl
+++ b/writerfilter/source/ooxml/factory_ns.xsl
@@ -136,9 +136,9 @@ protected:
#define </xsl:text>
<xsl:value-of select="$incguard"/>
<xsl:text>
-#include "OOXMLFactory.hxx"
+#include "ooxml/OOXMLFactory.hxx"
#include "OOXMLFactory_generated.hxx"
-#include "OOXMLnamespaceids.hxx"
+#include "ooxml/OOXMLnamespaceids.hxx"
#include "ooxml/resourceids.hxx"
namespace writerfilter {
diff --git a/writerfilter/source/ooxml/factoryimpl.xsl b/writerfilter/source/ooxml/factoryimpl.xsl
index e555ae1..39317d7 100644
--- a/writerfilter/source/ooxml/factoryimpl.xsl
+++ b/writerfilter/source/ooxml/factoryimpl.xsl
@@ -360,9 +360,9 @@ uno::Reference < xml::sax::XFastParser > OOXMLStreamImpl::getFastParser()
<xsl:template match="/">
<xsl:text>
-#include "OOXMLFactory.hxx"
-#include "OOXMLFastHelper.hxx"
-#include "OOXMLStreamImpl.hxx"
+#include "ooxml/OOXMLFactory.hxx"
+#include "ooxml/OOXMLFastHelper.hxx"
+#include "ooxml/OOXMLStreamImpl.hxx"
#include "doctok/sprmids.hxx"
#include "doctok/resourceids.hxx"
</xsl:text>
diff --git a/writerfilter/source/ooxml/factoryimpl_ns.xsl b/writerfilter/source/ooxml/factoryimpl_ns.xsl
index 584ca83..e33132c 100644
--- a/writerfilter/source/ooxml/factoryimpl_ns.xsl
+++ b/writerfilter/source/ooxml/factoryimpl_ns.xsl
@@ -923,7 +923,7 @@ string </xsl:text>
#include "OOXMLFactory_</xsl:text>
<xsl:value-of select="$ns"/>
<xsl:text>.hxx"
-#include "OOXMLFastHelper.hxx"
+#include "ooxml/OOXMLFastHelper.hxx"
#ifdef _MSC_VER
#pragma warning(disable:4065) // switch statement contains 'default' but no 'case' labels
diff --git a/writerfilter/source/ooxml/gperffasttokenhandler.xsl b/writerfilter/source/ooxml/gperffasttokenhandler.xsl
index 648342d..6505ba2 100644
--- a/writerfilter/source/ooxml/gperffasttokenhandler.xsl
+++ b/writerfilter/source/ooxml/gperffasttokenhandler.xsl
@@ -71,7 +71,7 @@
<xsl:template name="gperfinputfasttokenhandler">
<xsl:text>
%{
-#include "OOXMLFastTokens.hxx"
+#include "ooxml/OOXMLFastTokens.hxx"
namespace writerfilter { namespace ooxml { namespace tokenmap {
%}
commit e11731afc4bcb94578891fa3b287ec6d4b1c211d
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Tue May 22 08:35:41 2012 +0200
avoid warnings because of sal_Int* types
Change-Id: I906931d62683b7feeff1a2e4b2f8b185c6af480e
diff --git a/writerfilter/inc/resourcemodel/SubSequence.hxx b/writerfilter/inc/resourcemodel/SubSequence.hxx
index 930d3c6..905add6 100644
--- a/writerfilter/inc/resourcemodel/SubSequence.hxx
+++ b/writerfilter/inc/resourcemodel/SubSequence.hxx
@@ -145,7 +145,7 @@ public:
o << "<line>";
- snprintf(sBuffer, 255, "%08lx: ", n);
+ snprintf(sBuffer, 255, "%08lx: ", static_cast<unsigned long>(n));
o << sBuffer;
More information about the Libreoffice-commits
mailing list