summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorserval <serval2412@yahoo.fr>2010-12-20 11:50:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-20 11:50:25 +0000
commite4db7f536d6e227fd0695fa29077050f6bd692fb (patch)
tree03044b4427e663e47052f2eb4bff335fb6572296 /sc/inc/dpglobal.hxx
parent3fc98975edfcdfca376cd2603db94b12048db1d7 (diff)
callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx2
1 files changed, 0 insertions, 2 deletions
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<com::sun::star::container::XNameAccess> 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<double,double> & rRight );
// used for DataPilot Panel
ScDPInfoWnd* GetDPInfoWnd( ScTabViewShell *pViewShell );
- bool ChkDPTableOverlap( ScDocument *pDestDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStartCol, SCROW nClipStartRow, SCCOL nStartCol, SCROW nStartRow, SCTAB nStartTab, USHORT nEndTab, bool bExcludeClip = FALSE );
}
#endif