summaryrefslogtreecommitdiff
path: root/include/svx/frmdirlbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/frmdirlbox.hxx')
-rw-r--r--include/svx/frmdirlbox.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/frmdirlbox.hxx b/include/svx/frmdirlbox.hxx
index 76b3b242113e..19beeabc255d 100644
--- a/include/svx/frmdirlbox.hxx
+++ b/include/svx/frmdirlbox.hxx
@@ -56,8 +56,6 @@ public:
/** Saves the currently selected frame direction. */
inline void SaveValue() { meSaveValue = GetSelectEntryValue(); }
- /** Returns the frame direction saved with SaveValue(). */
- inline SvxFrameDirection GetSavedValue() const { return meSaveValue; }
private:
SvxFrameDirection meSaveValue; /// Saved value for later comparison.