diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 14:20:56 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 14:20:56 +0000 |
commit | f1dd4a90e9c7d13137c01ce740e0edd169b0dae4 (patch) | |
tree | 266024ccd4fcac144c20cf8acd54aa677d5a7d0f /svx/source | |
parent | c631ace34885ca0e6cee456e411c690605b4b252 (diff) |
INTEGRATION: CWS nodirectxui (1.12.426); FILE MERGED
2005/02/21 13:16:22 fs 1.12.426.2: new strings for #i43061#
2005/02/18 15:08:41 fs 1.12.426.1: #i43061# option to enable or disable usage of DirectX (UI strings still preliminary)
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/dialog/optgdlg.hxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/svx/source/dialog/optgdlg.hxx b/svx/source/dialog/optgdlg.hxx index 9bfe6c2e083f..1557c3078699 100644 --- a/svx/source/dialog/optgdlg.hxx +++ b/svx/source/dialog/optgdlg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: optgdlg.hxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: rt $ $Date: 2004-08-20 14:08:18 $ + * last change: $Author: vg $ $Date: 2005-02-24 15:20:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,6 @@ ************************************************************************/ #ifndef _OFA_OPTGDLG_HXX #define _OFA_OPTGDLG_HXX - #ifndef _SV_LSTBOX_HXX //autogen wg. ListBox #include <vcl/lstbox.hxx> #endif @@ -140,7 +139,7 @@ private: ListBox aIconSizeLB; CheckBox m_aSystemFont; -#if defined( UNX ) || defined ( FS_PRIV_DEBUG ) +#if defined( UNX ) CheckBox aFontAntiAliasing; FixedText aAAPointLimitLabel; NumericField aAAPointLimit; @@ -154,6 +153,8 @@ private: FixedLine aFontListsFL; CheckBox aFontShowCB; CheckBox aFontHistoryCB; + FixedLine aRenderingFL; + CheckBox aUseHardwareAccell; FixedLine aWorkingSetBox; CheckBox aDocViewBtn; @@ -177,7 +178,7 @@ private: SvtTabAppearanceCfg* pAppearanceCfg; DECL_LINK( OpenGLHdl, CheckBox* ); -#if defined( UNX ) || defined ( FS_PRIV_DEBUG ) +#if defined( UNX ) DECL_LINK( OnAntialiasingToggled, void* ); #endif public: |