diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/dlg/tpoption.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 6cdd46320ebf..8e819662efee 100644 --- a/sd/source/ui/dlg/tpoption.cxx +++ b/sd/source/ui/dlg/tpoption.cxx @@ -623,6 +623,9 @@ void SdTpOptionsMisc::SetImpressMode (void) // Move the printer-independent-metrics check box up two lines to change // places with spacing-between-paragraphs check box. lcl_MoveWin (aCbxUsePrinterMetrics, -2*nLineHeight); +#ifndef ENABLE_SDREMOTE_BLUETOOTH + aCbxEnableSdremote.Hide(); +#endif } void SdTpOptionsMisc::SetDrawMode() |