From e4db7f536d6e227fd0695fa29077050f6bd692fb Mon Sep 17 00:00:00 2001 From: serval Date: Mon, 20 Dec 2010 11:50:25 +0000 Subject: callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM --- sc/inc/dpglobal.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'sc/inc/dpglobal.hxx') diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx index ea9884c93b14..486f985de24c 100644 --- a/sc/inc/dpglobal.hxx +++ b/sc/inc/dpglobal.hxx @@ -191,7 +191,6 @@ namespace ScDPGlobal { // used for core data String GetFieldFuncString( const String& rSourceName, USHORT &rFuncMask, bool bIsValue ); - String GetFuncString( const String &rString, const USHORT nIndex ); com::sun::star::uno::Reference DP_GetMembers( const com::sun::star::uno::Reference< com::sun::star::sheet::XDimensionsSupplier>&rSrc, long nField ); // common operation @@ -199,7 +198,6 @@ namespace ScDPGlobal Rectangle operator *( const Rectangle &rLeft, const std::pair & rRight ); // used for DataPilot Panel ScDPInfoWnd* GetDPInfoWnd( ScTabViewShell *pViewShell ); - bool ChkDPTableOverlap( ScDocument *pDestDoc, std::list & rClipboard, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, USHORT nEndTab, bool bExcludeClip = FALSE ); } #endif -- cgit