diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-22 08:40:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-22 20:31:27 +0100 |
commit | 5f520f757774db17ea4e33d34c724cf2af3adcba (patch) | |
tree | 311668c50e69fa29f6e9d54605a361f374c00147 /include/oox/vml | |
parent | f394ea0b6b58ed516977803f00c0147bb0facc25 (diff) |
make some classes module-private
Change-Id: If7303a082e06f6937fca911c578a40475546cda2
Reviewed-on: https://gerrit.libreoffice.org/83442
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/oox/vml')
-rw-r--r-- | include/oox/vml/vmlformatting.hxx | 2 | ||||
-rw-r--r-- | include/oox/vml/vmlshape.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
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<OUString> moString; ///< Specifies the string of the textpath. OptValue<OUString> 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. |