summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/retypepassdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/retypepassdlg.hxx')
-rw-r--r--sc/source/ui/inc/retypepassdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/retypepassdlg.hxx b/sc/source/ui/inc/retypepassdlg.hxx
index 76f016be60cf..dbf6f9729265 100644
--- a/sc/source/ui/inc/retypepassdlg.hxx
+++ b/sc/source/ui/inc/retypepassdlg.hxx
@@ -110,7 +110,7 @@ private:
struct TableItem
{
- rtl::OUString maName;
+ OUString maName;
TabProtectionPtr mpProtect;
};
::std::vector<TableItem> maTableItems;