summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-07 15:53:56 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-07 15:54:16 +0100
commitaefbfc7101bb9b4ef20968d45306ab97573f6597 (patch)
tree314a80042f59b05443276d6e311d0cbc71684087 /oox/inc
parent3f2b771e5f53a7f079416ae6fc42625420b725d7 (diff)
callcatcher: update and remove newly unused methods
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/oox/dump/dumperbase.hxx2
-rw-r--r--oox/inc/oox/ole/olehelper.hxx8
2 files changed, 0 insertions, 10 deletions
diff --git a/oox/inc/oox/dump/dumperbase.hxx b/oox/inc/oox/dump/dumperbase.hxx
index 68df688268bb..fb1ede5e9a0a 100644
--- a/oox/inc/oox/dump/dumperbase.hxx
+++ b/oox/inc/oox/dump/dumperbase.hxx
@@ -1067,8 +1067,6 @@ public:
void writeArray( const sal_uInt8* pnData, sal_Size nSize, sal_Unicode cSep = OOX_DUMP_LISTSEP );
void writeBool( bool bData );
void writeDateTime( const ::com::sun::star::util::DateTime& rDateTime );
- void writeColIndex( sal_Int32 nCol );
- void writeRowIndex( sal_Int32 nRow );
template< typename Type >
inline void writeDec( Type nData, sal_Int32 nWidth = 0, sal_Unicode cFill = ' ' )
diff --git a/oox/inc/oox/ole/olehelper.hxx b/oox/inc/oox/ole/olehelper.hxx
index 933d4a518423..c7f3960fe397 100644
--- a/oox/inc/oox/ole/olehelper.hxx
+++ b/oox/inc/oox/ole/olehelper.hxx
@@ -148,14 +148,6 @@ public:
BinaryInputStream& rInStrm,
bool bWithGuid );
- /** Imports an OLE StdHlink from the current position of the passed binary
- stream.
- */
- static bool importStdHlink(
- StdHlinkInfo& orHlinkInfo,
- BinaryInputStream& rInStrm,
- bool bWithGuid );
-
private:
OleHelper(); // not implemented
~OleHelper(); // not implemented