Changeset 9703 in vbox for trunk/src/VBox/Main/xml
- Timestamp:
- Jun 16, 2008 9:07:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/xml/Settings.cpp
r8155 r9703 1011 1011 { 1012 1012 xmlDocPtr newDoc = xsltApplyStylesheet (xslt, doc, NULL); 1013 if (newDoc == NULL )1013 if (newDoc == NULL && errorStr == NULL) 1014 1014 throw LogicError (RT_SRC_POS); 1015 1015
Note:
See TracChangeset
for help on using the changeset viewer.