summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-20 13:23:25 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-05-20 13:23:25 +0200
commite1fc491b8a3cdea1be576873f121fb580ebb3ee1 (patch)
tree92743a68ce8c9392ad14023efd60ff1abc1a070a
parentb393dc5d63ffdf35459a7a6a1863df066ee82ae1 (diff)
unoawt: compile with GCC
-rw-r--r--svtools/source/uno/wizard/wizardshell.cxx3
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;