summaryrefslogtreecommitdiff
path: root/xmloff/source/style
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:26:22 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-04-24 13:26:22 +0000
commit8b51c0f9b4c7dfab2eaba2a23f95aee14c3f517f (patch)
tree0d379da57fd4bdc1fbb4915cd3c9f04471c4dadf /xmloff/source/style
parentf4a7fc16b8bc7ed9ff06df94df539e0c28e6987e (diff)
INTEGRATION: CWS mib07 (1.4.110); FILE MERGED
2008/01/02 14:19:20 mib 1.4.110.1: #i79222#: Applied patch that adds missing const
Diffstat (limited to 'xmloff/source/style')
-rw-r--r--xmloff/source/style/backhdl.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/style/backhdl.hxx b/xmloff/source/style/backhdl.hxx
index c6bb210d5ba3..bfe4ef8f2529 100644
--- a/xmloff/source/style/backhdl.hxx
+++ b/xmloff/source/style/backhdl.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: backhdl.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -45,12 +45,12 @@ public:
/// TabStops will be imported/exported as XML-Elements. So the Import/Export-work must be done at another place.
using XMLPropertyHandler::importXML;
- virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter );
+ virtual sal_Bool importXML( const ::rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
virtual sal_Bool exportXML( ::rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const;
private:
- void MergeXMLHoriPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eHori );
- void MergeXMLVertPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eVert );
+ void MergeXMLHoriPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eHori ) const;
+ void MergeXMLVertPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eVert ) const;
};
#endif // _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX