diff options
author | Peter Burow <pb@openoffice.org> | 2001-08-15 11:52:36 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2001-08-15 11:52:36 +0000 |
commit | 2d6df4cee77112a913f61f12c5c90ed76062ce68 (patch) | |
tree | a36037ea42776876d658b354b0cccc1776d96ea2 /sfx2/source/appl/app.src | |
parent | 3c9ec38f465c4ce7547fd23af4de33bca6c75f80 (diff) |
fix: #90584# Seperator between 'Save' and 'Print' of functionbar
Diffstat (limited to 'sfx2/source/appl/app.src')
-rw-r--r-- | sfx2/source/appl/app.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.src b/sfx2/source/appl/app.src index c79827311159..3ca5b37f5064 100644 --- a/sfx2/source/appl/app.src +++ b/sfx2/source/appl/app.src @@ -2,9 +2,9 @@ * * $RCSfile: app.src,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: kz $ $Date: 2001-08-13 20:22:53 $ + * last change: $Author: pb $ $Date: 2001-08-15 12:52:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3079,6 +3079,10 @@ ToolBox RID_ENVTOOLBOX }; ToolBoxItem { + Type = TOOLBOXITEM_SEPARATOR ; + }; + ToolBoxItem + { Identifier = SID_PRINTDOCDIRECT ; }; ToolBoxItem |