summaryrefslogtreecommitdiffstats
path: root/sw/inc/shellres.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-12-01 12:18:53 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-12-01 12:20:15 +0000
commit32c26ffb1f7585318a11f684a9886b58cea5b307 (patch)
treec703be1364293845e8dea14d665a7abfeb7d1f45 /sw/inc/shellres.hxx
parentoops, fix typo for ./download (diff)
downloadcore-32c26ffb1f7585318a11f684a9886b58cea5b307.tar.gz
core-32c26ffb1f7585318a11f684a9886b58cea5b307.zip
Resolves: fdo#56549 crash in format->autocorrect->apply and edit changes
regression from cad9afa15f53d547733fa55f1353772f6d696611 Change-Id: I1aa36bf86969a5a90456817d360d59125948e519
Diffstat (limited to 'sw/inc/shellres.hxx')
-rw-r--r--sw/inc/shellres.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/shellres.hxx b/sw/inc/shellres.hxx
index af969a0dcd39..253c85de6222 100644
--- a/sw/inc/shellres.hxx
+++ b/sw/inc/shellres.hxx
@@ -87,7 +87,7 @@ struct SW_DLLPUBLIC ShellResource : public Resource
private:
void _GetAutoFmtNameLst() const;
- std::vector<String> *pAutoFmtNameLst;
+ mutable std::vector<String> *pAutoFmtNameLst;
String sPageDescFirstName;
String sPageDescFollowName;
String sPageDescName;