diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2010-11-26 01:48:53 +0900 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-11-26 10:25:08 +0000 |
commit | 0599ea17606e42864fbb095c250adf6abd0c6dcc (patch) | |
tree | babc9e3da9d3be7ffe19863026fbe6e2d2e081fe /reportdesign/inc/RptPage.hxx | |
parent | 2b695c0c6a4268d4cd5c5808051aa53dde95cf29 (diff) |
Remove dead codes and undesired comments with fixed typo
Hi,
yet another cleanup on base.
Cheers,
-- Takeshi Abe
>From dff2f8d6d37863a5517a412ea4f92ebdbee536ff Mon Sep 17 00:00:00 2001
From: Takeshi Abe <tabe@fixedpoint.jp>
Date: Fri, 26 Nov 2010 01:45:21 +0900
Subject: [PATCH] Remove dead codes and undesired comments with fixed typo
Diffstat (limited to 'reportdesign/inc/RptPage.hxx')
-rw-r--r-- | reportdesign/inc/RptPage.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx index 1313184d0..5daac5ef4 100644 --- a/reportdesign/inc/RptPage.hxx +++ b/reportdesign/inc/RptPage.hxx @@ -40,7 +40,6 @@ namespace rptui //============================================================================ class OReportModel; -//class OReportSection; class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage { |