Subversion Repositories SmartDukaan

Rev

Rev 11230 | Rev 20423 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11230 Rev 11235
Line 150... Line 150...
150
								}
150
								}
151
							}
151
							}
152
						}
152
						}
153
					}
153
					}
154
				}
154
				}
155
				if((slide.getFeatures()== null && slide.getFeatures().size()==0) || (slide.getChildrenSlides()==null && slide.getChildrenSlides().size()==0 )){
155
				if((slide.getFeatures()== null || slide.getFeatures().size()==0) && (slide.getChildrenSlides()==null || slide.getChildrenSlides().size()==0 )){
156
					//Lets collect all the freeform if no features are available
156
					//Lets collect all the freeform if no features are available
157
					System.out.println("Lets collect all the freeform if no features are available");
157
					System.out.println("Lets collect all the freeform if no features are available");
158
					FreeformContent ffc = slide.getFreeformContent();
158
					FreeformContent ffc = slide.getFreeformContent();
159
					List<String> f = new ArrayList<String>();
159
					List<String> f = new ArrayList<String>();
160
					if(ffc != null){
160
					if(ffc != null){