diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-05-20 13:23:25 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-05-20 13:23:25 +0200 |
commit | e1fc491b8a3cdea1be576873f121fb580ebb3ee1 (patch) | |
tree | 92743a68ce8c9392ad14023efd60ff1abc1a070a | |
parent | b393dc5d63ffdf35459a7a6a1863df066ee82ae1 (diff) |
unoawt: compile with GCC
-rw-r--r-- | svtools/source/uno/wizard/wizardshell.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svtools/source/uno/wizard/wizardshell.cxx b/svtools/source/uno/wizard/wizardshell.cxx index 859ab38a3f3a..dfc14ba53cc1 100644 --- a/svtools/source/uno/wizard/wizardshell.cxx +++ b/svtools/source/uno/wizard/wizardshell.cxx @@ -124,6 +124,9 @@ namespace svt { namespace uno case WizardTypes::eFinish: return WizardTravelType::FINISH; + + default: + break; } OSL_ENSURE( false, "WizardShell::convertCommitReasonToTravelType: unsupported CommitPageReason!" ); return WizardTravelType::FINISH; |