summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxvar.cxx')
-rw-r--r--basic/source/sbx/sbxvar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx
index b3a0e6db1ce8..5900c68b9073 100644
--- a/basic/source/sbx/sbxvar.cxx
+++ b/basic/source/sbx/sbxvar.cxx
@@ -36,7 +36,7 @@ using namespace com::sun::star::uno;
// SbxVariable
-SbxVariable::SbxVariable() : SbxValue()
+SbxVariable::SbxVariable()
{
}
@@ -539,7 +539,7 @@ bool SbxVariable::StoreData( SvStream& rStrm ) const
// SbxInfo
SbxInfo::SbxInfo()
- : aHelpFile(), nHelpId(0)
+ : nHelpId(0)
{}
SbxInfo::SbxInfo( const OUString& r, sal_uInt32 n )