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/source/ui/inc/funcutl.hxx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sc/source/ui/inc/funcutl.hxx') diff --git a/sc/source/ui/inc/funcutl.hxx b/sc/source/ui/inc/funcutl.hxx index 013820da77b9..892f2cb60be8 100644 --- a/sc/source/ui/inc/funcutl.hxx +++ b/sc/source/ui/inc/funcutl.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: funcutl.hxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.5.32.2 $ * * This file is part of OpenOffice.org. * @@ -82,8 +82,6 @@ protected: public: - ScEditBox( Window* pParent, - WinBits nWinStyle = WB_LEFT | WB_BORDER ); ScEditBox( Window* pParent, const ResId& rResId ); ~ScEditBox(); @@ -172,10 +170,6 @@ public: String GetArgVal(); void SetArgSelection (const Selection& rSel ); - void ReplaceSelOfArg (const String& rStr ); - - Selection GetArgSelection(); - ArgEdit* GetArgEdPtr() {return pEdArg;} -- cgit