summaryrefslogtreecommitdiffstats
path: root/include/svtools/fileurlbox.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-07 15:36:35 +0200
committerNoel Grandin <noel@peralex.com>2013-08-15 09:11:31 +0200
commita1fb61ffaf0f2f87788e5b46f82ef6e6d3aea496 (patch)
treeb9e85f15bf9c4b92648f713582b517d963447e78 /include/svtools/fileurlbox.hxx
parentcppcheck: fix "pLine" is assigned a value never used (diff)
downloadcore-a1fb61ffaf0f2f87788e5b46f82ef6e6d3aea496.tar.gz
core-a1fb61ffaf0f2f87788e5b46f82ef6e6d3aea496.zip
make some fields in svtools private
because they are not accessed from outside the class Change-Id: I75b5572757234d5fa1e61102c06f8b61f5d9e226
Diffstat (limited to 'include/svtools/fileurlbox.hxx')
-rw-r--r--include/svtools/fileurlbox.hxx2
1 files changed, 1 insertions, 1 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: