diff options
author | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-23 16:27:16 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@Sun.COM> | 2009-11-23 16:27:16 +0100 |
commit | a250306f8fb95f935ac6318850434b79ca21dc8d (patch) | |
tree | cbb6619a779566e5e5d2c06da66dfcefa3d35ce6 /svx/inc | |
parent | 3137d89c8a7632b89f55fdd638bca027593225b3 (diff) |
#i105146# fixed mainly by not setting a page to visualize at the SdrPageObj's for handout page
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/svdpage.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/svx/inc/svx/svdpage.hxx b/svx/inc/svx/svdpage.hxx index 6f2753c4e896..3523308b6e8f 100644 --- a/svx/inc/svx/svdpage.hxx +++ b/svx/inc/svx/svdpage.hxx @@ -563,6 +563,9 @@ public: const sdr::contact::DisplayInfo& rDisplayInfo, bool bEdit ); + /** Check if page is the HandoutMasterPage (in SVX, no PK_HANDOUT available) */ + bool isHandoutMasterPage() const; + ////////////////////////////////////////////////////////////////////////////// // sdr::Comment interface private: |