From e2e72cc046cc1c0798d74f02bea049757d33dca5 Mon Sep 17 00:00:00 2001 From: Nikolay Pultsin Date: Tue, 23 Oct 2012 01:53:16 +0400 Subject: [PATCH] missing files --- .../text/model/ZLTextCSSStyleEntry.java | 25 +++++++++++++++++++ .../text/model/ZLTextOtherStyleEntry.java | 25 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java create mode 100644 src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java new file mode 100644 index 000000000..66a23efe4 --- /dev/null +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2007-2012 Geometer Plus + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. + */ + +package org.geometerplus.zlibrary.text.model; + +public final class ZLTextCSSStyleEntry extends ZLTextStyleEntry { + public ZLTextCSSStyleEntry() { + } +} diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java new file mode 100644 index 000000000..aa94a4e3d --- /dev/null +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java @@ -0,0 +1,25 @@ +/* + * Copyright (C) 2007-2012 Geometer Plus + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. + */ + +package org.geometerplus.zlibrary.text.model; + +public final class ZLTextOtherStyleEntry extends ZLTextStyleEntry { + public ZLTextOtherStyleEntry() { + } +}