summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-04-27 22:22:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-29 15:37:08 +0200
commit795d56dfd55a78a240cef79c822ba958c4f18006 (patch)
treef1cb255ad87f0368d59705ba286052e6e63d7487 /include
parentWindows XP and Vista support was removed, prevent install on these old systems (diff)
downloadcore-795d56dfd55a78a240cef79c822ba958c4f18006.tar.gz
core-795d56dfd55a78a240cef79c822ba958c4f18006.zip
[API-CHANGE] Add persistent (in addition to persistant)
+ keep "persistant" for compatibility reasons but put it as deprecated Change-Id: I7ef8efb9f376eadfdac876d142840aab5a0b4416 Reviewed-on: https://gerrit.libreoffice.org/37042 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/escherex.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index 4486ceb34e58..f25a961b7bc3 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -1090,7 +1090,7 @@ public:
*/
void InsertAtCurrentPos( sal_uInt32 nBytes );
- void InsertPersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ); // It is not being checked if this key is already in the PersistantTable
+ void InsertPersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ); // It is not being checked if this key is already in the PersistentTable
void ReplacePersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset );
sal_uInt32 GetPersistOffset( sal_uInt32 nKey );
bool SeekToPersistOffset( sal_uInt32 nKey );