summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-28 17:43:26 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-01-28 17:43:26 +0100
commit770837b8b4d2786ff7925d7ad6be69e1d1587ac4 (patch)
tree4920319e7916388a5f411be3dc50fd4aadcb331c /sc/source/ui/inc
parent796dfe2205b9a7735e7fb908b3b4fe7d74d76170 (diff)
parent6f68642b7b2310b902264849a5ffc5dca6c15510 (diff)
chart46: merge with dev300m98
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/drwtrans.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/inc/drwtrans.hxx b/sc/source/ui/inc/drwtrans.hxx
index 9a1175d3310d..cb04b6114efe 100644
--- a/sc/source/ui/inc/drwtrans.hxx
+++ b/sc/source/ui/inc/drwtrans.hxx
@@ -34,6 +34,8 @@
#include <sfx2/objsh.hxx>
#include "global.hxx"
+#include "charthelper.hxx"
+#include "rangelst.hxx"
class SdrModel;
@@ -69,6 +71,8 @@ private:
sal_uInt32 nSourceDocID;
+ ScRangeListVector m_aProtectedChartRangesVector;
+
void InitDocShell();
//REMOVE SvInPlaceObjectRef GetSingleObject();
@@ -104,6 +108,8 @@ public:
static ScDrawTransferObj* GetOwnClipboard( Window* pUIWin );
virtual sal_Int64 SAL_CALL getSomething( const com::sun::star::uno::Sequence< sal_Int8 >& rId ) throw( com::sun::star::uno::RuntimeException );
static const com::sun::star::uno::Sequence< sal_Int8 >& getUnoTunnelId();
+
+ const ScRangeListVector& GetProtectedChartRangesVector() const { return m_aProtectedChartRangesVector; }
};
#endif