summaryrefslogtreecommitdiffstats
path: root/include/svx/paraprev.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-16 11:24:25 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-07-16 12:18:56 +0000
commit051e660b37549fec7cc42e4471ae65a4cefed495 (patch)
tree720c439d57664224ec579e14a72b5f4ccce391a5 /include/svx/paraprev.hxx
parentloplugin:unusedmethods svx (diff)
downloadcore-051e660b37549fec7cc42e4471ae65a4cefed495.tar.gz
core-051e660b37549fec7cc42e4471ae65a4cefed495.zip
loplugin:unusedmethods svx(part2)
Change-Id: I161360e2f3113c4814fe1c2c095e602b2c93dcd7 Reviewed-on: https://gerrit.libreoffice.org/17120 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/svx/paraprev.hxx')
-rw-r--r--include/svx/paraprev.hxx42
1 files changed, 0 insertions, 42 deletions
diff --git a/include/svx/paraprev.hxx b/include/svx/paraprev.hxx
index 018395331984..b59a6cb21223 100644
--- a/include/svx/paraprev.hxx
+++ b/include/svx/paraprev.hxx
@@ -106,52 +106,10 @@ public:
{
aSize = aNew;
}
-
- short GetFirstLineOfst() const
- {
- return nFirstLineOfst;
- }
- long GetLeftMargin() const
- {
- return nLeftMargin;
- }
- long GetRightMargin() const
- {
- return nRightMargin;
- }
- sal_uInt16 GetUpper() const
- {
- return nUpper;
- }
- sal_uInt16 GetLower() const
- {
- return nLower;
- }
- SvxAdjust GetAdjust() const
- {
- return eAdjust;
- }
- SvxPrevLineSpace GetLineEnum() const
- {
- return eLine;
- }
- sal_uInt16 GetLineValue() const
- {
- return nLineVal;
- }
OUString GetText() const SAL_OVERRIDE
{
return aText;
}
- Size GetSize() const
- {
- return aSize;
- }
-
- void Draw(vcl::RenderContext& rRenderContext, bool bAll)
- {
- DrawParagraph(rRenderContext, bAll);
- }
};
#endif