summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/worksheetsettings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/worksheetsettings.hxx')
-rw-r--r--sc/source/filter/inc/worksheetsettings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/worksheetsettings.hxx b/sc/source/filter/inc/worksheetsettings.hxx
index 2f6f192a95bb..f314733c7b46 100644
--- a/sc/source/filter/inc/worksheetsettings.hxx
+++ b/sc/source/filter/inc/worksheetsettings.hxx
@@ -82,7 +82,7 @@ public:
/** Imports protection settings from the sheetProtection element. */
void importSheetProtection( const AttributeList& rAttribs );
/** Imports enhanced protection settings from the protectedRanges element. */
- void importProtectedRanges( const AttributeList& rAttribs );
+ static void importProtectedRanges( const AttributeList& rAttribs );
/** Imports enhanced protection settings from the protectedRange element. */
void importProtectedRange( const AttributeList& rAttribs );
/** Imports protection settings from the sheetProtection element of a chart sheet. */