[Libreoffice-commits] .: sc/inc
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Dec 20 03:58:27 PST 2010
sc/inc/dpglobal.hxx | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit 12f76d743d9898cd27b35fef36b2d93f74ba7d7f
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 20 11:52:07 2010 +0000
declared but not defined
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index ac76f5a..892ecf4 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
More information about the Libreoffice-commits
mailing list