summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdetc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdetc.cxx')
-rw-r--r--svx/source/svdraw/svdetc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdetc.cxx b/svx/source/svdraw/svdetc.cxx
index eeb7af14dd55..94e502646798 100644
--- a/svx/source/svdraw/svdetc.cxx
+++ b/svx/source/svdraw/svdetc.cxx
@@ -570,7 +570,7 @@ namespace
const SdrObjList& rList,
const Point& rPnt,
const SdrPageView& rTextEditPV,
- const SetOfByte& rVisLayers,
+ const SdrLayerIDSet& rVisLayers,
Color& rCol)
{
if(!rList.GetModel())
@@ -614,7 +614,7 @@ namespace
const SdrPage& rPage,
const Point& rPnt,
const SdrPageView& rTextEditPV,
- const SetOfByte& rVisLayers,
+ const SdrLayerIDSet& rVisLayers,
Color& rCol,
bool bSkipBackgroundShape)
{
@@ -627,7 +627,7 @@ namespace
{
if(rPage.TRG_HasMasterPage())
{
- SetOfByte aSet(rVisLayers);
+ SdrLayerIDSet aSet(rVisLayers);
aSet &= rPage.TRG_GetMasterPageVisibleLayers();
SdrPage& rMasterPage = rPage.TRG_GetMasterPage();