diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdlayer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdlayer.hxx b/include/svx/svdlayer.hxx index c3103b263467..e8433a660cf2 100644 --- a/include/svx/svdlayer.hxx +++ b/include/svx/svdlayer.hxx @@ -67,7 +67,7 @@ class SVX_DLLPUBLIC SdrLayer bool mbPrintableODF; // corresponds to ODF draw:display bool mbLockedODF; // corresponds to ODF draw:protected SdrModel* pModel; // For broadcasting - sal_uInt16 nType; // 0= userdefined, 1= default layer + bool mbUserDefinedLayer; SdrLayerID const nID; SdrLayer(SdrLayerID nNewID, const OUString& rNewName); |