summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/view.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-04-22 15:10:19 +0200
committerJan Holesovsky <kendy@suse.cz>2011-04-22 15:10:19 +0200
commita093a28ffe7cae74fb731e84dd3de09102763303 (patch)
tree8ce5586e27a76180d800c09f8b60d5cce3d1c140 /sw/source/ui/inc/view.hxx
parentfix detection of first-page header/footer (previous commit,bnc#654230) (diff)
parentCWS-TOOLING: integrate CWS os151 (diff)
downloadcore-a093a28ffe7cae74fb731e84dd3de09102763303.tar.gz
core-a093a28ffe7cae74fb731e84dd3de09102763303.zip
Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
Conflicts: sw/source/core/docnode/ndnotxt.cxx sw/source/core/inc/viewimp.hxx sw/source/core/layout/fly.cxx sw/source/core/layout/paintfrm.cxx sw/source/filter/ww8/WW8TableInfo.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtww8.cxx sw/source/filter/ww8/wrtww8.hxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/xml/xmlitemi.cxx sw/source/filter/xml/xmlmeta.cxx sw/source/ui/app/docsh2.cxx sw/source/ui/dialog/swdlgfact.cxx sw/source/ui/shells/grfsh.cxx
Diffstat (limited to 'sw/source/ui/inc/view.hxx')
-rwxr-xr-x[-rw-r--r--]sw/source/ui/inc/view.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/inc/view.hxx b/sw/source/ui/inc/view.hxx
index 080bd8bcb316..c5cade536154 100644..100755
--- a/sw/source/ui/inc/view.hxx
+++ b/sw/source/ui/inc/view.hxx
@@ -285,6 +285,7 @@ class SW_DLLPUBLIC SwView: public SfxViewShell
bInMailMerge : 1,
bInDtor : 1, //detect destructor to prevent creating of sub shells while closing
bOldShellWasPagePreView : 1,
+ bIsPreviewDoubleClick : 1, // #i114045#
bMakeSelectionVisible : 1 // #b6330459# transport the bookmark selection
;