summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-10-07 15:24:38 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-10-07 15:55:57 +0300
commite76df814a59cf19cf052f9a4c82f005ff0bf60f6 (patch)
treebd3edca9dc6922554758c82dcc4b2ee5bdcfb2b7 /writerfilter
parent535cd4acc2d03786669d17c8eb66c353e26331ad (diff)
WaE: type name first seen using 'struct' now seen using 'class'
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/dmapper/GraphicImport.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/dmapper/GraphicImport.hxx b/writerfilter/source/dmapper/GraphicImport.hxx
index cc609a705e40..36c0d6bd9fc3 100644
--- a/writerfilter/source/dmapper/GraphicImport.hxx
+++ b/writerfilter/source/dmapper/GraphicImport.hxx
@@ -48,7 +48,7 @@ namespace com{ namespace sun { namespace star {
}
namespace beans
{
- class PropertyValue;
+ struct PropertyValue;
typedef ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > PropertyValues;
}
}}}