summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-15 01:03:47 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-15 13:27:11 +0100
commit87c1d4daecb91016e489f2bd50021336531eb628 (patch)
tree28594cbd366f5ad31c6dfeb42a54ab636eb08af9 /svx/inc
parenteabc7a754545cb21a1edf00fc660af3f73314e70 (diff)
Remove obviously unused documentation
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/msdffdef.hxx34
1 files changed, 0 insertions, 34 deletions
diff --git a/svx/inc/svx/msdffdef.hxx b/svx/inc/svx/msdffdef.hxx
index fbac729f54..dfc33044ad 100644
--- a/svx/inc/svx/msdffdef.hxx
+++ b/svx/inc/svx/msdffdef.hxx
@@ -1185,40 +1185,6 @@ typedef enum {
mso_colorBParamShift = 16 // To extract the parameter value
} MSO_SYSCOLORINDEX;
-#ifdef Hier_noch_was_aus_der_Doku
-/* The secondary, or data, UID - should always be set. */
-BYTE m_rgbUid[16];
-/* The primary UID - this defaults to 0, in which case the primary ID is
- that of the internal data. NOTE!: The primary UID is only saved to disk
- if (blip_instance ^ blip_signature == 1). Blip_instance is MSO_FBH.inst and
- blip_signature is one of the values defined in MSO_BI */
-BYTE m_rgbUidPrimary[16]; // optional based on the above check
-
-/* Metafile Blip overhead = 34 bytes. m_cb gives the number of
- bytes required to store an uncompressed version of the file, m_cbSave
- is the compressed size. m_mfBounds gives the boundary of all the
- drawing calls within the metafile (this may just be the bounding box
- or it may allow some whitespace, for a WMF this comes from the
- SetWindowOrg and SetWindowExt records of the metafile). */
-int m_cb; // Cache of the metafile size
-RECT m_rcBounds; // Boundary of metafile drawing commands
-POINT m_ptSize; // Size of metafile in EMUs
-int m_cbSave; // Cache of saved size (size of m_pvBits)
-BYTE m_fCompression; // MSO_BLIPCOMPRESSION
-BYTE m_fFilter; // always mso_filterNone
-void *m_pvBits; // Compressed bits of metafile.
-
-/* The secondary, or data, UID - should always be set. */
-BYTE m_rgbUid[16];
-/* The primary UID - this defaults to 0, in which case the primary ID is
- that of the internal data. NOTE!: The primary UID is only saved to disk
- if (blip_instance ^ blip_signature == 1). Blip_instance is MSO_FBH.finst and
- blip_signature is one of the values defined in MSO_BI*/
-BYTE m_rgbUidPrimary[16]; // optional based on the above check
-BYTE m_bTag;
-void *m_pvBits; // raster bits of the blip.
-#endif
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */