Author: af
Date: Thu Apr 25 08:10:44 2013
New Revision: 1475665
URL: http://svn.apache.org/r1475665
Log:
122093: Avoid compiler warning in DrawController::BroadcastContextChenge().
Modified:
openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx
Modified: openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx?rev=1475665&r1=1475664&r2=1475665&view=diff
==============================================================================
--- openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx (original)
+++ openoffice/trunk/main/sd/source/ui/unoidl/DrawController.cxx Thu Apr 25
08:10:44 2013
@@ -600,6 +600,7 @@ void DrawController::BroadcastContextCha
case ViewShell::ST_PRESENTATION:
case ViewShell::ST_NONE:
+ default:
eContext = EnumContext::Context_Empty;
break;
}