summaryrefslogtreecommitdiff
path: root/connectivity/source/inc/file/fanalyzer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/inc/file/fanalyzer.hxx')
-rw-r--r--connectivity/source/inc/file/fanalyzer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/inc/file/fanalyzer.hxx b/connectivity/source/inc/file/fanalyzer.hxx
index 5895981ef2fc..eaf25ca77a16 100644
--- a/connectivity/source/inc/file/fanalyzer.hxx
+++ b/connectivity/source/inc/file/fanalyzer.hxx
@@ -67,7 +67,7 @@ namespace connectivity
*/
void bindParameterRow(OValueRefRow& _pRow);
- void setIndexes(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _xIndexes);
+ void setIndexes(const css::uno::Reference< css::container::XNameAccess>& _xIndexes);
void dispose();
void start(OSQLParseNode* pSQLParseNode);
@@ -77,8 +77,8 @@ namespace connectivity
void setSelectionEvaluationResult(OValueRefRow& _pRow,const ::std::vector<sal_Int32>& _rColumnMapping);
void setOrigColumns(const css::uno::Reference< css::container::XNameAccess>& rCols);
static OOperandAttr* createOperandAttr(sal_Int32 _nPos,
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _xCol,
- const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess>& _xIndexes=nullptr);
+ const css::uno::Reference< css::beans::XPropertySet>& _xCol,
+ const css::uno::Reference< css::container::XNameAccess>& _xIndexes=nullptr);
};
}
}