diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-27 10:50:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-27 10:51:08 +0200 |
commit | 1a08ce70788fe3d8938627aa21bde1861cd94181 (patch) | |
tree | 0854d10f83309b02d9a1661131f067c183cf1fd8 /jvmfwk/source | |
parent | aa7a829e7df30a5356fca2bae0bb7eb51367f08d (diff) |
loplugin:staticfunction
Change-Id: I10c30ef28e7321882a720d1e7869a75a89febfc5
Diffstat (limited to 'jvmfwk/source')
-rw-r--r-- | jvmfwk/source/elements.cxx | 2 | ||||
-rw-r--r-- | jvmfwk/source/elements.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx index 8b4ab9e4c903..4604c073f0c8 100644 --- a/jvmfwk/source/elements.cxx +++ b/jvmfwk/source/elements.cxx @@ -658,7 +658,7 @@ void NodeJava::addJRELocation(rtl_uString * sLocation) m_JRELocations->push_back(OUString(sLocation)); } -jfw::FileStatus NodeJava::checkSettingsFileStatus(OUString const & sURL) const +jfw::FileStatus NodeJava::checkSettingsFileStatus(OUString const & sURL) { jfw::FileStatus ret = FILE_DOES_NOT_EXIST; diff --git a/jvmfwk/source/elements.hxx b/jvmfwk/source/elements.hxx index d04827b550df..2fc9a3f3066e 100644 --- a/jvmfwk/source/elements.hxx +++ b/jvmfwk/source/elements.hxx @@ -145,7 +145,7 @@ private: /** Verifies if the respective settings file exist. */ - jfw::FileStatus checkSettingsFileStatus(OUString const & sURL) const; + static jfw::FileStatus checkSettingsFileStatus(OUString const & sURL); /** Determines the layer for which the instance the loads and writes the data. |