summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-11 19:57:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-12 09:00:43 +0100
commit485ac5e159c315b3edf1d892da8e95ce901daa23 (patch)
tree78ce44ddb00a518c1c74c261b79df4b58ad72c1e /include
parent8144d773f3d2259ef84c172bca9e75066524e5fd (diff)
Clean up SvxFontHeightItem::SetProp
Change-Id: I6cc58745aaf7093e54f92b50201bf2a39fcc5619
Diffstat (limited to 'include')
-rw-r--r--include/editeng/fhgtitem.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/editeng/fhgtitem.hxx b/include/editeng/fhgtitem.hxx
index 2ea466fb5a77..e069f1b0abff 100644
--- a/include/editeng/fhgtitem.hxx
+++ b/include/editeng/fhgtitem.hxx
@@ -81,8 +81,7 @@ public:
sal_uInt32 GetHeight() const { return nHeight; }
- void SetProp( const sal_uInt16 nNewProp,
- SfxMapUnit eUnit = SFX_MAPUNIT_RELATIVE )
+ void SetProp( sal_uInt16 nNewProp, SfxMapUnit eUnit )
{
DBG_ASSERT( GetRefCount() == 0, "SetValue() with pooled item" );
nProp = nNewProp;