summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-28 00:25:47 +0100
committerEike Rathke <erack@redhat.com>2011-11-28 15:25:31 +0100
commit22029818cb204cb6b56b6f7d3fc4d14754f2a1cf (patch)
tree02e6b8a881228b820329633f1990c62f0353a455 /sc/inc
parent078796d28653118a5b225a6871e8392df1458e11 (diff)
dr78: #i115659# check validity of member and dimension settings
# HG changeset patch # User Daniel Rentz [dr] <daniel.rentz@oracle.com> # Date 1292344724 -3600 # Node ID 8ec1023e8658320deb61a5b3cdc40aeb9c3d34b1 # Parent 838c2fed9f13c5884d7cbc72c0239d1ec564dcb0
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/dpsave.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index e17c5c3901eb..5e3c7c9ca413 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -78,12 +78,12 @@ public:
const ::rtl::OUString& GetName() const
{ return aName; }
- bool HasIsVisible() const;
+ SC_DLLPUBLIC bool HasIsVisible() const;
SC_DLLPUBLIC void SetIsVisible(bool bSet);
bool GetIsVisible() const
{ return bool(nVisibleMode); }
- bool HasShowDetails() const;
+ SC_DLLPUBLIC bool HasShowDetails() const;
SC_DLLPUBLIC void SetShowDetails(bool bSet);
bool GetShowDetails() const
{ return bool(nShowDetailsMode); }