diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 09:48:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-22 13:11:34 +0100 |
commit | 1a2c28cf0dabd1b84d7130186f562de82cb1ca82 (patch) | |
tree | f54172eb3951868da972602acf12c8f91672f87b /sw/inc | |
parent | f5fc81616ccf45edd180cfb8c7002eb50284f90d (diff) |
callcatcher: update unused code
Change-Id: I96b4d44e44389245f3ccc4a08198676461c6a38b
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/doc.hxx | 3 | ||||
-rw-r--r-- | sw/inc/iodetect.hxx | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 65b533bbba59..3bbf5462bef2 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -903,9 +903,6 @@ public: */ void ReplaceUserDefinedDocumentProperties( const ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties > xSourceDocProps ); - // Replace all user defined document properties with those from rSource. - void ReplaceUserDefinedDocumentProperties( const SwDoc& rSource ); - /** Replace document properties with those from rSource. This includes the user defined document properties! diff --git a/sw/inc/iodetect.hxx b/sw/inc/iodetect.hxx index 375443459076..119713902973 100644 --- a/sw/inc/iodetect.hxx +++ b/sw/inc/iodetect.hxx @@ -57,8 +57,6 @@ struct SwIoDetect { return rNm.startsWith(sName); } - - OUString IsReader(const sal_Char* pHeader, sal_uLong nLen_) const; }; enum ReaderWriterEnum { |