summaryrefslogtreecommitdiff
path: root/rsc/source/res/rscstr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/source/res/rscstr.cxx')
-rw-r--r--rsc/source/res/rscstr.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/rsc/source/res/rscstr.cxx b/rsc/source/res/rscstr.cxx
index 5bd886e44460..f03bf4e8d350 100644
--- a/rsc/source/res/rscstr.cxx
+++ b/rsc/source/res/rscstr.cxx
@@ -30,9 +30,8 @@
RscString::RscString( Atom nId, sal_uInt32 nTypeId )
: RscTop( nId, nTypeId )
+ , pRefClass(nullptr)
{
- nSize = ALIGNED_SIZE( sizeof( RscStringInst ) );
- pRefClass = nullptr;
}
RSCCLASS_TYPE RscString::GetClassType() const