summaryrefslogtreecommitdiff
path: root/forms/source/component/Edit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/Edit.hxx')
-rw-r--r--forms/source/component/Edit.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/Edit.hxx b/forms/source/component/Edit.hxx
index bf39ef19957f..5ef4daf247e4 100644
--- a/forms/source/component/Edit.hxx
+++ b/forms/source/component/Edit.hxx
@@ -66,7 +66,7 @@ public:
// XPersistObject
virtual void SAL_CALL write(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectOutputStream>& _rxOutStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL read(const ::com::sun::star::uno::Reference< ::com::sun::star::io::XObjectInputStream>& _rxInStream) throw ( ::com::sun::star::io::IOException, ::com::sun::star::uno::RuntimeException);
- virtual ::rtl::OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
+ virtual OUString SAL_CALL getServiceName() throw ( ::com::sun::star::uno::RuntimeException);
// XPropertySet
using OBoundControlModel::getFastPropertyValue;
@@ -131,7 +131,7 @@ class OEditControl : public OBoundControl
::cppu::OInterfaceContainerHelper
m_aChangeListeners;
- ::rtl::OUString m_aHtmlChangeValue;
+ OUString m_aHtmlChangeValue;
sal_uInt32 m_nKeyEvent;
public: