summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorWastack <btomi96@gmail.com>2016-03-11 00:49:47 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-11 08:56:20 +0000
commit018c6adf85097d07a0b0fbce3d7155ca5a369ae1 (patch)
treed03e5d7f06c8769fdf4516ed5bab4cc895f97764 /connectivity
parenttdf#97966: Remove 'static' keywords (diff)
downloadcore-018c6adf85097d07a0b0fbce3d7155ca5a369ae1.tar.gz
core-018c6adf85097d07a0b0fbce3d7155ca5a369ae1.zip
tdf#97966: Remove 'static' keywords
Change-Id: I0d9837a7ccecd606e0d43b53f8b920547b0d0bcd Reviewed-on: https://gerrit.libreoffice.org/23132 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
index 24492f1b36e1..d3410ba6123d 100644
--- a/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
+++ b/connectivity/source/drivers/mozab/bootstrap/MNSFolders.cxx
@@ -40,7 +40,7 @@ using namespace ::com::sun::star::mozilla;
namespace
{
- static OUString lcl_getUserDataDirectory()
+ OUString lcl_getUserDataDirectory()
{
::osl::Security aSecurity;
OUString aConfigPath;
@@ -90,7 +90,7 @@ namespace
};
- static OUString lcl_guessProfileRoot( MozillaProductType _product )
+ OUString lcl_guessProfileRoot( MozillaProductType _product )
{
size_t productIndex = _product - 1;