summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/caption.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/caption.hxx')
-rw-r--r--sw/source/uibase/inc/caption.hxx40
1 files changed, 20 insertions, 20 deletions
diff --git a/sw/source/uibase/inc/caption.hxx b/sw/source/uibase/inc/caption.hxx
index b1fa6fdfc789..8b03143ffbbf 100644
--- a/sw/source/uibase/inc/caption.hxx
+++ b/sw/source/uibase/inc/caption.hxx
@@ -47,43 +47,43 @@ public:
InsCaptionOpt(const InsCaptionOpt&);
~InsCaptionOpt();
- inline bool& UseCaption() { return bUseCaption; }
- inline bool UseCaption() const { return bUseCaption; }
+ bool& UseCaption() { return bUseCaption; }
+ bool UseCaption() const { return bUseCaption; }
- inline SwCapObjType GetObjType() const { return eObjType; }
+ SwCapObjType GetObjType() const { return eObjType; }
- inline const SvGlobalName& GetOleId() const { return aOleId; }
+ const SvGlobalName& GetOleId() const { return aOleId; }
- inline const OUString& GetCategory() const { return sCategory; }
- inline void SetCategory(const OUString& rCat) { sCategory = rCat; }
+ const OUString& GetCategory() const { return sCategory; }
+ void SetCategory(const OUString& rCat) { sCategory = rCat; }
- inline sal_uInt16 GetNumType() const { return nNumType; }
- inline void SetNumType(const sal_uInt16 nNT) { nNumType = nNT; }
+ sal_uInt16 GetNumType() const { return nNumType; }
+ void SetNumType(const sal_uInt16 nNT) { nNumType = nNT; }
const OUString& GetNumSeparator() const { return sNumberSeparator; }
void SetNumSeparator(const OUString& rSet) {sNumberSeparator = rSet;}
- inline const OUString& GetCaption() const { return sCaption; }
- inline void SetCaption(const OUString& rCap) { sCaption = rCap; }
+ const OUString& GetCaption() const { return sCaption; }
+ void SetCaption(const OUString& rCap) { sCaption = rCap; }
- inline sal_uInt16 GetPos() const { return nPos; }
- inline void SetPos(const sal_uInt16 nP) { nPos = nP; }
+ sal_uInt16 GetPos() const { return nPos; }
+ void SetPos(const sal_uInt16 nP) { nPos = nP; }
- inline sal_uInt16 GetLevel() const { return nLevel; }
- inline void SetLevel(const sal_uInt16 nLvl) { nLevel = nLvl; }
+ sal_uInt16 GetLevel() const { return nLevel; }
+ void SetLevel(const sal_uInt16 nLvl) { nLevel = nLvl; }
- inline const OUString& GetSeparator() const { return sSeparator; }
- inline void SetSeparator(const OUString& rSep) { sSeparator = rSep; }
+ const OUString& GetSeparator() const { return sSeparator; }
+ void SetSeparator(const OUString& rSep) { sSeparator = rSep; }
const OUString& GetCharacterStyle() const { return sCharacterStyle; }
void SetCharacterStyle(const OUString& rStyle)
{ sCharacterStyle = rStyle; }
- inline bool& IgnoreSeqOpts() { return bIgnoreSeqOpts; }
- inline bool IgnoreSeqOpts() const { return bIgnoreSeqOpts; }
+ bool& IgnoreSeqOpts() { return bIgnoreSeqOpts; }
+ bool IgnoreSeqOpts() const { return bIgnoreSeqOpts; }
- inline bool& CopyAttributes() { return bCopyAttributes; }
- inline bool CopyAttributes() const { return bCopyAttributes; }
+ bool& CopyAttributes() { return bCopyAttributes; }
+ bool CopyAttributes() const { return bCopyAttributes; }
InsCaptionOpt& operator= ( const InsCaptionOpt& rOpt );
};