diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:29:52 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 22:29:52 +0000 |
commit | 1af093624dd0cda6e21d63950059efe055084e12 (patch) | |
tree | d3a0785af9579e1025132313214c20ff6f40f5f4 /svx/source/table | |
parent | c1f8f54d38c08b557595f935985e1ce2f7eae2f1 (diff) |
INTEGRATION: CWS aw033 (1.2.4); FILE MERGED
2008/07/10 13:00:59 aw 1.2.4.3: #i39532# XOutputDevice removed, PrepareDelete removed
2008/05/14 14:01:46 aw 1.2.4.2: RESYNC: (1.2-1.3); FILE MERGED
2008/03/31 05:53:01 aw 1.2.4.1: in-between ersion of the primitive transition
Diffstat (limited to 'svx/source/table')
-rw-r--r-- | svx/source/table/viewcontactoftableobj.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/svx/source/table/viewcontactoftableobj.hxx b/svx/source/table/viewcontactoftableobj.hxx index 5ea2797ad518..54e6fab2e923 100644 --- a/svx/source/table/viewcontactoftableobj.hxx +++ b/svx/source/table/viewcontactoftableobj.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: viewcontactoftableobj.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.4 $ * * This file is part of OpenOffice.org. * @@ -51,18 +51,18 @@ namespace sdr { protected: // internal access to SdrTextObj - ::sdr::table::SdrTableObj& GetTextObj() const + ::sdr::table::SdrTableObj& GetTableObj() const { return (::sdr::table::SdrTableObj&)GetSdrObject(); } + // This method is responsible for creating the graphical visualisation data derived ONLY from + // the model data + virtual drawinglayer::primitive2d::Primitive2DSequence createViewIndependentPrimitive2DSequence() const; + public: // basic constructor, used from SdrObject. ViewContactOfTableObj(::sdr::table::SdrTableObj& rTextObj); - - // The destructor. When PrepareDelete() was not called before (see there) - // warnings will be generated in debug version if there are still contacts - // existing. virtual ~ViewContactOfTableObj(); }; } // end of namespace contact |