summaryrefslogtreecommitdiffstats
path: root/include/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-05-29 15:38:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-05-29 15:38:06 +0200
commit32260c40b265b97358fc426fb9f849c243dc7dd4 (patch)
tree2f88c423d0c177c22a6298562a5d27928c0882dd /include/filter
parent[API-CHANGE] Add persistent (in addition to persistant) (diff)
downloadcore-32260c40b265b97358fc426fb9f849c243dc7dd4.tar.gz
core-32260c40b265b97358fc426fb9f849c243dc7dd4.zip
Revert "[API-CHANGE] Add persistent (in addition to persistant)"
This reverts commit 795d56dfd55a78a240cef79c822ba958c4f18006. The Gerrit UI had fooled me into pushing the "Submit" button in error.
Diffstat (limited to 'include/filter')
-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 f25a961b7bc3..4486ceb34e58 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 PersistentTable
+ void InsertPersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset ); // It is not being checked if this key is already in the PersistantTable
void ReplacePersistOffset( sal_uInt32 nKey, sal_uInt32 nOffset );
sal_uInt32 GetPersistOffset( sal_uInt32 nKey );
bool SeekToPersistOffset( sal_uInt32 nKey );