summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/displayinfo.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 13:51:31 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 13:51:31 +0000
commit3046ca9a4bcb02ac86a7c16f88513876d92cf06c (patch)
treef797cdffc254116e321bc1d562fa9a4816cb0cd9 /svx/source/sdr/contact/displayinfo.cxx
parent7e95136ed25bd689da06a39f4cf52382f4a636ac (diff)
INTEGRATION: CWS aw053 (1.13.82); FILE MERGED
2007/09/14 10:37:09 aw 1.13.82.1: #i80528# Removal of draft paint modes
Diffstat (limited to 'svx/source/sdr/contact/displayinfo.cxx')
-rw-r--r--svx/source/sdr/contact/displayinfo.cxx26
1 files changed, 2 insertions, 24 deletions
diff --git a/svx/source/sdr/contact/displayinfo.cxx b/svx/source/sdr/contact/displayinfo.cxx
index b616c7ef53e7..19e831c59585 100644
--- a/svx/source/sdr/contact/displayinfo.cxx
+++ b/svx/source/sdr/contact/displayinfo.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: displayinfo.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 18:43:45 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 14:51:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -380,28 +380,6 @@ namespace sdr
mbMasterPagePainting = bNew;
}
}
-
- // Infos about draft painting. These may get bitfield members later.
- sal_Bool DisplayInfo::IsDraftText() const
- {
- return (0 != (mpPaintInfoRec->nPaintMode & SDRPAINTMODE_DRAFTTEXT));
- }
- sal_Bool DisplayInfo::IsDraftGraphic() const
- {
- return (0 != (mpPaintInfoRec->nPaintMode & SDRPAINTMODE_DRAFTGRAF));
- }
- sal_Bool DisplayInfo::IsDraftLine() const
- {
- return (0 != (mpPaintInfoRec->nPaintMode & SDRPAINTMODE_DRAFTLINE));
- }
- sal_Bool DisplayInfo::IsDraftFill() const
- {
- return (0 != (mpPaintInfoRec->nPaintMode & SDRPAINTMODE_DRAFTFILL));
- }
- sal_Bool DisplayInfo::IsHideDraftGraphic() const
- {
- return (0 != (mpPaintInfoRec->nPaintMode & SDRPAINTMODE_HIDEDRAFTGRAF));
- }
} // end of namespace contact
} // end of namespace sdr