summaryrefslogtreecommitdiff
path: root/include/svtools/roadmapwizard.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-14 16:57:53 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-15 08:26:02 +0100
commit85cf4881fc4e1bfa5f21ae3e719bbd40ba3fce8b (patch)
treed04747b9c0f5db0e34831fc8dc9e3073e0a16b14 /include/svtools/roadmapwizard.hxx
parent7de2366a975c22cd77a1a3a64da6b7c642334ae1 (diff)
drop FixedLines from wizards to be consistent with the rest of the ui
and two virtual methods don't need to exist after that Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
Diffstat (limited to 'include/svtools/roadmapwizard.hxx')
-rw-r--r--include/svtools/roadmapwizard.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index b1145b20602c..876b199681f7 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -81,8 +81,6 @@ namespace svt
void SetRoadmapHelpId( const OString& _rId );
void SetRoadmapInteractive( bool _bInteractive );
- virtual void Resize() SAL_OVERRIDE;
- virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
// returns whether a given state is enabled
bool isStateEnabled( WizardState _nState ) const;
@@ -223,8 +221,6 @@ protected:
#endif
private:
- SVT_DLLPRIVATE void ResizeFixedLine();
-
DECL_DLLPRIVATE_LINK( OnRoadmapItemSelected, void* );
/** updates the roadmap control to show the given path, as far as possible