summaryrefslogtreecommitdiffstats
path: root/editeng
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 11:47:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-08 13:04:45 +0100
commit71b8b49170a949ed51ef0dfbb3daf9f0257ff3f7 (patch)
tree941e22445a044772e6336ad106969ba49f9a967d /editeng
parentByteString::ConvertToUnicode->rtl::OUString::ctor::toChar (diff)
downloadcore-71b8b49170a949ed51ef0dfbb3daf9f0257ff3f7.tar.gz
core-71b8b49170a949ed51ef0dfbb3daf9f0257ff3f7.zip
callcatcher: object is never constructed
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editobj.cxx9
-rw-r--r--editeng/source/editeng/editobj2.hxx1
2 files changed, 0 insertions, 10 deletions
diff --git a/editeng/source/editeng/editobj.cxx b/editeng/source/editeng/editobj.cxx
index ba43d777b6ba..60ee099a0d45 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -68,15 +68,6 @@ XEditAttribute* MakeXEditAttribute( SfxItemPool& rPool, const SfxPoolItem& rItem
return pNew;
}
-
-XEditAttribute::XEditAttribute( const SfxPoolItem& rAttr )
-{
- DBG_CTOR( XEditAttribute, 0 );
- pItem = &rAttr;
- nStart = 0;
- nEnd = 0;
-}
-
XEditAttribute::XEditAttribute( const SfxPoolItem& rAttr, sal_uInt16 nS, sal_uInt16 nE )
{
DBG_CTOR( XEditAttribute, 0 );
diff --git a/editeng/source/editeng/editobj2.hxx b/editeng/source/editeng/editobj2.hxx
index 38b530005302..4b07d10a8c49 100644
--- a/editeng/source/editeng/editobj2.hxx
+++ b/editeng/source/editeng/editobj2.hxx
@@ -53,7 +53,6 @@ private:
~XEditAttribute();
public:
- XEditAttribute( const SfxPoolItem& rAttr );
XEditAttribute( const SfxPoolItem& rAttr, sal_uInt16 nStart, sal_uInt16 nEnd );
const SfxPoolItem* GetItem() const { return pItem; }