diff options
-rw-r--r-- | svx/inc/sdr/contact/viewcontactofsdrpage.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index b708a8ff588e..5965dcd0505c 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -108,6 +108,13 @@ public: virtual ~ViewContactOfInnerPageBorder(); }; +/** + * This view contact corresponds with all SdrObject instances in a single + * SdrPage. Its GetObjectCount() returns the number of SdrObject instances + * in the SdrPage that it represents, and its GetViewContact() returns the + * view contact of the SdrObject instance associated with the identifier + * passed to the method. + */ class ViewContactOfPageHierarchy : public ViewContactOfPageSubObject { protected: |