summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorJoel Madero <jmadero.dev@gmail.com>2012-08-08 17:04:09 -0700
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-08-09 09:13:19 +0400
commit65476708533f6a2f423ede9135114bbb7aff82be (patch)
tree937771bc36a9e9acd8a9ea2b7c871d42b6bf101c /cui/source/options/optgdlg.hxx
parent3ea6b1c1594fa3fdb7e13c544b3beecd369b67d0 (diff)
Addition of linear divider and header "Optional (unstable) Features"
Put two experimental options (Experimental & Macro Recording) below a linear divider with the header of "Optional (Unstable) Features" Had to adjust distance between two options in order for them to fit properly in the dialog. Change-Id: I784f99c282d5b70e7e025b1ca05a7c8d73869cef
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 3ae53fdf3200..e38c48c90db3 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -70,6 +70,7 @@ private:
String aStrDateInfo;
+ FixedLine aExperimentalFL;
CheckBox aExperimentalCB;
CheckBox aMacroRecorderCB;