summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r--sc/inc/dpsave.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index 8c4babc77da3..bd84e599d984 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -69,16 +69,16 @@ public:
sal_Bool operator== ( const ScDPSaveMember& r ) const;
const String& GetName() const { return aName; }
- sal_Bool HasIsVisible() const;
- SC_DLLPUBLIC void SetIsVisible(sal_Bool bSet);
- sal_Bool GetIsVisible() const { return sal_Bool(nVisibleMode); }
- sal_Bool HasShowDetails() const;
- SC_DLLPUBLIC void SetShowDetails(sal_Bool bSet);
- sal_Bool GetShowDetails() const { return sal_Bool(nShowDetailsMode); }
+ SC_DLLPUBLIC sal_Bool HasIsVisible() const;
+ SC_DLLPUBLIC void SetIsVisible(sal_Bool bSet);
+ sal_Bool GetIsVisible() const { return sal_Bool(nVisibleMode); }
+ SC_DLLPUBLIC sal_Bool HasShowDetails() const;
+ SC_DLLPUBLIC void SetShowDetails(sal_Bool bSet);
+ sal_Bool GetShowDetails() const { return sal_Bool(nShowDetailsMode); }
void SetName( const String& rNew ); // used if the source member was renamed (groups)
- SC_DLLPUBLIC void SetLayoutName( const ::rtl::OUString& rName );
+ SC_DLLPUBLIC void SetLayoutName( const ::rtl::OUString& rName );
SC_DLLPUBLIC const ::rtl::OUString* GetLayoutName() const;
void RemoveLayoutName();