From 51a1995381ddd85d19a9baf3532aa5527c972d5d Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 10 Oct 2011 12:35:45 +0300 Subject: WaE: type name first seen using 'struct' now seen using 'class' --- sd/source/filter/eppt/text.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sd') 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 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 -- cgit