diff options
Diffstat (limited to 'include/svx/svdlayer.hxx')
-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 ecb834326ce5..fef2ca52be40 100644 --- a/include/svx/svdlayer.hxx +++ b/include/svx/svdlayer.hxx @@ -132,7 +132,7 @@ public: SdrLayer* NewLayer(const OUString& rName, sal_uInt16 nPos=0xFFFF); // New layer, name is retrieved from the resource - void NewStandardLayer(sal_uInt16 nPos=0xFFFF); + void NewStandardLayer(sal_uInt16 nPos); // Iterate over all layers sal_uInt16 GetLayerCount() const { return sal_uInt16(aLayer.size()); } |