diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 16:24:43 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-02 16:24:43 +0000 |
commit | c72bc28f995d419e11dd5ff7c5bf5d5545dacf72 (patch) | |
tree | 07567ec0abb3b3e9b0faf1f30297019a762ccbaa /sd/source/ui/view/sdwindow.cxx | |
parent | 9942accb2aa603ec53961319dd05f1294ddef72f (diff) |
INTEGRATION: CWS aw052 (1.35.132); FILE MERGED
2007/07/05 11:25:40 aw 1.35.132.1: #i78183# Added EnableRTL(false) after discussed with AF
Diffstat (limited to 'sd/source/ui/view/sdwindow.cxx')
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 33ae82d602e4..1318754bf031 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdwindow.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: kz $ $Date: 2006-12-12 19:21:28 $ + * last change: $Author: hr $ $Date: 2007-08-02 17:24:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -127,6 +127,9 @@ Window::Window(::Window* pParent) // Hilfe-ID setzen // SetHelpId(HID_SD_WIN_DOCUMENT); SetUniqueId(HID_SD_WIN_DOCUMENT); + + // #i78183# Added after discussed with AF + EnableRTL(FALSE); } /************************************************************************* |