diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-07 09:28:32 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-07 17:44:23 +0200 |
commit | ca46feb2ff915c6842b87cd5799a83af8003f3cd (patch) | |
tree | 08a8775c2038655f12e9341f469e8e2404844045 /framework/inc/helper/mischelper.hxx | |
parent | a041cb54351326cd8beb39abac23f07f35de5463 (diff) |
make some symbols private
Change-Id: I224831ad18e754fd67d9b16510cd286a5397f1f3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98236
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'framework/inc/helper/mischelper.hxx')
-rw-r--r-- | framework/inc/helper/mischelper.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx index fb7033c5b059..4dcb94003449 100644 --- a/framework/inc/helper/mischelper.hxx +++ b/framework/inc/helper/mischelper.hxx @@ -34,7 +34,6 @@ #include <i18nlangtag/lang.h> #include <svl/languageoptions.hxx> #include <rtl/ustring.hxx> -#include <framework/fwkdllapi.h> #include <functional> #include <set> @@ -115,7 +114,7 @@ public: css::uno::Reference< css::linguistic2::XLanguageGuessing > const & GetGuesser() const; }; -FWK_DLLPUBLIC void FillLangItems( std::set< OUString > &rLangItems, +void FillLangItems( std::set< OUString > &rLangItems, const css::uno::Reference< css::frame::XFrame > &rxFrame, const LanguageGuessingHelper & rLangGuessHelper, SvtScriptType nScriptType, @@ -245,12 +244,12 @@ class WeakDocumentEventListener final : public ::cppu::WeakImplHelper<css::docum } }; -FWK_DLLPUBLIC css::uno::Reference<css::ui::XContextChangeEventListener> +css::uno::Reference<css::ui::XContextChangeEventListener> GetFirstListenerWith_Impl( css::uno::Reference<css::uno::XInterface> const& xEventFocus, std::function<bool (css::uno::Reference<css::ui::XContextChangeEventListener> const&)> const& rPredicate); -FWK_DLLPUBLIC extern auto (*g_pGetMultiplexerListener)( +extern auto (*g_pGetMultiplexerListener)( css::uno::Reference<css::uno::XInterface> const&, std::function<bool (css::uno::Reference<css::ui::XContextChangeEventListener> const&)> const&) -> css::uno::Reference<css::ui::XContextChangeEventListener>; |