diff options
Diffstat (limited to 'xmloff/source/text/txtflde.cxx')
-rw-r--r-- | xmloff/source/text/txtflde.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtflde.cxx b/xmloff/source/text/txtflde.cxx index 8202d44e995d..dd71ec72d3ba 100644 --- a/xmloff/source/text/txtflde.cxx +++ b/xmloff/source/text/txtflde.cxx @@ -1918,8 +1918,8 @@ void XMLTextFieldExport::ExportFieldDeclarations( if( !xTextFieldsSupp.is() ) return; - Reference<container::XNameAccess> xFieldMasterNameAccess( - xTextFieldsSupp->getTextFieldMasters(), UNO_QUERY); + Reference<container::XNameAccess> xFieldMasterNameAccess = + xTextFieldsSupp->getTextFieldMasters(); // where to get the text field masters from? // a) we get a specific XText: then use pUsedMasters |