summaryrefslogtreecommitdiffstats
path: root/sd
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-10 12:35:45 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-10 12:53:16 +0300
commit51a1995381ddd85d19a9baf3532aa5527c972d5d (patch)
treef5818a223054b278e82abf5c37d0437920c4bfbb /sd
parentWaE: class has virtual functions, but destructor is not virtual (diff)
downloadcore-51a1995381ddd85d19a9baf3532aa5527c972d5d.tar.gz
core-51a1995381ddd85d19a9baf3532aa5527c972d5d.zip
WaE: type name first seen using 'struct' now seen using 'class'
Diffstat (limited to 'sd')
-rw-r--r--sd/source/filter/eppt/text.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/text.hxx b/sd/source/filter/eppt/text.hxx
index 24f180047a73..4deab90d9158 100644
--- a/sd/source/filter/eppt/text.hxx
+++ b/sd/source/filter/eppt/text.hxx
@@ -37,10 +37,10 @@
#include <com/sun/star/lang/Locale.hpp>
namespace com { namespace sun { namespace star {
-namespace awt { class FontDescriptor; }
+namespace awt { struct FontDescriptor; }
namespace beans { class XPropertyState; }
namespace text { class XTextRange; class XTextContent; class XSimpleText; }
-namespace style { class TabStop; }
+namespace style { struct TabStop; }
}}}
struct SOParagraph