• Tor Lillqvist's avatar
    WaE: 'ScVbaFormatConditions' : default constructor could not be generated · adcf15c8
    Tor Lillqvist yazdı
    The ScVbaFormatConditions class is used only as a target for casting,
    it seems, and no objects of this type are created as such, I think.
    So avoid MSVC warnings:
    
    warning C4510: 'ScVbaFormatConditions' : default constructor could not
    be generated
    
    warning C4610: class 'ScVbaFormatConditions' can never be instantiated
    - user defined constructor required
    adcf15c8
vbaformatconditions.hxx 4.22 KB