Kaydet (Commit) 5d999513 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327202 UwF: Unwritten field

Change-Id: Ifa0ffa779aa3dd79f4b41065e33f5cdbf3a89bc9
üst 2dea6b9e
......@@ -29,8 +29,6 @@ public class TextSectionDsc extends InstDescr {
private static final String service = "com.sun.star.text.TextSection";
private static final String ifcName = "com.sun.star.text.XTextContent";
private String name = null;
public TextSectionDsc() {
initTextSection();
......@@ -38,7 +36,7 @@ public class TextSectionDsc extends InstDescr {
@Override
public String getName() {
return name;
return null;
}
@Override
......@@ -71,4 +69,4 @@ public class TextSectionDsc extends InstDescr {
ServiceObj );
return PG;
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment