diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-20 14:46:03 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-21 09:03:16 +0200 |
commit | 9d17726dcd629f3d588327dbfb0e35fc70ec262c (patch) | |
tree | 30df65f3327defb23386c319a46008307228dd3c /forms | |
parent | ab9e2ed4ca551768295ede7ab84d0b41f14cebc5 (diff) |
staruno -> css::uno
Change-Id: Ic82bbe5797d4f3c16096598cd566b917ee335a10
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index ea99117dc18d..9d21d40ddb4e 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -468,7 +468,7 @@ Any SAL_CALL OControlModel::queryAggregation(const Type& _rType) throw (RuntimeE return aReturn; } -void OControlModel::readHelpTextCompatibly(const staruno::Reference< stario::XObjectInputStream >& _rxInStream) +void OControlModel::readHelpTextCompatibly(const css::uno::Reference< stario::XObjectInputStream >& _rxInStream) { OUString sHelpText; ::comphelper::operator>>( _rxInStream, sHelpText); @@ -484,7 +484,7 @@ void OControlModel::readHelpTextCompatibly(const staruno::Reference< stario::XOb } } -void OControlModel::writeHelpTextCompatibly(const staruno::Reference< stario::XObjectOutputStream >& _rxOutStream) +void OControlModel::writeHelpTextCompatibly(const css::uno::Reference< stario::XObjectOutputStream >& _rxOutStream) { OUString sHelpText; try |