diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/oleprops.cxx | 11 |
1 files changed, 0 insertions, 11 deletions
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( |