diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-06 22:43:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-07 11:06:45 +0000 |
commit | bbc6d8506d0bb1035c7c6d1755a0655612b54e69 (patch) | |
tree | 724a63f8622e5a69236400b0642d0423ca9b6f93 /sfx2 | |
parent | 04f067623f342be50c31db8aafb29f1bb8e3959f (diff) |
remove various unused methods and source files
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( |