summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-13 11:26:58 +0200
committerNoel Grandin <noel@peralex.com>2015-08-14 09:16:06 +0200
commitb14c9d14a10ec9c789594b5a9d0726acb618bc29 (patch)
tree118bbbca610302f688f5dccbb751f0c1fd43c402 /include
parentadbc556c91ea4afaf3e952aa0a8329e004add63e (diff)
remove default value from DffPropSet::GetPropertyValue
more useful to make it explicit Change-Id: Ic76fcc5ffa245b3eb3c99f3a5e4d0656b56c511e
Diffstat (limited to 'include')
-rw-r--r--include/filter/msfilter/dffpropset.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/filter/msfilter/dffpropset.hxx b/include/filter/msfilter/dffpropset.hxx
index 19f7749c5ebf..e04c2959b9fc 100644
--- a/include/filter/msfilter/dffpropset.hxx
+++ b/include/filter/msfilter/dffpropset.hxx
@@ -53,7 +53,7 @@ class MSFILTER_DLLPUBLIC DffPropSet
inline bool IsProperty( sal_uInt32 nRecType ) const { return ( mpPropSetEntries[ nRecType & 0x3ff ].aFlags.bSet ); };
bool IsHardAttribute( sal_uInt32 nId ) const;
- sal_uInt32 GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault = 0 ) const;
+ sal_uInt32 GetPropertyValue( sal_uInt32 nId, sal_uInt32 nDefault ) const;
/** Returns a boolean property by its real identifier. */
bool GetPropertyBool( sal_uInt32 nId, bool bDefault = false ) const;
/** Returns a string property. */