summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vcl/roadmapwizard.hxx2
-rw-r--r--include/vcl/weld.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/roadmapwizard.hxx b/include/vcl/roadmapwizard.hxx
index df0632af5085..de70169fdbcc 100644
--- a/include/vcl/roadmapwizard.hxx
+++ b/include/vcl/roadmapwizard.hxx
@@ -230,8 +230,6 @@ namespace vcl
void SetRoadmapHelpId( const OString& _rId );
- void SetRoadmapInteractive( bool _bInteractive );
-
// returns whether a given state is enabled
bool isStateEnabled( WizardState _nState ) const;
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx
index d4b688243c68..61deac2be88a 100644
--- a/include/vcl/weld.hxx
+++ b/include/vcl/weld.hxx
@@ -480,6 +480,8 @@ public:
virtual void set_page_sensitive(const OString& rIdent, bool bSensitive) = 0;
virtual weld::Container* append_page(const OString& rIdent) = 0;
+ virtual void set_page_side_help_id(const OString& rHelpId) = 0;
+
void connect_jump_page(const Link<const OString&, bool>& rLink) { m_aJumpPageHdl = rLink; }
};