diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-04 11:11:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-11-05 12:18:29 +0100 |
commit | c02c4df9414ed2bef96565522238ca05013d3ac3 (patch) | |
tree | 47e2195f5f1cd183d6939fbe3e9d650b8bc4f71e /include/sot | |
parent | 78d81c2e6ee4eb7caf2d4822657bc4eaa57bfc79 (diff) |
make some classes module-private
Change-Id: Ice9a57eedb166672dbdfae6da2a172ab77566a19
Reviewed-on: https://gerrit.libreoffice.org/81983
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sot')
-rw-r--r-- | include/sot/stg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sot/stg.hxx b/include/sot/stg.hxx index 1d3dae861046..c6bcb6183c84 100644 --- a/include/sot/stg.hxx +++ b/include/sot/stg.hxx @@ -34,7 +34,7 @@ class StgIo; class StgDirEntry; typedef struct SvGUID ClsId; -class SOT_DLLPUBLIC StorageBase : public SvRefBase +class StorageBase : public SvRefBase { protected: mutable ErrCode m_nError; // error code |