summaryrefslogtreecommitdiff
path: root/cui/source/inc/cuifmsearch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-28 14:18:40 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-29 06:45:22 +0000
commit0c5f72b06f7d3b06e61cc5a0eabc8abc7bb72ef5 (patch)
tree62259bba5006e3ea813d149cb6399be82f3d6636 /cui/source/inc/cuifmsearch.hxx
parent171990764eedee708ce458be2239466307b2dc6a (diff)
com::sun::star->css in cui
Change-Id: I70ee15db7c8de507fa21a9dfc705f518f223a70b Reviewed-on: https://gerrit.libreoffice.org/17385 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'cui/source/inc/cuifmsearch.hxx')
-rw-r--r--cui/source/inc/cuifmsearch.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuifmsearch.hxx b/cui/source/inc/cuifmsearch.hxx
index 8d32d5e8d9fd..e9840c6a664a 100644
--- a/cui/source/inc/cuifmsearch.hxx
+++ b/cui/source/inc/cuifmsearch.hxx
@@ -137,7 +137,7 @@ protected:
void Init(const OUString& strVisibleFields, const OUString& strInitialText);
// only to be used out of the constructors
- void OnFound(const ::com::sun::star::uno::Any& aCursorPos, sal_Int16 nFieldPos);
+ void OnFound(const css::uno::Any& aCursorPos, sal_Int16 nFieldPos);
/** When searching in an own thread I naturally want to disable the UI for starting the search and for setting search
parameters. If bEnable == sal_False, for all affected controls painting is turned off and shortly after turned on
again using m_aDelayedPaint. If there is a demand with bEnable == sal_True inbetween, the timer is stopped and
@@ -175,7 +175,7 @@ private:
DECL_LINK_TYPED( OnDelayedPaint, Timer*, void ); ///< see EnableSearchUI
- void initCommon( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XResultSet >& _rxCursor );
+ void initCommon( const css::uno::Reference< css::sdbc::XResultSet >& _rxCursor );
};
inline void FmSearchDialog::SetActiveField(const OUString& strField)