private void makeHslaCssValueNull() {
   if (hslaCssValue != null) {
     hslaCssValue.setAlreadyInUse(false);
     hslaCssValue = null;
   }
 }