summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undotab.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/undotab.hxx')
-rw-r--r--sc/source/ui/inc/undotab.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/undotab.hxx b/sc/source/ui/inc/undotab.hxx
index 0c6bec3782af..0d26ac84f9f9 100644
--- a/sc/source/ui/inc/undotab.hxx
+++ b/sc/source/ui/inc/undotab.hxx
@@ -94,7 +94,7 @@ public:
ScDocShell* pNewDocShell,
SCTAB nTabNum,
sal_Bool bApp,
- SvStrings *pNewNameList);
+ std::vector<rtl::OUString>& newNameList);
virtual ~ScUndoInsertTables();
virtual void Undo();
@@ -107,7 +107,7 @@ public:
private:
SdrUndoAction* pDrawUndo;
- SvStrings* pNameList;
+ std::vector<rtl::OUString> aNameList;
sal_uLong nStartChangeAction;
sal_uLong nEndChangeAction;
SCTAB nTab;