From 5f520f757774db17ea4e33d34c724cf2af3adcba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Nov 2019 08:40:43 +0200 Subject: make some classes module-private Change-Id: If7303a082e06f6937fca911c578a40475546cda2 Reviewed-on: https://gerrit.libreoffice.org/83442 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/oox/vml/vmlformatting.hxx | 2 +- include/oox/vml/vmlshape.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include/oox/vml') diff --git a/include/oox/vml/vmlformatting.hxx b/include/oox/vml/vmlformatting.hxx index 875f0ecbfd98..c024bec8bfef 100644 --- a/include/oox/vml/vmlformatting.hxx +++ b/include/oox/vml/vmlformatting.hxx @@ -250,7 +250,7 @@ struct OOX_DLLPUBLIC ShadowModel }; /** The shadow model structure contains all shape textpath properties. */ -struct OOX_DLLPUBLIC TextpathModel +struct TextpathModel { OptValue moString; ///< Specifies the string of the textpath. OptValue moStyle; ///< Specifies the style of the textpath. diff --git a/include/oox/vml/vmlshape.hxx b/include/oox/vml/vmlshape.hxx index dc4db50c27fe..5ec471299f3f 100644 --- a/include/oox/vml/vmlshape.hxx +++ b/include/oox/vml/vmlshape.hxx @@ -58,7 +58,7 @@ const sal_Int32 VML_CLIENTDATA_FORMULA = 4; /** The shape model structure contains all properties shared by all types of shapes. */ -struct OOX_DLLPUBLIC ShapeTypeModel +struct ShapeTypeModel { OUString maShapeId; ///< Unique identifier of the shape. OUString maLegacyId; ///< Plaintext identifier of the shape. -- cgit