mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
fixed the fix for FormDocument's policy
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@982 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b88c49ebd7
commit
6718758100
@ -1,3 +1,8 @@
|
||||
2000-08-21 Allan Rae <rae@lyx.org>
|
||||
|
||||
* src/frontends/xforms/FormDocument.h: D'oh. Forgot to change the
|
||||
policy here also.
|
||||
|
||||
2000-08-21 Dekel Tsur <dekel@math.tau.ac.il>
|
||||
|
||||
* src/Spacing.C (writeEnvirBegin): Small fix when sstream not present
|
||||
|
@ -25,7 +25,7 @@ class LyXView;
|
||||
class Dialogs;
|
||||
class Combox;
|
||||
class BufferParams;
|
||||
class PreferencesPolicy;
|
||||
class NoRepeatedApplyReadOnlyPolicy;
|
||||
template <class x> class ButtonController;
|
||||
|
||||
struct FD_form_tabbed_document;
|
||||
@ -189,7 +189,7 @@ private:
|
||||
///
|
||||
Combox * combo_language;
|
||||
///
|
||||
ButtonController<PreferencesPolicy> * bc_;
|
||||
ButtonController<NoRepeatedApplyReadOnlyPolicy> * bc_;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user