summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-01-22 18:45:15 +0100
committerMichael Stahl <mstahl@redhat.com>2013-01-22 18:45:15 +0100
commitca3859e781c1d63bde74fa21366b0fbde79c8ea7 (patch)
tree9de00bef0abce1985dd2bf4a72107b904d0188ec /sc/source
parent3b269d6d2d679536e9cbabc5b2d2339ef4bd75d2 (diff)
warning C4099: type name first seen using 'struct' now seen using 'class'
Change-Id: I19cc56b0ab48435f1e20e03f23ed1bb0d984871d
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/inc/richstring.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/richstring.hxx b/sc/source/filter/inc/richstring.hxx
index 4815fa261799..a0f8761a1fe1 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 {