summaryrefslogtreecommitdiff
path: root/include/xmloff/maptype.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 10:32:47 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 12:05:04 +0200
commit1c909a13a0816e20d365000cc527d93e02633b0c (patch)
tree7a402659f9696c01ceeca51c5ddd2127b3b0e815 /include/xmloff/maptype.hxx
parentd29e614ff9cd91c4e4a1bada6a21884e33323f8d (diff)
com::sun::star->css in include/ucbhelper to include/xmlscript
Change-Id: Iaa7f0b8455a601d3992c08cde0943c709c417256
Diffstat (limited to 'include/xmloff/maptype.hxx')
-rw-r--r--include/xmloff/maptype.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/maptype.hxx b/include/xmloff/maptype.hxx
index a942b1cc3bfc..212b771ecfe2 100644
--- a/include/xmloff/maptype.hxx
+++ b/include/xmloff/maptype.hxx
@@ -106,11 +106,11 @@ struct XMLPropertyMapEntry
struct XMLPropertyState
{
sal_Int32 mnIndex;
- ::com::sun::star::uno::Any maValue;
+ css::uno::Any maValue;
XMLPropertyState( sal_Int32 nIndex )
: mnIndex( nIndex ) {}
- XMLPropertyState( sal_Int32 nIndex, const ::com::sun::star::uno::Any& rValue )
+ XMLPropertyState( sal_Int32 nIndex, const css::uno::Any& rValue )
: mnIndex( nIndex ), maValue( rValue ) {}
XMLPropertyState( const XMLPropertyState& rPropState )
: mnIndex( rPropState.mnIndex ), maValue( rPropState.maValue ) {}