From 716636d558e9cc9b910da6d127314d2b20cdf0b6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 30 Sep 2008 05:48:28 +0000 Subject: CWS-TOOLING: integrate CWS koheicoderemoval --- sc/inc/textuno.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sc/inc/textuno.hxx') diff --git a/sc/inc/textuno.hxx b/sc/inc/textuno.hxx index 3baa95421961..2d50f575d29f 100644 --- a/sc/inc/textuno.hxx +++ b/sc/inc/textuno.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: textuno.hxx,v $ - * $Revision: 1.15 $ + * $Revision: 1.15.32.1 $ * * This file is part of OpenOffice.org. * @@ -77,8 +77,9 @@ private: EditTextObject* pRightText; SfxBroadcaster aBC; + ScHeaderFooterContentObj(); // disabled + public: - ScHeaderFooterContentObj(); ScHeaderFooterContentObj( const EditTextObject* pLeft, const EditTextObject* pCenter, const EditTextObject* pRight ); @@ -352,7 +353,6 @@ public: ScEditEngineTextObj(); virtual ~ScEditEngineTextObj() throw(); - void SetText( const String& rStr ); void SetText( const EditTextObject& rTextObject ); EditTextObject* CreateTextObject(); }; -- cgit