diff options
Diffstat (limited to 'sw/source/uibase/uiview/view.cxx')
-rw-r--r-- | sw/source/uibase/uiview/view.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/uiview/view.cxx b/sw/source/uibase/uiview/view.cxx index bc929053961c..16e497b5c848 100644 --- a/sw/source/uibase/uiview/view.cxx +++ b/sw/source/uibase/uiview/view.cxx @@ -119,8 +119,7 @@ using namespace ::com::sun::star::scanner; extern bool g_bNoInterrupt; // in swmodule.cxx -#define SWVIEWFLAGS ( SFX_VIEW_CAN_PRINT| \ - SFX_VIEW_HAS_PRINTOPTIONS) +#define SWVIEWFLAGS ( SfxViewShellFlags::CAN_PRINT | SfxViewShellFlags::HAS_PRINTOPTIONS) // Statics. OMG. |