summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.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/dpobject.hxx
parentcppcheck: prefer prefix variant (diff)
downloadcore-e4db7f536d6e227fd0695fa29077050f6bd692fb.tar.gz
core-e4db7f536d6e227fd0695fa29077050f6bd692fb.zip
callcatcher + 1 RTL_CONSTASCII_USTRINGPARAM
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index b1a44825a49c..ac6959ebf335 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -123,7 +123,6 @@ public:
// Wang Xu Ming -- 2009-8-17
// DataPilot Migration - Cache&&Performance
inline void SetRefresh() { bRefresh = TRUE; }
- const ScDPTableDataCache* GetCache() const;
long GetCacheId() const;
void SetCacheId( long nCacheId );
ULONG RefreshCache();
@@ -151,9 +150,6 @@ public:
void SetOutRange(const ScRange& rRange);
const ScRange& GetOutRange() const { return aOutRange; }
- void SetAutoFormatIndex (const sal_uInt16 nIndex);
- sal_uInt16 GetAutoFormatIndex() const;
-
void SetHeaderLayout(bool bUseGrid);
bool GetHeaderLayout() const;