diff options
author | Christian Lippka <christian.lippka@sun.com> | 2010-04-20 17:23:49 +0200 |
---|---|---|
committer | Christian Lippka <christian.lippka@sun.com> | 2010-04-20 17:23:49 +0200 |
commit | be4cb22878a67afb375b0b4bc28292fd7486a7dc (patch) | |
tree | ba5a8a99a5b577e5328867ce72741e8cddef80d1 /sd | |
parent | 54bec7096ff8dbb82be4f05d2e8220bf2bbad8e1 (diff) |
#i107213# finalized layout grippies tooltips
Diffstat (limited to 'sd')
-rwxr-xr-x | sd/source/ui/app/strings.src | 5 | ||||
-rwxr-xr-x | sd/source/ui/view/viewoverlaymanager.cxx | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sd/source/ui/app/strings.src b/sd/source/ui/app/strings.src index 4a08324883bd..c6a4d21de7db 100755 --- a/sd/source/ui/app/strings.src +++ b/sd/source/ui/app/strings.src @@ -1236,11 +1236,6 @@ String STR_RESET_LAYOUT Text[ en-US ] = "Reset Slide Layout"; }; -String STR_RESET_LAYOUT -{ - Text [ en-US ] = "Comments"; -}; - String STR_INSERT_TABLE { Text [ en-US ] = "Insert Table"; diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx index 2bb1d5a20230..c626ffd3fef8 100755 --- a/sd/source/ui/view/viewoverlaymanager.cxx +++ b/sd/source/ui/view/viewoverlaymanager.cxx @@ -83,7 +83,6 @@ BitmapEx ViewOverlayManager::maSmallButtonImages[BMP_PLACEHOLDER_SMALL_END - BMP BitmapEx ViewOverlayManager::maLargeButtonImages[BMP_PLACEHOLDER_LARGE_END - BMP_PLACEHOLDER_LARGE_START]; static USHORT gButtonSlots[] = { SID_INSERT_TABLE, SID_INSERT_DIAGRAM, SID_INSERT_GRAPHIC, SID_INSERT_AVMEDIA }; -static const sal_Char* gSlotStr[] = { ".uno:InsertTable", ".uno:InsertObjectChart", ".uno:InsertGraphic", ".uno:InsertVideo" }; static USHORT gButtonToolTips[] = { STR_RESET_LAYOUT, STR_INSERT_TABLE, STR_INSERT_CHART, STR_INSERT_PICTURE,STR_INSERT_MOVIE }; // -------------------------------------------------------------------- |