include/svx/svdlayer.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 56dfe00a424e57e6103ed80374d571f0f2a015ec Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Aug 28 11:15:49 2018 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Sep 2 14:43:20 2018 +0200 Fix typo Change-Id: I3947c13a595f94ea56d01dc5c3db5e634e737342 Reviewed-on: https://gerrit.libreoffice.org/59902 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/include/svx/svdlayer.hxx b/include/svx/svdlayer.hxx index 60e7027e4688..5959ba4dba55 100644 --- a/include/svx/svdlayer.hxx +++ b/include/svx/svdlayer.hxx @@ -160,7 +160,7 @@ public: const OUString& GetControlLayerName() const { return maControlLayerName; } // Removes all elements in rOutSet and then adds all IDs of layers from member aLayer - // that fullfill the criterion visible, printable, or locked respectively. + // that fulfill the criterion visible, printable, or locked respectively. void getVisibleLayersODF( SdrLayerIDSet& rOutSet) const; void getPrintableLayersODF( SdrLayerIDSet& rOutSet) const; void getLockedLayersODF( SdrLayerIDSet& rOutSet) const; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
