diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-10-05 16:33:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-10-05 17:20:01 +0200 |
commit | 751dacec8e0947c2d85187342995822e6dc62912 (patch) | |
tree | 343ef6f7b479f88d621759a938d2510991cbd196 /svx/inc | |
parent | f3905ac09a6f37615d1335c7d2d50bd00c07b920 (diff) |
SvxHFPage: add UI for style::PageProperties::FirstIsShared
Change-Id: I76828a865751a8f29aeff40ccf7feb400692c43b
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/hdft.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/svx/hdft.hxx b/svx/inc/svx/hdft.hxx index 312f06e5ed6f..76fc43b27d6e 100644 --- a/svx/inc/svx/hdft.hxx +++ b/svx/inc/svx/hdft.hxx @@ -72,6 +72,7 @@ protected: FixedLine aFrm; CheckBox aTurnOnBox; CheckBox aCntSharedBox; + CheckBox aCntSharedFirstBox; FixedText aLMLbl; MetricField aLMEdit; FixedText aRMLbl; |