diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-07 11:53:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-01-07 12:53:39 +0200 |
commit | 306f04830300c239fd74677bcc61efcb5a4532ea (patch) | |
tree | 99e45a78bdf3a7ed307ac87306737e976302b649 /include/svx/svdmodel.hxx | |
parent | f536699304e951ab2e104118ad36335ee0f1b268 (diff) |
fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'
Change-Id: Ica501fc73e7e5f9dbd30dd9da3f337b2dc7e6f02
Diffstat (limited to 'include/svx/svdmodel.hxx')
-rw-r--r-- | include/svx/svdmodel.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svx/svdmodel.hxx b/include/svx/svdmodel.hxx index bbca71019c30..30db1efdb21a 100644 --- a/include/svx/svdmodel.hxx +++ b/include/svx/svdmodel.hxx @@ -205,7 +205,6 @@ protected: bool bSaveNative:1; bool bStarDrawPreviewMode:1; bool mbDisableTextEditUsesCommonUndoManager:1; - sal_uInt16 nStreamCompressMode; // write compressedly? SvStreamEndian nStreamNumberFormat; sal_uInt16 nDefaultTabulator; sal_uInt32 nMaxUndoCount; |