summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-14 12:20:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-14 15:03:50 +0200
commit881bb00dc39d65560e26a60b34ae05d1ac662bc0 (patch)
treef16bc8dd9eaac2ad534970cc1ddd778288bda851 /include/svtools
parentf645481d29d09c412d34ea6cbba89135d10babee (diff)
weld AddInstanceDialog
Change-Id: I69bcb7fb9c18922a5de03e6f2dedd915a5851712 Reviewed-on: https://gerrit.libreoffice.org/54313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/inettbc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index b78ad021791a..e7f67bed8a03 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -100,6 +100,7 @@ class SVT_DLLPUBLIC URLBox
OUString aBaseURL;
rtl::Reference< MatchContext_Impl > pCtx;
std::unique_ptr<SvtURLBox_Impl> pImpl;
+ bool bHistoryDisabled : 1;
std::unique_ptr<weld::ComboBoxText> m_xWidget;
@@ -123,6 +124,7 @@ public:
void SetBaseURL( const OUString& rURL );
OUString GetURL();
+ void DisableHistory();
weld::Widget* getWidget() { return m_xWidget.get(); }