xmloff/source/forms/elementimport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5e0b52c1893ffe04a68333026afa7a557c48d534
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu May 17 14:51:04 2012 +0100

    some more ConstAsciiString behind OSL_ENSURE
    
    Change-Id: Ic93ec84ce62234364d233a9188a65439e88a79fe

diff --git a/xmloff/source/forms/elementimport.cxx 
b/xmloff/source/forms/elementimport.cxx
index 5885914..8d29aaa 100644
--- a/xmloff/source/forms/elementimport.cxx
+++ b/xmloff/source/forms/elementimport.cxx
@@ -993,8 +993,8 @@ namespace xmloff
         {
             // we have exactly 2 properties where this type class is allowed:
             OSL_ENSURE(
-                    (0 == 
_rPropValue.Name.compareToAscii(PROPERTY_EFFECTIVE_VALUE))
-                ||  (0 == 
_rPropValue.Name.compareToAscii(PROPERTY_EFFECTIVE_DEFAULT)),
+                    (0 == 
_rPropValue.Name.equalsAsciiL(PROPERTY_EFFECTIVE_VALUE.ascii, 
PROPERTY_EFFECTIVE_VALUE.length))
+                ||  (0 == 
_rPropValue.Name.equalsAsciiL(PROPERTY_EFFECTIVE_DEFAULT.ascii, 
PROPERTY_EFFECTIVE_DEFAULT.length)),
                 "OControlImport::implTranslateValueProperty: invalid property 
type/name combination!");
 
             // Both properties are allowed to have a double or a string value,
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to