From b9127aa38926017a2aaef82221e3b9253e6ea794 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 30 Jun 2020 23:02:43 +0200 Subject: Upcoming improved loplugin:staticanonymous -> redundantstatic: cui Change-Id: I403229592145d6e126f5a3f4c8b788d2deb70a8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97551 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- cui/source/options/optinet2.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cui/source/options/optinet2.cxx') diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index 0644d84ec394..c78b94f6e543 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -95,14 +95,14 @@ IMPL_LINK(SvxProxyTabPage, PortChangedHdl, weld::Entry&, rEdit, void) } } -static const char g_aProxyModePN[] = "ooInetProxyType"; -static const char g_aHttpProxyPN[] = "ooInetHTTPProxyName"; -static const char g_aHttpPortPN[] = "ooInetHTTPProxyPort"; -static const char g_aHttpsProxyPN[] = "ooInetHTTPSProxyName"; -static const char g_aHttpsPortPN[] = "ooInetHTTPSProxyPort"; -static const char g_aFtpProxyPN[] = "ooInetFTPProxyName"; -static const char g_aFtpPortPN[] = "ooInetFTPProxyPort"; -static const char g_aNoProxyDescPN[] = "ooInetNoProxy"; +const char g_aProxyModePN[] = "ooInetProxyType"; +const char g_aHttpProxyPN[] = "ooInetHTTPProxyName"; +const char g_aHttpPortPN[] = "ooInetHTTPProxyPort"; +const char g_aHttpsProxyPN[] = "ooInetHTTPSProxyName"; +const char g_aHttpsPortPN[] = "ooInetHTTPSProxyPort"; +const char g_aFtpProxyPN[] = "ooInetFTPProxyName"; +const char g_aFtpPortPN[] = "ooInetFTPProxyPort"; +const char g_aNoProxyDescPN[] = "ooInetNoProxy"; IMPL_STATIC_LINK(SvxProxyTabPage, NumberOnlyTextFilterHdl, OUString&, rTest, bool) { -- cgit