Kaydet (Commit) 6573dd75 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS os12 (1.2.70); FILE MERGED

2004/03/10 14:43:36 os 1.2.70.4: #103299# read only configuration of default filters
2004/02/27 07:16:50 os 1.2.70.3: #103299# include corrected
2004/02/26 15:48:39 os 1.2.70.2: #103299# help tips added to readonly-images (locks)
2004/02/23 14:57:53 os 1.2.70.1: #103299# read only configuration
üst 20bfd48f
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: optsave.hxx,v $ * $RCSfile: optsave.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: hr $ $Date: 2004-02-03 18:48:25 $ * last change: $Author: obo $ $Date: 2004-04-29 16:25:17 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -81,6 +81,9 @@ ...@@ -81,6 +81,9 @@
#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
#include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.h>
#endif #endif
#ifndef _SVX_READONLYIMAGE_HXX
#include <readonlyimage.hxx>
#endif
namespace com { namespace sun { namespace star { namespace com { namespace sun { namespace star {
namespace beans { namespace beans {
...@@ -101,6 +104,7 @@ private: ...@@ -101,6 +104,7 @@ private:
CheckBox aLoadUserSettingsCB; CheckBox aLoadUserSettingsCB;
FixedLine aSaveBox; FixedLine aSaveBox;
CheckBox aDocInfoBtn; CheckBox aDocInfoBtn;
ReadOnlyImage aBackupFI;
CheckBox aBackupBtn; CheckBox aBackupBtn;
CheckBox aAutoSaveBtn; CheckBox aAutoSaveBtn;
NumericField aAutoSaveEdit; NumericField aAutoSaveEdit;
...@@ -115,6 +119,7 @@ private: ...@@ -115,6 +119,7 @@ private:
FixedText aApplicationFT; FixedText aApplicationFT;
ListBox aApplicationLB; ListBox aApplicationLB;
FixedText aFiltersFT; FixedText aFiltersFT;
ReadOnlyImage aFiltersFI;
ListBox aFiltersLB; ListBox aFiltersLB;
String sAlienMsg; String sAlienMsg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment