summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-05-13 15:42:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-05-13 15:45:35 +0100
commit3182b959c06535884f7adb501e5373012fc30601 (patch)
tree5e8800417e1aa137e39438bed185fc9aade1a097 /sc/source/ui/inc
parentc3bf1bdaabb31b4db5455d27720f92854f3f9778 (diff)
reenable left/right area swap in .ui layout terms
Change-Id: Ic680a0e9f0254722163c1bd1b822d1c51f96454f
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r--sc/source/ui/inc/scuitphfedit.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/inc/scuitphfedit.hxx b/sc/source/ui/inc/scuitphfedit.hxx
index 0c3a0d8080d9..40476da70a7e 100644
--- a/sc/source/ui/inc/scuitphfedit.hxx
+++ b/sc/source/ui/inc/scuitphfedit.hxx
@@ -61,11 +61,8 @@ protected:
virtual ~ScHFEditPage();
private:
- //FixedText aFtLeft;
ScEditWindow* m_pWndLeft;
- //FixedText aFtCenter;
ScEditWindow* m_pWndCenter;
- //FixedText aFtRight;
ScEditWindow* m_pWndRight;
FixedText* m_pFtDefinedHF;
ListBox* m_pLbDefined;