jbampton commented on code in PR #411:
URL: https://github.com/apache/openoffice/pull/411#discussion_r2323374469


##########
main/svx/source/svdraw/svdibrow.cxx:
##########
@@ -335,7 +335,7 @@ String _SdrItemBrowserControl::GetCellText(long _nRow, 
sal_uInt16 _nColId) const
                                        {
                                                switch (pEntry->eState)
                                                {
-                                                       case SFX_ITEM_UNKNOWN : 
sRet=String("Uknown", aTextEncoding);   break;
+                                                       case SFX_ITEM_UNKNOWN : 
sRet=String("Unknown", aTextEncoding);   break;

Review Comment:
   ```suggestion
                                                        case SFX_ITEM_UNKNOWN : 
sRet=String("Unknown", aTextEncoding);  break;
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to