coverity#1327199 UwF: Unwritten field

Change-Id: I1fdb8b0740c947feced9aec6399313231007dcf8
This commit is contained in:
Caolán McNamara 2015-10-15 15:51:02 +01:00
parent 3b3e2ae28e
commit 1bc8beeea8

View file

@ -32,7 +32,6 @@ public class FrameDsc extends InstDescr {
private int height = 2000;
private int width = 2000;
private String name = null;
private static final String ifcName = "com.sun.star.text.XTextFrame";
private static final String service = "com.sun.star.text.TextFrame";
@ -48,7 +47,7 @@ public class FrameDsc extends InstDescr {
@Override
public String getName() {
return name;
return null;
}
@Override
public String getIfcName() {