diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-23 09:07:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-23 10:48:50 +0200 |
commit | c06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch) | |
tree | 69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/fmsearch.hxx | |
parent | a1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff) |
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svx/fmsearch.hxx')
-rw-r--r-- | include/svx/fmsearch.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmsearch.hxx b/include/svx/fmsearch.hxx index 95b7c44a236f..be6b7f58d19c 100644 --- a/include/svx/fmsearch.hxx +++ b/include/svx/fmsearch.hxx @@ -39,7 +39,7 @@ namespace com { namespace sun { namespace star { // Helper methods -SVX_DLLPUBLIC bool IsSearchableControl( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface>& _xControl, +SVX_DLLPUBLIC bool IsSearchableControl( const css::uno::Reference< css::uno::XInterface>& _xControl, OUString* pCurrentText = NULL); // check if the control has one of the interfaces we can use for searching // *pCurrentText will be filled with the current text of the control (as used when searching this control) @@ -49,7 +49,7 @@ SVX_DLLPUBLIC bool IsSearchableControl( const ::com::sun::star::uno::Reference< struct FmFoundRecordInformation { - ::com::sun::star::uno::Any aPosition; // bookmark of the record in which the text was found + css::uno::Any aPosition; // bookmark of the record in which the text was found sal_Int16 nFieldPos; // ditto: the relative position of the column (in the string name of the field list in the constructor) sal_Int16 nContext; // the context in which was searched and found (if the current search knows several contexts) }; |