diff options
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLBase64Export.hxx | 1 | ||||
-rw-r--r-- | xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx | 2 | ||||
-rw-r--r-- | xmloff/inc/txtflde.hxx | 4 |
3 files changed, 2 insertions, 5 deletions
diff --git a/xmloff/inc/XMLBase64Export.hxx b/xmloff/inc/XMLBase64Export.hxx index f3cbac27651d..a33c00b2296d 100644 --- a/xmloff/inc/XMLBase64Export.hxx +++ b/xmloff/inc/XMLBase64Export.hxx @@ -39,7 +39,6 @@ public: bool exportXML( const css::uno::Reference < css::io::XInputStream > & rIn ); bool exportElement( const css::uno::Reference < css::io::XInputStream > & rIn, - sal_uInt16 nNamespace, enum ::xmloff::token::XMLTokenEnum eName ); bool exportOfficeBinaryDataElement( const css::uno::Reference < css::io::XInputStream > & rIn ); diff --git a/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx b/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx index b293accfca6f..152d8669149b 100644 --- a/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx +++ b/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx @@ -30,7 +30,7 @@ class XMLPercentOrMeasurePropertyHandler : public XMLPropertyHandler private: bool mbPercent; public: - XMLPercentOrMeasurePropertyHandler( bool bPercent ); + XMLPercentOrMeasurePropertyHandler(); virtual ~XMLPercentOrMeasurePropertyHandler (); virtual bool importXML( diff --git a/xmloff/inc/txtflde.hxx b/xmloff/inc/txtflde.hxx index 20025a0113f9..168214358386 100644 --- a/xmloff/inc/txtflde.hxx +++ b/xmloff/inc/txtflde.hxx @@ -287,7 +287,6 @@ protected: void ProcessString( enum ::xmloff::token::XMLTokenEnum eXmlName, /// attribute token (namespace text) enum ::xmloff::token::XMLTokenEnum eValue, /// attribute token - bool bOmitEmpty = false, /// omit attribute, if value is empty sal_uInt16 nPrefix = XML_NAMESPACE_TEXT); /// attribute name prefix /// export a string attribute, omit if default @@ -336,8 +335,7 @@ protected: enum ::xmloff::token::XMLTokenEnum eXMLName, /// attribute token sal_Int32 nMinutes, /// date/time value in minutes bool bIsDate, /// export as date? - bool bIsDuration, /// export as duration? - bool bOmitDurationIfZero); /// omit zero-length durations + bool bIsDuration); /// export as duration? /// export times, dates and durations according to ISO 8601 void ProcessDateTime( |