Kaydet (Commit) 6df1e4dd authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1327196 UwF: Unwritten field

Change-Id: I1847457bccaa7bd074127395367b080f0b376b12
üst 64c8bf92
......@@ -29,7 +29,6 @@ public class BookmarkDsc extends InstDescr {
private static final String service = "com.sun.star.text.Bookmark";
private static final String ifcName = "com.sun.star.text.XTextContent";
private String name = null;
public BookmarkDsc() {
......@@ -38,7 +37,7 @@ public class BookmarkDsc extends InstDescr {
@Override
public String getName() {
return name;
return null;
}
@Override
......@@ -71,4 +70,4 @@ public class BookmarkDsc extends InstDescr {
ServiceObj );
return BM;
}
}
\ 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