summaryrefslogtreecommitdiff
path: root/include/svx/fmsearch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmsearch.hxx')
-rw-r--r--include/svx/fmsearch.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmsearch.hxx b/include/svx/fmsearch.hxx
index c702f0106212..bb0d303d1fd5 100644
--- a/include/svx/fmsearch.hxx
+++ b/include/svx/fmsearch.hxx
@@ -31,7 +31,7 @@ namespace com::sun::star::sdbc { class XResultSet; }
// Helper methods
-SVX_DLLPUBLIC bool IsSearchableControl( const css::uno::Reference< css::uno::XInterface>& _xControl,
+SVXCORE_DLLPUBLIC bool IsSearchableControl( const css::uno::Reference< css::uno::XInterface>& _xControl,
OUString* pCurrentText = nullptr);
// 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)