diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-28 11:15:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-09-02 14:43:20 +0200 |
commit | 56dfe00a424e57e6103ed80374d571f0f2a015ec (patch) | |
tree | a2e84873f743c73455c191aa3cf8855a1bfce25b /include | |
parent | 5e2caf236091c71b2148970eba36b22655d8845a (diff) |
Fix typo
Change-Id: I3947c13a595f94ea56d01dc5c3db5e634e737342
Reviewed-on: https://gerrit.libreoffice.org/59902
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdlayer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; |