diff options
Diffstat (limited to 'sw/inc/unomod.hxx')
-rw-r--r-- | sw/inc/unomod.hxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/unomod.hxx b/sw/inc/unomod.hxx index 0a6507e08a18..dcb2f9cfcbda 100644 --- a/sw/inc/unomod.hxx +++ b/sw/inc/unomod.hxx @@ -41,6 +41,7 @@ #include <cppuhelper/implbase4.hxx> // helper for implementations #include <comphelper/ChainablePropertySet.hxx> #include <comphelper/SettingsHelper.hxx> +#include <usrpref.hxx> class SwView; class SwViewOption; @@ -146,6 +147,12 @@ protected: SwViewOption* mpViewOption; const SwViewOption* mpConstViewOption; sal_Bool bObjectValid:1, bWeb:1, mbApplyZoom; + + sal_Int32 eHRulerUnit; + sal_Bool mbApplyHRulerMetric; + sal_Int32 eVRulerUnit; + sal_Bool mbApplyVRulerMetric; + virtual void _preSetValues () throw(::com::sun::star::beans::UnknownPropertyException, ::com::sun::star::beans::PropertyVetoException, ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException ); virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno::Any &rValue ) |