summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/selectionstate.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/selectionstate.hxx')
-rw-r--r--sc/source/ui/inc/selectionstate.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/selectionstate.hxx b/sc/source/ui/inc/selectionstate.hxx
index 8791751697aa..cc69e10fbfce 100644
--- a/sc/source/ui/inc/selectionstate.hxx
+++ b/sc/source/ui/inc/selectionstate.hxx
@@ -40,12 +40,12 @@ public:
explicit ScSelectionState( ScViewData& rViewData );
/** Returns the type of the selection this object contains. */
- inline ScSelectionType GetSelectionType() const { return meType; }
+ ScSelectionType GetSelectionType() const { return meType; }
/** Returns the position of the cell cursor. */
- inline const ScAddress& GetCellCursor() const { return maCursor; }
+ const ScAddress& GetCellCursor() const { return maCursor; }
/** Returns the edit engine selection. */
- inline const ESelection& GetEditSelection() const { return maEditSel; }
+ const ESelection& GetEditSelection() const { return maEditSel; }
private:
ScSelectionType meType; /// Type of the selection.