diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 13:04:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-01-29 13:04:41 +0000 |
commit | b8344d04684051e020dcaeeb678828c59ce62edb (patch) | |
tree | 5cbd4e55430f96138e6cefbb9acad7623566ccc5 /svx/inc | |
parent | cda1d9bd4c20675edb74c46750ab57becb464ad4 (diff) |
INTEGRATION: CWS reportdesign02 (1.7.1064); FILE MERGED
2007/10/29 11:40:31 oj 1.7.1064.1: #i77919# enable view to draw only left and right border, used by the report builder
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx index 05bc9e0257bb..3b5925e42c9a 100644 --- a/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/svx/sdr/contact/viewcontactofsdrpage.hxx @@ -4,9 +4,9 @@ * * $RCSfile: viewcontactofsdrpage.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 20:00:26 $ + * last change: $Author: rt $ $Date: 2008-01-29 14:04:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -79,7 +79,7 @@ namespace sdr public: // #i37869# global paint helper methods static void DrawPaperBorder(DisplayInfo& rDisplayInfo, const SdrPage& rPage); - static void DrawBorder(DisplayInfo& rDisplayInfo, const SdrPage& rPage); + static void DrawBorder(BOOL _bDrawOnlyLeftRightBorder,DisplayInfo& rDisplayInfo, const SdrPage& rPage); static void DrawHelplines(DisplayInfo& rDisplayInfo); static void DrawGrid(DisplayInfo& rDisplayInfo); |