summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-31 10:26:13 +0200
committerabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-31 10:27:21 +0200
commit4e673dbb5b7c7f0fd48d50255d10340229a33ade (patch)
tree8c226aa9aaaee0948d9af1e62c7579a1f925e039 /sc
parentaf169a601dee381b17d1e87c346f2d97bad9a69f (diff)
Code clean up
Change-Id: I0e75478e4cb98409210ca40dcaa4676a69c30f6c
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/view/output2.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index 7bfcf4e53cf7..33432fa796a2 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -140,19 +140,19 @@ public:
void SetTextToWidthOrHash( ScRefCellValue& rCell, long nWidth );
void SetAutoText( const String& rAutoText );
- const ScPatternAttr* GetPattern() const { return pPattern; }
- SvxCellOrientation GetOrient() const { return eAttrOrient; }
- SvxCellHorJustify GetHorJust() const { return eAttrHorJust; }
- SvxCellVerJustify GetVerJust() const { return eAttrVerJust; }
+ const ScPatternAttr* GetPattern() const { return pPattern; }
+ SvxCellOrientation GetOrient() const { return eAttrOrient; }
+ SvxCellHorJustify GetHorJust() const { return eAttrHorJust; }
+ SvxCellVerJustify GetVerJust() const { return eAttrVerJust; }
SvxCellJustifyMethod GetHorJustMethod() const { return eAttrHorJustMethod; }
SvxCellJustifyMethod GetVerJustMethod() const { return eAttrVerJustMethod; }
- const SvxMarginItem* GetMargin() const { return pMargin; }
+ const SvxMarginItem* GetMargin() const { return pMargin; }
sal_uInt16 GetLeftTotal() const { return pMargin->GetLeftMargin() + nIndent; }
sal_uInt16 GetRightTotal() const { return pMargin->GetRightMargin() + nIndent; }
- const String& GetString() const { return aString; }
- const Size& GetTextSize() const { return aTextSize; }
+ const String& GetString() const { return aString; }
+ const Size& GetTextSize() const { return aTextSize; }
long GetOriginalWidth() const { return nOriginalWidth; }
sal_uLong GetResultValueFormat( const ScRefCellValue& rCell ) const;