diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 13:49:52 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 13:49:52 +0000 |
commit | 3847f7e1ad427efdc1f087f2e33088062fd20684 (patch) | |
tree | e2b425318cf8ef0df4fd420895d4ac007346e353 /svx/inc | |
parent | 4a5d53d299d56e1da85ab05cbb19f0fe41a40742 (diff) |
INTEGRATION: CWS aw053 (1.12.196); FILE MERGED
2007/09/14 10:35:52 aw 1.12.196.1: #i80528# Removal of draft paint modes
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/sdr/contact/displayinfo.hxx | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/svx/inc/svx/sdr/contact/displayinfo.hxx b/svx/inc/svx/sdr/contact/displayinfo.hxx index 8b5968dc4a5f..bff6e1ff9680 100644 --- a/svx/inc/svx/sdr/contact/displayinfo.hxx +++ b/svx/inc/svx/sdr/contact/displayinfo.hxx @@ -4,9 +4,9 @@ * * $RCSfile: displayinfo.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: vg $ $Date: 2007-04-11 17:02:15 $ + * last change: $Author: ihi $ $Date: 2007-11-26 14:49:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -245,13 +245,6 @@ namespace sdr // access to master page painting flag sal_Bool GetMasterPagePainting() const; void SetMasterPagePainting(sal_Bool bNew); - - // Infos about draft painting. These may get bitfield members later. - sal_Bool IsDraftText() const; - sal_Bool IsDraftGraphic() const; - sal_Bool IsDraftLine() const; - sal_Bool IsDraftFill() const; - sal_Bool IsHideDraftGraphic() const; }; } // end of namespace contact } // end of namespace sdr |