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 /sc/inc/dptabsrc.hxx | |
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 'sc/inc/dptabsrc.hxx')
-rw-r--r-- | sc/inc/dptabsrc.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dptabsrc.hxx b/sc/inc/dptabsrc.hxx index 609f3e848e0d..a5eb7f74ecc1 100644 --- a/sc/inc/dptabsrc.hxx +++ b/sc/inc/dptabsrc.hxx @@ -291,7 +291,7 @@ public: ScDPDimension* CreateCloneObject(); ScDPHierarchies* GetHierarchiesObject(); - SC_DLLPUBLIC const boost::optional<OUString> & GetLayoutName() const; + const boost::optional<OUString> & GetLayoutName() const; const boost::optional<OUString> & GetSubtotalName() const; // XNamed @@ -622,7 +622,7 @@ public: SCROW GetItemDataId() const { return mnDataId; } bool IsNamedItem(SCROW nIndex) const; - SC_DLLPUBLIC const boost::optional<OUString> & GetLayoutName() const; + const boost::optional<OUString> & GetLayoutName() const; long GetDim() const { return nDim;} sal_Int32 Compare( const ScDPMember& rOther ) const; // visible order |