summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-05 14:45:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-05 14:47:07 +0100
commitd691f4c9ed8de07dd902a98dbe5683de830b023c (patch)
tree8216c218ae33bde6baba61d0036620c7be78ec1b /sd/source/ui/dlg/tpoption.cxx
parentd11e59088fc747a338572bdd62c738e364c0332a (diff)
various fixes to impress/draw general opt page
restore original mnemonics get range of adjustments right fix height and metric spellings, cosmetic, but it'll bug me Change-Id: I94a7980d5513f8bfe29bc702bcf902037e1961b6
Diffstat (limited to 'sd/source/ui/dlg/tpoption.cxx')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx15
1 files changed, 8 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index bb88975ec531..b3084b49df74 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -217,6 +217,7 @@ SdTpOptionsMisc::SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs )
{
get(m_pCbxQuickEdit , "qickedit");
get(m_pCbxPickThrough , "textselected");
+ get(m_pNewDocumentFrame, "newdocumentframe");
get(m_pCbxStartWithTemplate,"startwithwizard");
get(m_pCbxMasterPageCache , "backgroundback");
get(m_pCbxCopy , "copywhenmove");
@@ -225,15 +226,15 @@ SdTpOptionsMisc::SdTpOptionsMisc( Window* pParent, const SfxItemSet& rInAttrs )
get(m_pCbxStartWithActualPage , "strtwithPag");
get(m_pCbxEnableSdremote , "enremotcont");
get(m_pCbxEnablePresenterScreen , "enprsntcons");
- get(m_pCbxUsePrinterMetrics , "printermetrc");
+ get(m_pCbxUsePrinterMetrics , "printermetrics");
get(m_pPresentationFrame , "presentationframe");
get(m_pScaleFrame , "scaleframe");
get(m_pCbScale , "scaleBox");
- get(m_pMtrFldTabstop , "metericFields");
- get(m_pMtrFldOriginalWidth , "metericWidthFields");
- get(m_pMtrFldOriginalHeight , "metericHighteFields");
- get(m_pMtrFldInfo1 , "metericInfo1Fields");
- get(m_pMtrFldInfo2 , "metericInfo2Fields");
+ get(m_pMtrFldTabstop , "metricFields");
+ get(m_pMtrFldOriginalWidth , "metricWidthFields");
+ get(m_pMtrFldOriginalHeight , "metricHeightFields");
+ get(m_pMtrFldInfo1 , "metricInfo1Fields");
+ get(m_pMtrFldInfo2 , "metricInfo2Fields");
get(m_pCbxCompatibility ,"cbCompatibility" );
get(m_pFiInfo1 , "info1");
get(m_pFiInfo2 , "info2");
@@ -566,7 +567,7 @@ void SdTpOptionsMisc::SetImpressMode (void)
void SdTpOptionsMisc::SetDrawMode()
{
m_pScaleFrame->Show();
- m_pCbxStartWithTemplate->Hide();
+ m_pNewDocumentFrame->Hide();
m_pCbxStartWithActualPage->Hide();
m_pCbxEnableSdremote->Hide();
m_pCbxEnablePresenterScreen->Hide();