summaryrefslogtreecommitdiff
path: root/sc/inc/tabprotection.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/tabprotection.hxx')
-rw-r--r--sc/inc/tabprotection.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/tabprotection.hxx b/sc/inc/tabprotection.hxx
index b8db018336eb..f95f3126853e 100644
--- a/sc/inc/tabprotection.hxx
+++ b/sc/inc/tabprotection.hxx
@@ -45,9 +45,9 @@ public:
returns false. */
static bool needsPassHashRegen(const ScDocument& rDoc, ScPasswordHash eHash1, ScPasswordHash eHash2 = PASSHASH_UNSPECIFIED);
- static ::rtl::OUString getHashURI(ScPasswordHash eHash);
+ static OUString getHashURI(ScPasswordHash eHash);
- static ScPasswordHash getHashTypeFromURI(const ::rtl::OUString& rURI);
+ static ScPasswordHash getHashTypeFromURI(const OUString& rURI);
private:
ScPassHashHelper();