[Libreoffice-commits] core.git: vcl/inc

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Jan 16 18:52:02 UTC 2020


 vcl/inc/opengl/win/winlayout.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc36c115004cb75037b0e4fdadff09035f765cd5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jan 16 19:19:27 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Jan 16 19:51:25 2020 +0100

    Fix typo
    
    Change-Id: I23e2029486d1bf5880cdd736ac124687158e9f1a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86941
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/inc/opengl/win/winlayout.hxx b/vcl/inc/opengl/win/winlayout.hxx
index cb6449fbd7bc..d017bc250497 100644
--- a/vcl/inc/opengl/win/winlayout.hxx
+++ b/vcl/inc/opengl/win/winlayout.hxx
@@ -42,7 +42,7 @@ public:
     void RemoveTextures(std::vector<GLuint>& rTextureIDs);
 
 private:
-    // This class just "adds" RemoveTextures() to the base class, it's never instantiatied.
+    // This class just "adds" RemoveTextures() to the base class, it's never instantiated.
     OpenGLWinGlyphCache() = delete;
 };
 


More information about the Libreoffice-commits mailing list