[Libreoffice-commits] core.git: include/svx

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Sep 2 12:43:40 UTC 2018


 include/svx/svdlayer.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 56dfe00a424e57e6103ed80374d571f0f2a015ec
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Aug 28 11:15:49 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    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;


More information about the Libreoffice-commits mailing list