summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtflde.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r--xmloff/source/text/txtflde.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx
index 1b41b6b4fd2c..af5c290c6114 100644
--- a/xmloff/source/text/txtflde.cxx
+++ b/xmloff/source/text/txtflde.cxx
@@ -1773,13 +1773,13 @@ void XMLTextFieldExport::ExportFieldHelper(
}
}
- com::sun::star::uno::Reference < com::sun::star::text::XText > xText;
+ css::uno::Reference < css::text::XText > xText;
try
{
- com::sun::star::uno::Any aRet = rPropSet->getPropertyValue(sPropertyTextRange);
+ css::uno::Any aRet = rPropSet->getPropertyValue(sPropertyTextRange);
aRet >>= xText;
}
- catch ( com::sun::star::uno::Exception& )
+ catch ( css::uno::Exception& )
{}
if ( xText.is() )