diff options
Diffstat (limited to 'include/svx/svdlayer.hxx')
-rw-r--r-- | include/svx/svdlayer.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/svdlayer.hxx b/include/svx/svdlayer.hxx index cc9e0d4bf91b..2e35c831afee 100644 --- a/include/svx/svdlayer.hxx +++ b/include/svx/svdlayer.hxx @@ -104,12 +104,10 @@ friend class SdrView; friend class SdrModel; friend class SdrPage; -protected: std::vector<std::unique_ptr<SdrLayer>> maLayers; SdrLayerAdmin* pParent; // The page's admin knows the doc's admin SdrModel* pModel; // For broadcasting OUString maControlLayerName; -protected: // Find a LayerID which is not in use yet. If all have been used up, // we return 0. // If you want to play safe, check GetLayerCount()<SDRLAYER_MAXCOUNT |