summaryrefslogtreecommitdiff
path: root/cui/source/options/optsave.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/options/optsave.hxx')
-rw-r--r--cui/source/options/optsave.hxx47
1 files changed, 20 insertions, 27 deletions
diff --git a/cui/source/options/optsave.hxx b/cui/source/options/optsave.hxx
index 00cb63f0ae29..dcc3a5af5772 100644
--- a/cui/source/options/optsave.hxx
+++ b/cui/source/options/optsave.hxx
@@ -43,33 +43,26 @@ struct SvxSaveTabPage_Impl;
class SvxSaveTabPage : public SfxTabPage
{
private:
- FixedLine aLoadFL;
- CheckBox aLoadUserSettingsCB;
- CheckBox aLoadDocPrinterCB;
-
- FixedLine aSaveFL;
- CheckBox aDocInfoCB;
- ReadOnlyImage aBackupFI;
- CheckBox aBackupCB;
- CheckBox aAutoSaveCB;
- NumericField aAutoSaveEdit;
- FixedText aMinuteFT;
- CheckBox aUserAutoSaveCB;
- CheckBox aRelativeFsysCB;
- CheckBox aRelativeInetCB;
-
- FixedLine aDefaultFormatFL;
- FixedText aODFVersionFT;
- ListBox aODFVersionLB;
- CheckBox aSizeOptimizationCB;
- CheckBox aWarnAlienFormatCB;
- FixedText aDocTypeFT;
- ListBox aDocTypeLB;
- FixedText aSaveAsFT;
- ReadOnlyImage aSaveAsFI;
- ListBox aSaveAsLB;
- FixedImage aODFWarningFI;
- FixedText aODFWarningFT;
+ CheckBox* aLoadUserSettingsCB;
+ CheckBox* aLoadDocPrinterCB;
+
+ CheckBox* aDocInfoCB;
+ CheckBox* aBackupCB;
+ CheckBox* aAutoSaveCB;
+ NumericField* aAutoSaveEdit;
+ FixedText* aMinuteFT;
+ CheckBox* aUserAutoSaveCB;
+ CheckBox* aRelativeFsysCB;
+ CheckBox* aRelativeInetCB;
+
+ ListBox* aODFVersionLB;
+ CheckBox* aSizeOptimizationCB;
+ CheckBox* aWarnAlienFormatCB;
+ ListBox* aDocTypeLB;
+ FixedText* aSaveAsFT;
+ ListBox* aSaveAsLB;
+ FixedImage* aODFWarningFI;
+ FixedText* aODFWarningFT;
SvxSaveTabPage_Impl* pImpl;