1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00
This commit is contained in:
Nikolay Pultsin 2013-06-12 21:57:41 +04:00
parent e5947b76e1
commit 612afa5004
2 changed files with 3 additions and 1 deletions

View file

@ -19,8 +19,8 @@
package org.geometerplus.fbreader.network.authentication.litres; package org.geometerplus.fbreader.network.authentication.litres;
import java.io.InputStream;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream;
import org.geometerplus.zlibrary.core.network.ZLNetworkException; import org.geometerplus.zlibrary.core.network.ZLNetworkException;
import org.geometerplus.zlibrary.core.network.ZLNetworkRequest; import org.geometerplus.zlibrary.core.network.ZLNetworkRequest;

View file

@ -69,6 +69,7 @@ public class ZLTextStyleCollection {
private final int myDpi = ZLibrary.Instance().getDisplayDPI(); private final int myDpi = ZLibrary.Instance().getDisplayDPI();
private ZLTextStyleCollection myCollection; private ZLTextStyleCollection myCollection;
@Override
public boolean dontCacheAttributeValues() { public boolean dontCacheAttributeValues() {
return true; return true;
} }
@ -105,6 +106,7 @@ public class ZLTextStyleCollection {
myCollection = collection; myCollection = collection;
} }
@Override
public boolean startElementHandler(String tag, ZLStringMap attributes) { public boolean startElementHandler(String tag, ZLStringMap attributes) {
final String BASE = "base"; final String BASE = "base";
final String STYLE = "style"; final String STYLE = "style";