Kaydet (Commit) 1bc8beee authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327199 UwF: Unwritten field

Change-Id: I1fdb8b0740c947feced9aec6399313231007dcf8
üst 3b3e2ae2
...@@ -32,7 +32,6 @@ public class FrameDsc extends InstDescr { ...@@ -32,7 +32,6 @@ public class FrameDsc extends InstDescr {
private int height = 2000; private int height = 2000;
private int width = 2000; private int width = 2000;
private String name = null;
private static final String ifcName = "com.sun.star.text.XTextFrame"; private static final String ifcName = "com.sun.star.text.XTextFrame";
private static final String service = "com.sun.star.text.TextFrame"; private static final String service = "com.sun.star.text.TextFrame";
...@@ -48,7 +47,7 @@ public class FrameDsc extends InstDescr { ...@@ -48,7 +47,7 @@ public class FrameDsc extends InstDescr {
@Override @Override
public String getName() { public String getName() {
return name; return null;
} }
@Override @Override
public String getIfcName() { public String getIfcName() {
......
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