summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/enumrepresentation.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-30 11:48:44 +0200
committerNoel Grandin <noel@peralex.com>2015-10-01 12:18:24 +0200
commitf1de3e14df9665ce48d676ac6f3439506d2b81f2 (patch)
tree26ad43f511ec7d09bdf906c376fb468c22947d31 /extensions/source/propctrlr/enumrepresentation.hxx
parent10e59aee74ede837ad0560e261b0f106371ce96a (diff)
com::sun::star->css in extensions/
Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9
Diffstat (limited to 'extensions/source/propctrlr/enumrepresentation.hxx')
-rw-r--r--extensions/source/propctrlr/enumrepresentation.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/enumrepresentation.hxx b/extensions/source/propctrlr/enumrepresentation.hxx
index d2739f172155..fe8d7da6e9af 100644
--- a/extensions/source/propctrlr/enumrepresentation.hxx
+++ b/extensions/source/propctrlr/enumrepresentation.hxx
@@ -47,13 +47,13 @@ namespace pcr
*/
virtual void SAL_CALL getValueFromDescription(
const OUString& _rDescription,
- ::com::sun::star::uno::Any& _out_rValue
+ css::uno::Any& _out_rValue
) const = 0;
/** converts a given property value into a description
*/
virtual OUString SAL_CALL getDescriptionForValue(
- const ::com::sun::star::uno::Any& _rEnumValue
+ const css::uno::Any& _rEnumValue
) const = 0;
virtual ~IPropertyEnumRepresentation() { };