summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-17 12:53:28 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-17 14:05:31 +0100
commita47cb498471f38987c248519435bc4867ffa456e (patch)
tree177544d89f8055a08b2d827b40451ed32b1e420a /sc/inc/dpglobal.hxx
parente532fc14d3804d7e812de4fb083e082b48300ed7 (diff)
remove unused ScDP* methods
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 9d99b6988809..55a6aeae24ff 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -136,23 +136,17 @@ public:
// case insensitive equality
static sal_Int32 Compare( const ScDPItemData& rA, const ScDPItemData& rB );
-#if OSL_DEBUG_LEVEL > 1
- void dump() const;
-#endif
-
public:
bool IsHasData() const ;
bool IsHasErr() const ;
bool IsValue() const;
String GetString() const ;
double GetValue() const ;
- sal_uLong GetNumFormat() const ;
bool HasStringData() const ;
bool IsDate() const;
bool HasDatePart() const;
void SetDate( bool b ) ;
- TypedStrData* CreateTypeString( );
sal_uInt8 GetType() const;
sal_uInt8 & GetFlag() throw() { return mbFlag; }
const sal_uInt8 & GetFlag() const throw() { return const_cast<ScDPItemData*>(this)->GetFlag(); }