[glom] Removed some tab characters
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Removed some tab characters
- Date: Mon, 11 Jul 2011 07:54:15 +0000 (UTC)
commit e9fb09f537b230a5fc385cc2d480cf7229546d78
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Jul 11 09:54:10 2011 +0200
Removed some tab characters
.../layout/layoutitem_placeholder.cc | 30 ++++++++++----------
1 files changed, 15 insertions(+), 15 deletions(-)
---
diff --git a/glom/libglom/data_structure/layout/layoutitem_placeholder.cc b/glom/libglom/data_structure/layout/layoutitem_placeholder.cc
index c9b58ee..23f77c4 100644
--- a/glom/libglom/data_structure/layout/layoutitem_placeholder.cc
+++ b/glom/libglom/data_structure/layout/layoutitem_placeholder.cc
@@ -17,9 +17,9 @@
*
* You should have received a copy of the GNU General Public License
* along with glom. If not, write to:
- * The Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor
- * Boston, MA 02110-1301, USA.
+ * The Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor
+ * Boston, MA 02110-1301, USA.
*/
#include <libglom/data_structure/layout/layoutitem_placeholder.h>
@@ -27,42 +27,42 @@
namespace Glom
{
-
+
LayoutItem_Placeholder::LayoutItem_Placeholder()
{
-
+
}
LayoutItem_Placeholder::~LayoutItem_Placeholder()
{
-
+
}
-
+
LayoutItem_Placeholder::LayoutItem_Placeholder(const LayoutItem_Placeholder& src) :
- LayoutItem(src)
+ LayoutItem(src)
{
-
+
}
-
+
LayoutItem* LayoutItem_Placeholder::clone() const
{
- return new LayoutItem_Placeholder(*this);
+ return new LayoutItem_Placeholder(*this);
}
-
+
bool LayoutItem_Placeholder::operator==(const LayoutItem_Placeholder* src) const
{
- return LayoutItem::operator==(*src);
+ return LayoutItem::operator==(*src);
}
Glib::ustring LayoutItem_Placeholder::get_part_type_name() const
{
//Translators: This is the name of a UI element (a layout part name).
- return _("Placeholder");
+ return _("Placeholder");
}
Glib::ustring LayoutItem_Placeholder::get_report_part_id() const
{
- return "placeholder";
+ return "placeholder";
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]