diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:14:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-22 15:19:17 +0300 |
commit | a537db8762d93009651d48b9b6a1782eaa842866 (patch) | |
tree | 4372fcf354b9cb0e9b881aac07e8d17bb6984b34 /sw/inc/viewopt.hxx | |
parent | ed445d95eda257aef5efeb4ed55ceb43a00b8343 (diff) |
Bin useless swmod comments
Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb
Diffstat (limited to 'sw/inc/viewopt.hxx')
-rw-r--r-- | sw/inc/viewopt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx index 93683e282c5a..89f2ef86c259 100644 --- a/sw/inc/viewopt.hxx +++ b/sw/inc/viewopt.hxx @@ -152,7 +152,7 @@ protected: sal_Bool bIsPagePreview : 1; // The preview mustn't print field/footnote/... shadings. sal_Bool bSelectionInReadonly : 1; // Determines whether selection is switched on in readonly documents. sal_Bool mbFormView : 1; - sal_Bool mbBrowseMode : 1; // swmod 080130. + sal_Bool mbBrowseMode : 1; sal_Bool mbBookView : 1; // View mode for page preview. sal_Bool mbViewLayoutBookMode : 1; // Book view mode for edit view. sal_Bool bShowPlaceHolderFields : 1; // Only used in printing! |