diff options
author | Noel Grandin <noel@peralex.com> | 2013-08-07 15:36:35 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-08-15 09:11:31 +0200 |
commit | a1fb61ffaf0f2f87788e5b46f82ef6e6d3aea496 (patch) | |
tree | b9e85f15bf9c4b92648f713582b517d963447e78 /include/svtools | |
parent | 99fa8338fa3c740e610dc120848d353e5d1c9ef4 (diff) |
make some fields in svtools private
because they are not accessed from outside the class
Change-Id: I75b5572757234d5fa1e61102c06f8b61f5d9e226
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/fileurlbox.hxx | 2 | ||||
-rw-r--r-- | include/svtools/urlcontrol.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/fileurlbox.hxx b/include/svtools/fileurlbox.hxx index 5a9219d48050..768d12ee24c3 100644 --- a/include/svtools/fileurlbox.hxx +++ b/include/svtools/fileurlbox.hxx @@ -33,7 +33,7 @@ namespace svt //===================================================================== class SVT_DLLPUBLIC FileURLBox : public SvtURLBox { - protected: + private: String m_sPreservedText; public: diff --git a/include/svtools/urlcontrol.hxx b/include/svtools/urlcontrol.hxx index 682573855000..e512ba26d4ea 100644 --- a/include/svtools/urlcontrol.hxx +++ b/include/svtools/urlcontrol.hxx @@ -33,7 +33,7 @@ namespace svt //===================================================================== class SVT_DLLPUBLIC OFileURLControl : public SvtURLBox { - protected: + private: String m_sPreservedText; public: |