summaryrefslogtreecommitdiff
path: root/svx/inc/svx/sdr/contact
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 21:43:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 21:43:54 +0000
commit6cab4ab518721c9f59ffea249895fb2d2558ce73 (patch)
treecbdc4803729abd706a4b52b03cad14ad657fb7fa /svx/inc/svx/sdr/contact
parent8978a1e815c2d0feec1c06fbdcbe0018bd87f2f8 (diff)
INTEGRATION: CWS aw033 (1.4.16); FILE MERGED
2008/05/27 14:48:07 aw 1.4.16.8: #i39532# changes DEV300 m12 resync corrections 2008/05/14 13:58:46 aw 1.4.16.7: RESYNC: (1.4-1.5); FILE MERGED 2008/01/22 12:29:07 aw 1.4.16.6: adaptions and 1st stripping 2007/07/06 13:42:27 aw 1.4.16.5: #i39532# moved from Primitive2DReference to Primitive2DSequence where possible to avoid extra-group primitive creations and deeper hierarchies as necessary 2006/10/19 10:53:47 aw 1.4.16.4: #i39532# primitive 2006/08/09 17:05:52 aw 1.4.16.3: #i39532# 2006/06/02 14:17:45 aw 1.4.16.2: #i39532# adaptions to new primitives, error corrections 2006/05/12 12:44:11 aw 1.4.16.1: code changes for primitive support
Diffstat (limited to 'svx/inc/svx/sdr/contact')
-rw-r--r--svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx19
1 files changed, 9 insertions, 10 deletions
diff --git a/svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx b/svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx
index aa2f006d416c..c5b01284ccc0 100644
--- a/svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx
+++ b/svx/inc/svx/sdr/contact/viewobjectcontactredirector.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: viewobjectcontactredirector.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -32,18 +32,15 @@
#define _SDR_CONTACT_VIEWOBJECTCONTACTREDIRECTOR_HXX
#include "svx/svxdllapi.h"
+#include <drawinglayer/primitive2d/baseprimitive2d.hxx>
//////////////////////////////////////////////////////////////////////////////
// predeclarations
-namespace sdr
-{
- namespace contact
- {
- class DisplayInfo;
- class ViewObjectContact;
- } // end of namespace contact
-} // end of namespace sdr
+namespace sdr { namespace contact {
+ class DisplayInfo;
+ class ViewObjectContact;
+}}
//////////////////////////////////////////////////////////////////////////////
@@ -66,7 +63,9 @@ namespace sdr
// all default implementations just call the same methods at the original. To do something
// different, overload the method and at least do what the method does.
- virtual void PaintObject(ViewObjectContact& rOriginal, DisplayInfo& rDisplayInfo);
+ virtual drawinglayer::primitive2d::Primitive2DSequence createRedirectedPrimitive2DSequence(
+ const sdr::contact::ViewObjectContact& rOriginal,
+ const sdr::contact::DisplayInfo& rDisplayInfo);
};
} // end of namespace contact
} // end of namespace sdr