summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/fileurlbox.hxx2
-rw-r--r--include/svtools/urlcontrol.hxx2
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: