[Libreoffice-commits] core.git: sal/textenc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Dec 2 18:49:51 UTC 2018


 sal/textenc/textenc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ec7ad2a0bbd7f45d8262ae97c98e835650afd3a9
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Dec 2 19:49:22 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Dec 2 19:49:22 2018 +0100

    -Werror,-Wc++98-compat-extra-semi
    
    Change-Id: I15d67108b4a80a4788982ad6bea65e32fd941a35

diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index 4f5923d44fde..42b6848beb35 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -376,7 +376,7 @@ typedef ImplTextEncodingData const * TextEncodingFunction(rtl_TextEncoding);
 
 void thisModule() {}
 
-};
+}
 
 class FullTextEncodingData {
 public:


More information about the Libreoffice-commits mailing list