summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorJoel Madero <jmadero.dev@gmail.com>2012-09-04 07:03:03 -0700
committerCaolán McNamara <caolanm@redhat.com>2012-09-07 14:03:09 +0100
commit818d269971e3119047a3bcc78995f4067d9d9ddd (patch)
tree7982423c3f0f7dcb02cf65d48e7e314aeae59a88 /cui/source/options/optgdlg.hxx
parent063966ee0e8b98231cb622311eb2131d19531926 (diff)
Moving experimental section to java, changing section name
First of a few patches to move measurements to the general section in the LibreOffice main tree. This patch moves experimental section to "Java" and then changes the name "Java" to "Advanced". The space which was cleared by moving experimental section will be used for measurements in the future. modified: cui/source/options/optgdlg.cxx modified: cui/source/options/optgdlg.hrc modified: cui/source/options/optgdlg.hxx modified: cui/source/options/optgdlg.src modified: cui/source/options/optjava.cxx modified: cui/source/options/optjava.hrc modified: cui/source/options/optjava.hxx modified: cui/source/options/optjava.src modified: cui/source/options/treeopt.src Change-Id: I20073296ce81aace4b041ef5cb27e4313637a58d
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 0f1f6592b3ee..a6072125eddb 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -70,10 +70,6 @@ private:
String aStrDateInfo;
- FixedLine aExperimentalFL;
- CheckBox aExperimentalCB;
- CheckBox aMacroRecorderCB;
-
DECL_LINK( TwoFigureHdl, NumericField* );
DECL_LINK( TwoFigureConfigHdl, NumericField* );
DECL_LINK(HelpCheckHdl_Impl, void *);