summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-06-07 19:26:06 +0200
committerNiklas Nebel <nn@openoffice.org>2010-06-07 19:26:06 +0200
commit3de4d76f48fcde2915c94ba6a3541eb6cff69332 (patch)
treeecf9846040d0a27920a24c918e340264c328089c /sc/inc/dpobject.hxx
parentcalc55: merge (diff)
downloadcore-3de4d76f48fcde2915c94ba6a3541eb6cff69332.tar.gz
core-3de4d76f48fcde2915c94ba6a3541eb6cff69332.zip
#i94570# keep DataPilot table names unique, get document from DocShell in RefreshDPObject
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index 65e89ec75d41..44aa1daa9a92 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -276,6 +276,7 @@ public:
virtual ScDataObject* Clone() const;
ScDPObject* operator[](USHORT nIndex) const {return (ScDPObject*)At(nIndex);}
+ ScDPObject* GetByName(const String& rName) const;
void DeleteOnTab( SCTAB nTab );
void UpdateReference( UpdateRefMode eUpdateRefMode,