summaryrefslogtreecommitdiff
path: root/include/svx/swframeexample.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/swframeexample.hxx')
-rw-r--r--include/svx/swframeexample.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/svx/swframeexample.hxx b/include/svx/swframeexample.hxx
index 6ac7f6b31af5..8b17f6290da4 100644
--- a/include/svx/swframeexample.hxx
+++ b/include/svx/swframeexample.hxx
@@ -74,16 +74,16 @@ public:
SvxSwFrameExample(vcl::Window* pParent, WinBits nStyle);
- inline void SetWrap(sal_uInt16 nW) { nWrap = nW; }
+ void SetWrap(sal_uInt16 nW) { nWrap = nW; }
- inline void SetHAlign(short nH) { nHAlign = nH; }
- inline void SetHoriRel(short nR) { nHRel = nR; }
+ void SetHAlign(short nH) { nHAlign = nH; }
+ void SetHoriRel(short nR) { nHRel = nR; }
- inline void SetVAlign(short nV) { nVAlign = nV; }
- inline void SetVertRel(short nR) { nVRel = nR; }
+ void SetVAlign(short nV) { nVAlign = nV; }
+ void SetVertRel(short nR) { nVRel = nR; }
- inline void SetTransparent(bool bT) { bTrans = bT; }
- inline void SetAnchor(short nA) { nAnchor = nA; }
+ void SetTransparent(bool bT) { bTrans = bT; }
+ void SetAnchor(short nA) { nAnchor = nA; }
void SetRelPos(const Point& rP);
};