summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtffly.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/rtftok/rtffly.hxx')
-rw-r--r--writerfilter/source/rtftok/rtffly.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/writerfilter/source/rtftok/rtffly.hxx b/writerfilter/source/rtftok/rtffly.hxx
index 7dff01d67a19..9f94720d0a85 100644
--- a/writerfilter/source/rtftok/rtffly.hxx
+++ b/writerfilter/source/rtftok/rtffly.hxx
@@ -73,7 +73,7 @@ public:
}
private:
- sal_uInt16 const m_nVal;
+ sal_uInt16 m_nVal;
};
/// Stores the horizontal orientation properties of an RTF fly frame.
@@ -134,7 +134,7 @@ public:
}
private:
- sal_uInt16 const m_nVal;
+ sal_uInt16 m_nVal;
};
} // namespace rtftok
} // namespace writerfilter