summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-24 10:39:03 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-26 09:58:00 -0400
commit1e6268e50d94eac41743ee23efc1b5dc4bd176bd (patch)
treedb5d1d588878948fdace3e37ab6cc73a013531e3 /sc/inc/editsrc.hxx
parent8cd07281370a51023e1fe65100809f68e6489d6e (diff)
Simplified the constructors.
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index 12e47af8743f..150e83ddba21 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -68,8 +68,7 @@ private:
ScHeaderFooterTextData* pTextData;
public:
- ScHeaderFooterEditSource(ScHeaderFooterTextData* pData);
- ScHeaderFooterEditSource(ScHeaderFooterContentObj* pContent, sal_uInt16 nP);
+ ScHeaderFooterEditSource(const ScHeaderFooterTextData& rData);
ScHeaderFooterEditSource(ScHeaderFooterContentObj& rContent, sal_uInt16 nP);
virtual ~ScHeaderFooterEditSource();