summaryrefslogtreecommitdiff
path: root/sw/inc/doc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r--sw/inc/doc.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx
index 458d3bda4578..6b013fcff94a 100644
--- a/sw/inc/doc.hxx
+++ b/sw/inc/doc.hxx
@@ -1032,7 +1032,7 @@ public:
bool bMoveCursor = false );
// Query / set rules for Outline.
- inline SwNumRule* GetOutlineNumRule() const
+ SwNumRule* GetOutlineNumRule() const
{
return mpOutlineRule;
}
@@ -1326,8 +1326,8 @@ public:
::sw::IShellCursorSupplier * GetIShellCursorSupplier();
// OLE 2.0-notification.
- inline void SetOle2Link(const Link<bool,void>& rLink) {maOle2Link = rLink;}
- inline const Link<bool,void>& GetOle2Link() const {return maOle2Link;}
+ void SetOle2Link(const Link<bool,void>& rLink) {maOle2Link = rLink;}
+ const Link<bool,void>& GetOle2Link() const {return maOle2Link;}
// insert section (the ODF kind of section, not the nodesarray kind)
SwSection * InsertSwSection(SwPaM const& rRange, SwSectionData &,