diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 12:40:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 14:26:09 +0300 |
commit | a03153468db0c9c0bdf3bc886dce4d9473016c5b (patch) | |
tree | 8b6065d28f44a83e64ad484f60e29d468e1e04e0 | |
parent | 073ee020d01da56906ab1d40a3688a372f423fb2 (diff) |
If they are unused drop them then!?
Change-Id: Ia5390025eb8b71296ff019461ace88117bdc4236
-rw-r--r-- | sw/source/core/inc/rootfrm.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/rootfrm.hxx b/sw/source/core/inc/rootfrm.hxx index 320dc571e70a..ee71eb6f8ad9 100644 --- a/sw/source/core/inc/rootfrm.hxx +++ b/sw/source/core/inc/rootfrm.hxx @@ -80,10 +80,8 @@ class SwRootFrm: public SwLayoutFrm sal_Bool bCheckSuperfluous :1; //Leere Seiten suchen? sal_Bool bIdleFormat :1; //Idle-Formatierer anwerfen? sal_Bool bBrowseWidthValid :1; //Ist nBrowseWidth gueltig? - sal_Bool bDummy2 :1; //Unbenutzt sal_Bool bTurboAllowed :1; sal_Bool bAssertFlyPages :1; //Ggf. weitere Seiten fuer Flys einfuegen? - sal_Bool bDummy :1; //Unbenutzt sal_Bool bIsVirtPageNum :1; //gibt es eine virtuelle Seitennummer ? sal_Bool bIsNewLayout :1; //Layout geladen oder neu erzeugt. sal_Bool bCallbackActionEnabled:1; //Keine Action in Benachrichtung erwuenscht |