diff options
author | Rafael Dominguez <venccsralph@gmail.com> | 2011-06-03 19:37:52 -0430 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-06-09 21:40:06 +0200 |
commit | 4a42b727ff6bc82ec140308e55833078119a73d2 (patch) | |
tree | 77c5fb1dca576ba7ac99a261ca795ae288a5eb41 /sc/inc | |
parent | 6372a90a6043c0f738ab9bb033b8a17138682c0f (diff) |
Replace List with std::vector<String>.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/scabstdlg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scabstdlg.hxx b/sc/inc/scabstdlg.hxx index b91563195553..87495b5da1ab 100644 --- a/sc/inc/scabstdlg.hxx +++ b/sc/inc/scabstdlg.hxx @@ -394,7 +394,7 @@ public: sal_uInt16 nResId, const String& aTitle, const String& aLbTitle, - List& aEntryList, + const std::vector<String> &rEntryList, int nId ) = 0; virtual AbstractScLinkedAreaDlg * CreateScLinkedAreaDlg ( Window* pParent, int nId) = 0; //add for ScLinkedAreaDlg |