From bbc6d8506d0bb1035c7c6d1755a0655612b54e69 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 6 Mar 2012 22:43:13 +0000 Subject: remove various unused methods and source files --- sfx2/source/doc/oleprops.cxx | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sfx2') diff --git a/sfx2/source/doc/oleprops.cxx b/sfx2/source/doc/oleprops.cxx index 9c111a05d2a8..cab4f0a53ec4 100644 --- a/sfx2/source/doc/oleprops.cxx +++ b/sfx2/source/doc/oleprops.cxx @@ -146,9 +146,6 @@ public: explicit SfxOleStringPropertyBase( sal_Int32 nPropId, sal_Int32 nPropType, rtl_TextEncoding eTextEnc ); - explicit SfxOleStringPropertyBase( - sal_Int32 nPropId, sal_Int32 nPropType, - rtl_TextEncoding eTextEnc, const String& rValue ); inline const String& GetValue() const { return maValue; } inline void SetValue( const String& rValue ) { maValue = rValue; } @@ -529,14 +526,6 @@ SfxOleStringPropertyBase::SfxOleStringPropertyBase( { } -SfxOleStringPropertyBase::SfxOleStringPropertyBase( - sal_Int32 nPropId, sal_Int32 nPropType, rtl_TextEncoding eTextEnc, const String& rValue ) : - SfxOlePropertyBase( nPropId, nPropType ), - SfxOleStringHelper( eTextEnc ), - maValue( rValue ) -{ -} - // ---------------------------------------------------------------------------- SfxOleString8Property::SfxOleString8Property( -- cgit