summaryrefslogtreecommitdiff
path: root/sfx2/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 06:43:57 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 06:43:57 +0000
commit13bb0665fba0304a3c388608f2f786b022fc1b0f (patch)
treebb4de42d590ad9fd7f98a2c29ee4d0e62a807d6e /sfx2/inc
parenta73aa215d825dc0d8614b01b0b445cb0cd847272 (diff)
INTEGRATION: CWS pba11y01 (1.3.70); FILE MERGED
2008/06/25 11:27:56 od 1.3.70.1: #i63892# provide verbose accessible names for the controls on the dialog
Diffstat (limited to 'sfx2/inc')
-rw-r--r--sfx2/inc/sfx2/printopt.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/inc/sfx2/printopt.hxx b/sfx2/inc/sfx2/printopt.hxx
index 2e0ffcf1bd..0295736f01 100644
--- a/sfx2/inc/sfx2/printopt.hxx
+++ b/sfx2/inc/sfx2/printopt.hxx
@@ -1,13 +1,13 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2008 by Sun Microsystems, Inc.
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: printopt.hxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -107,6 +107,10 @@ private:
SAL_DLLPRIVATE void ImplUpdateControls( const PrinterOptions* pCurrentOptions );
SAL_DLLPRIVATE void ImplSaveControls( PrinterOptions* pCurrentOptions );
+ // --> OD 2008-06-25 #i63982#
+ SAL_DLLPRIVATE void ImplSetAccessibleNames();
+ // <--
+
protected:
using TabPage::DeactivatePage;