[Libreoffice-commits] core.git: svx/source

Caolán McNamara caolanm at redhat.com
Sun Aug 18 06:03:07 PDT 2013


 svx/source/svdraw/svdmodel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f9c49a41c77728b077b29dca6eace57119e61067
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Aug 18 14:02:31 2013 +0100

    WaE: unhandled enum
    
    Change-Id: I4a26045901cdaf26666fd8cecf0a24e9d22cbbfd

diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index 64510af5..bcbcbf2 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -1042,6 +1042,7 @@ void SdrModel::ImpSetUIUnit()
         case FUNIT_PIXEL  : break;
         case FUNIT_DEGREE : break;
         case FUNIT_SECOND : break;
+        case FUNIT_MILLISECOND : break;
     } // switch
 
     // check if mapping is from metric to inch and adapt


More information about the Libreoffice-commits mailing list