summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/textproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sdr/properties/textproperties.cxx')
-rw-r--r--svx/source/sdr/properties/textproperties.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sdr/properties/textproperties.cxx b/svx/source/sdr/properties/textproperties.cxx
index 1b7c7fca711a..706950690277 100644
--- a/svx/source/sdr/properties/textproperties.cxx
+++ b/svx/source/sdr/properties/textproperties.cxx
@@ -124,7 +124,7 @@ namespace sdr
// force ItemSet
GetObjectItemSet();
- SfxItemSet aNewSet(pOutliner->GetParaAttribs(0L));
+ SfxItemSet aNewSet(pOutliner->GetParaAttribs(0));
mpItemSet->Put(aNewSet);
}
@@ -153,7 +153,7 @@ namespace sdr
SdrTextObj& rObj = static_cast<SdrTextObj&>(GetSdrObject());
// #i25616#
- sal_Int32 nOldLineWidth(0L);
+ sal_Int32 nOldLineWidth(0);
if(XATTR_LINEWIDTH == nWhich && rObj.DoesSupportTextIndentingOnLineWidthChange())
{