diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:38:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 12:38:18 +0000 |
commit | 9a74977c82f2cbb61328310abbe333e95fc09d49 (patch) | |
tree | 39a849a2ebc6f930a1e5957ed2bf21979ed44d93 /sd/source | |
parent | 0c9f3e284c4930ccd2caf8dccc48dfe0b8b2b101 (diff) |
INTEGRATION: CWS impressalternativtext (1.6.20); FILE MERGED
2007/05/24 13:10:38 cl 1.6.20.1: #i68100# adding Title and Description to layers
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/dlg/LayerTabBar.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/LayerTabBar.cxx b/sd/source/ui/dlg/LayerTabBar.cxx index db92a00b3fe0..49aba09766d6 100644 --- a/sd/source/ui/dlg/LayerTabBar.cxx +++ b/sd/source/ui/dlg/LayerTabBar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: LayerTabBar.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2007-04-26 08:36:45 $ + * last change: $Author: hr $ $Date: 2007-06-26 13:38:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -347,10 +347,14 @@ void LayerTabBar::EndRenaming() pDoc, pLayer, aLayerName, + pLayer->GetTitle(), + pLayer->GetDescription(), pDrView->IsLayerVisible(aLayerName), pDrView->IsLayerLocked(aLayerName), pDrView->IsLayerPrintable(aLayerName), aNewName, + pLayer->GetTitle(), + pLayer->GetDescription(), pDrView->IsLayerVisible(aLayerName), pDrView->IsLayerLocked(aLayerName), pDrView->IsLayerPrintable(aLayerName) |