diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:21:56 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-01 08:21:56 +0000 |
commit | 04b6cf4405a240e25aa0eca5aa05847fa031cc48 (patch) | |
tree | 995f76d8c5f41d08634c81b5f35d51c3e4a07b36 /sd/source/ui/toolpanel | |
parent | 0ea922712cebe40f0492e3de5be3bcd46f7844da (diff) |
INTEGRATION: CWS impress99 (1.5.62); FILE MERGED
2006/07/05 09:27:25 af 1.5.62.1: #137393# Added default: lable to switch statement to avoid compiler warning.
Diffstat (limited to 'sd/source/ui/toolpanel')
-rw-r--r-- | sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx index 751170afd530..cd24592411ac 100644 --- a/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx +++ b/sd/source/ui/toolpanel/controls/AllMasterPagesSelector.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AllMasterPagesSelector.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2006-04-26 20:46:58 $ + * last change: $Author: ihi $ $Date: 2006-08-01 09:21:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -179,6 +179,9 @@ void AllMasterPagesSelector::AddItem (MasterPageContainer::Token aToken) if (mpContainer->GetTemplateIndexForToken(aToken) >= 0) mpSortedMasterPages->insert(mpContainer->GetDescriptorForToken(aToken)); break; + + default: + break; } } |