summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 10:34:42 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 10:34:42 +0000
commitca734fe7777bd7f4211557c8c61d0bc5fe9bbf37 (patch)
treee63fdd94b3ebc1a31399811702528df17e08d637
parentc08a45300a72491ed6b11976979d82aec2eeb0ce (diff)
INTEGRATION: CWS canvas05 (1.20.276); FILE MERGED
2008/04/21 07:42:36 thb 1.20.276.3: RESYNC: (1.21-1.22); FILE MERGED 2008/04/07 14:36:29 thb 1.20.276.2: RESYNC: (1.20-1.21); FILE MERGED 2008/01/25 14:29:51 thb 1.20.276.1: #i81092# Adapted to canvas changes
-rw-r--r--svx/source/dialog/optgdlg.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/svx/source/dialog/optgdlg.hxx b/svx/source/dialog/optgdlg.hxx
index db85e9aceb61..c63f4841fbf1 100644
--- a/svx/source/dialog/optgdlg.hxx
+++ b/svx/source/dialog/optgdlg.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: optgdlg.hxx,v $
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
* This file is part of OpenOffice.org.
*
@@ -38,6 +38,8 @@
#include <readonlyimage.hxx>
#define FOLDERWEBVIEW_DEFAULTFILE "folder.so"
+class CanvasSettings;
+
// class OfaMiscTabPage --------------------------------------------------
class OfaMiscTabPage : public SfxTabPage
@@ -134,6 +136,7 @@ private:
BOOL bSfxSymbolsAuto;
SvtTabAppearanceCfg* pAppearanceCfg;
+ CanvasSettings* pCanvasSettings;
DECL_LINK( OpenGLHdl, CheckBox* );
#if defined( UNX )