summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-03-06 22:43:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-03-07 11:06:45 +0000
commitbbc6d8506d0bb1035c7c6d1755a0655612b54e69 (patch)
tree724a63f8622e5a69236400b0642d0423ca9b6f93 /sfx2
parent04f067623f342be50c31db8aafb29f1bb8e3959f (diff)
remove various unused methods and source files
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/oleprops.cxx11
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(