489490491492493494495496497498499
if (theArea != null) { return theArea; } else { theArea = (WGArea) db .getOrCreateDesignDocumentObject(new WGFakeArea(db, String .valueOf(this.getMetaData(META_AREA)))); theArea.setDummy(true); return theArea; }