summaryrefslogtreecommitdiff
path: root/svx/source/inc/xfm_addcondition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/xfm_addcondition.hxx')
-rw-r--r--svx/source/inc/xfm_addcondition.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/inc/xfm_addcondition.hxx b/svx/source/inc/xfm_addcondition.hxx
index 02e5adf7ec18..beaaf6b47db9 100644
--- a/svx/source/inc/xfm_addcondition.hxx
+++ b/svx/source/inc/xfm_addcondition.hxx
@@ -41,8 +41,8 @@ namespace svxform
// <properties>
::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >
m_xBinding;
- ::rtl::OUString m_sFacetName;
- ::rtl::OUString m_sConditionValue;
+ OUString m_sFacetName;
+ OUString m_sConditionValue;
::com::sun::star::uno::Reference< ::com::sun::star::xforms::XModel >
m_xWorkModel;
// </properties>
@@ -58,8 +58,8 @@ namespace svxform
virtual com::sun::star::uno::Sequence<sal_Int8> SAL_CALL getImplementationId( ) throw(com::sun::star::uno::RuntimeException);
// XServiceInfo
- virtual ::rtl::OUString SAL_CALL getImplementationName() throw(com::sun::star::uno::RuntimeException);
- virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getSupportedServiceNames() throw(com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL getImplementationName() throw(com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() throw(com::sun::star::uno::RuntimeException);
// XPropertySet
virtual com::sun::star::uno::Reference<com::sun::star::beans::XPropertySetInfo> SAL_CALL getPropertySetInfo() throw(com::sun::star::uno::RuntimeException);