summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drawsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/drawsh.hxx')
-rw-r--r--sc/source/ui/inc/drawsh.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/drawsh.hxx b/sc/source/ui/inc/drawsh.hxx
index 3f12fe64bb86..ec203b227a52 100644
--- a/sc/source/ui/inc/drawsh.hxx
+++ b/sc/source/ui/inc/drawsh.hxx
@@ -59,7 +59,7 @@ public:
ScDrawShell(ScViewData* pData);
virtual ~ScDrawShell();
- void StateDisableItems( SfxItemSet &rSet );
+ static void StateDisableItems( SfxItemSet &rSet );
void ExecDrawAttr(SfxRequest& rReq);
void GetDrawAttrState(SfxItemSet &rSet);
@@ -85,7 +85,7 @@ public:
ScDrawView* GetDrawView();
- bool AreAllObjectsOnLayer(sal_uInt16 nLayerNo,const SdrMarkList& rMark);
+ static bool AreAllObjectsOnLayer(sal_uInt16 nLayerNo,const SdrMarkList& rMark);
void GetDrawAttrStateForIFBX( SfxItemSet& rSet );
::rtl::OUString GetSidebarContextName();