diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-04-27 22:22:33 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-05-29 15:37:08 +0200 |
commit | 795d56dfd55a78a240cef79c822ba958c4f18006 (patch) | |
tree | f1cb255ad87f0368d59705ba286052e6e63d7487 /sd | |
parent | 4946e3b33d8d217f4f5be2af8a54b9a89ef1a732 (diff) |
[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 'sd')
-rw-r--r-- | sd/source/filter/eppt/eppt.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx index fc6dce12a3e5..33f44824691b 100644 --- a/sd/source/filter/eppt/eppt.cxx +++ b/sd/source/filter/eppt/eppt.cxx @@ -1319,7 +1319,7 @@ void PPTWriter::ImplWriteOLE( ) } } -// write PersistantTable and UserEditAtom +// write PersistentTable and UserEditAtom bool PPTWriter::ImplWriteAtomEnding() { |