diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-02 17:20:26 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-04-02 17:29:27 +0200 |
commit | 149650b087ab5b15ef23e4ac6af5368b2820af1e (patch) | |
tree | 0d2ce6d57cf1fca68ea4660df373d29525c7a583 /cui/source/inc/border.hxx | |
parent | 843dd3f75e4d35b8ae5fd3be6804e54233292948 (diff) |
show synchronized checked only if all margins are the same, related fdo#44337
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r-- | cui/source/inc/border.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx index 7766ec92fcd2..ecb6c9ea46f0 100644 --- a/cui/source/inc/border.hxx +++ b/cui/source/inc/border.hxx @@ -125,8 +125,7 @@ private: bool mbTLBREnabled; /// true = Top-left to bottom-right border enabled. bool mbBLTREnabled; /// true = Bottom-left to top-right border enabled. bool mbUseMarginItem; - - static sal_Bool bSync; + bool mbSync; #ifdef _SVX_BORDER_CXX // Handler |