summaryrefslogtreecommitdiff
path: root/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx')
-rw-r--r--xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx b/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx
index a7f94b43ac87..1b4e0e7735ba 100644
--- a/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx
+++ b/xmloff/inc/XMLPercentOrMeasurePropertyHandler.hxx
@@ -28,16 +28,16 @@
class XMLPercentOrMeasurePropertyHandler : public XMLPropertyHandler
{
private:
- sal_Bool mbPercent;
+ bool mbPercent;
public:
- XMLPercentOrMeasurePropertyHandler( sal_Bool bPercent );
+ XMLPercentOrMeasurePropertyHandler( bool bPercent );
virtual ~XMLPercentOrMeasurePropertyHandler ();
- virtual sal_Bool importXML(
+ virtual bool importXML(
const OUString& rStrImpValue,
::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;
- virtual sal_Bool exportXML(
+ virtual bool exportXML(
OUString& rStrExpValue,
const ::com::sun::star::uno::Any& rValue,
const SvXMLUnitConverter& rUnitConverter ) const;