coverity#1327199 UwF: Unwritten field
Change-Id: I1fdb8b0740c947feced9aec6399313231007dcf8
This commit is contained in:
parent
3b3e2ae28e
commit
1bc8beeea8
1 changed files with 1 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue