[Libreoffice-commits] .: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 22 09:47:24 PST 2013


 sc/source/filter/inc/richstring.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca3859e781c1d63bde74fa21366b0fbde79c8ea7
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jan 22 18:45:15 2013 +0100

    warning C4099: type name first seen using 'struct' now seen using 'class'
    
    Change-Id: I19cc56b0ab48435f1e20e03f23ed1bb0d984871d

diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index 4815fa2..a0f8761 100644
--- a/sc/source/filter/inc/richstring.hxx
+++ b/sc/source/filter/inc/richstring.hxx
@@ -24,7 +24,7 @@
 #include "stylesbuffer.hxx"
 
 class EditTextObject;
-class ESelection;
+struct ESelection;
 class ScEditEngineDefaulter;
 
 namespace com { namespace sun { namespace star {


More information about the Libreoffice-commits mailing list