diff options
Diffstat (limited to 'sd/source/ui')
-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; } } |