summaryrefslogtreecommitdiff
path: root/include/svx/svdotable.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-05-03 09:45:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-04 20:32:30 +0200
commitfadf6427a9cbf351727e1412d8079757a994085b (patch)
tree99c956ba2d4f8bdd9271a01316edcb17a5b23615 /include/svx/svdotable.hxx
parent8538f28377356a8abd1826c011b2e2cb33dacec2 (diff)
convert EVAnchorMode enum to scoped enum
change values to match position in definition to their meaning Change-Id: Ia96e0c7e0c70c847dea518ef871608516542d3cb Reviewed-on: https://gerrit.libreoffice.org/37186 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/svdotable.hxx')
-rw-r--r--include/svx/svdotable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/svdotable.hxx b/include/svx/svdotable.hxx
index 1a0d57bcda7f..905b4aa2ea98 100644
--- a/include/svx/svdotable.hxx
+++ b/include/svx/svdotable.hxx
@@ -229,7 +229,7 @@ public:
virtual void EndTextEdit(SdrOutliner& rOutl) override;
virtual void TakeTextEditArea(Size* pPaperMin, Size* pPaperMax, tools::Rectangle* pViewInit, tools::Rectangle* pViewMin) const override;
void TakeTextEditArea(const sdr::table::CellPos& rPos, Size* pPaperMin, Size* pPaperMax, tools::Rectangle* pViewInit, tools::Rectangle* pViewMin) const;
- virtual sal_uInt16 GetOutlinerViewAnchorMode() const override;
+ virtual EEAnchorMode GetOutlinerViewAnchorMode() const override;
virtual void NbcSetOutlinerParaObject(OutlinerParaObject* pTextObject) override;