diff options
author | Noel Grandin <noel@peralex.com> | 2015-03-04 14:41:39 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-03-19 10:45:01 +0200 |
commit | 900e49cd27f23d2f991f902e81f471eb49232076 (patch) | |
tree | a9b221b6a351c15bbe03d6c9025140296b1865ac /include/oox/dump | |
parent | 2f30600296d217751e2b18f3b971c5d0fa2b9f65 (diff) |
loplugin:constantfunction: oox
Change-Id: Iec2bc991821aed8da4427c6efc4ec8df72554923
Diffstat (limited to 'include/oox/dump')
-rw-r--r-- | include/oox/dump/dffdumper.hxx | 1 | ||||
-rw-r--r-- | include/oox/dump/oledumper.hxx | 9 |
2 files changed, 4 insertions, 6 deletions
diff --git a/include/oox/dump/dffdumper.hxx b/include/oox/dump/dffdumper.hxx index f48fcd28ed8d..6ab41a59ea66 100644 --- a/include/oox/dump/dffdumper.hxx +++ b/include/oox/dump/dffdumper.hxx @@ -44,7 +44,6 @@ protected: virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_Int64& ornRecSize ) SAL_OVERRIDE; virtual void implWriteExtHeader() SAL_OVERRIDE; virtual void implDumpRecordBody() SAL_OVERRIDE; - void implDumpClientAnchor(); private: sal_uInt32 dumpDffSimpleColor( const String& rName ); diff --git a/include/oox/dump/oledumper.hxx b/include/oox/dump/oledumper.hxx index ad145a2cca07..ea0c8fd9458d 100644 --- a/include/oox/dump/oledumper.hxx +++ b/include/oox/dump/oledumper.hxx @@ -115,14 +115,13 @@ private: sal_uInt16 dumpPropertyContents( sal_Int32 nPropId ); void dumpPropertyValue( sal_Int32 nPropId, sal_uInt16 nBaseType ); void dumpPropertyVector( sal_Int32 nPropId, sal_uInt16 nBaseType ); - void dumpPropertyArray( sal_Int32 nPropId, sal_uInt16 nBaseType ); sal_uInt16 dumpPropertyType(); void dumpBlob( sal_Int32 nPropId, const String& rName ); - OUString dumpString8( const String& rName ); - OUString dumpCharArray8( const String& rName, sal_Int32 nLen ); - OUString dumpString16( const String& rName ); - OUString dumpCharArray16( const String& rName, sal_Int32 nLen ); + OUString dumpString8( const String& rName ); + OUString dumpCharArray8( const String& rName, sal_Int32 nLen ); + OUString dumpString16( const String& rName ); + OUString dumpCharArray16( const String& rName, sal_Int32 nLen ); bool dumpTypedProperty( const String& rName, sal_uInt16 nExpectedType ); void dumpHlinks( sal_Int32 nSize ); |