diff options
Diffstat (limited to 'ucbhelper/source')
-rw-r--r-- | ucbhelper/source/client/proxydecider.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index 080e176863ab..0f5bd69553b7 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -226,7 +226,7 @@ bool WildCard::Matches( const OUString& rString ) const } -bool getConfigStringValue( +static bool getConfigStringValue( const uno::Reference< container::XNameAccess > & xNameAccess, const char * key, OUString & value ) @@ -253,7 +253,7 @@ bool getConfigStringValue( } -bool getConfigInt32Value( +static bool getConfigInt32Value( const uno::Reference< container::XNameAccess > & xNameAccess, const char * key, sal_Int32 & value ) |