summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-20 11:52:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-20 11:52:07 +0000
commit578ec2b1309edc4023080b0946b06b78a0c15265 (patch)
treebab039d7968330ffaf791fddc9267b6e5d673134 /sc/inc/dpglobal.hxx
parentcallcatcher + 1 RTL_CONSTASCII_USTRINGPARAM (diff)
downloadcore-578ec2b1309edc4023080b0946b06b78a0c15265.tar.gz
core-578ec2b1309edc4023080b0946b06b78a0c15265.zip
declared but not defined
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 486f985de24c..9326ffd58b54 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -189,16 +189,9 @@ protected:
namespace ScDPGlobal
{
-// used for core data
- String GetFieldFuncString( const String& rSourceName, USHORT &rFuncMask, bool bIsValue );
- 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
String operator + ( const String & rL, const String &rR );
Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight );
-// used for DataPilot Panel
- ScDPInfoWnd* GetDPInfoWnd( ScTabViewShell *pViewShell );
-
}
#endif