summaryrefslogtreecommitdiff
path: root/include/svx/grfcrop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/grfcrop.hxx')
-rw-r--r--include/svx/grfcrop.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/grfcrop.hxx b/include/svx/grfcrop.hxx
index bbae2350ba66..0526b4409070 100644
--- a/include/svx/grfcrop.hxx
+++ b/include/svx/grfcrop.hxx
@@ -60,7 +60,7 @@ public:
sal_Int32 GetTop() const { return nTop; }
sal_Int32 GetBottom() const { return nBottom; }
- inline SvxGrfCrop& operator=( const SvxGrfCrop& rCrop )
+ SvxGrfCrop& operator=( const SvxGrfCrop& rCrop )
{
nLeft = rCrop.GetLeft(); nTop = rCrop.GetTop();
nRight = rCrop.GetRight(); nBottom = rCrop.GetBottom();