diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:10:06 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-03-12 09:10:06 +0000 |
commit | cc60813f1f3792bc4ee6e08b5f03404b1aaf581c (patch) | |
tree | 572174259657f2ff71ad9033027f824cc7d40fa5 /framework/source/services/backingwindow.hxx | |
parent | d92f31794abeb7f88c73168a8cc635bc7c29ee0f (diff) |
INTEGRATION: CWS startcenterfix (1.2.4); FILE MERGED
2008/03/10 18:42:48 pl 1.2.4.1: #i86881# changes to spec implemented
Diffstat (limited to 'framework/source/services/backingwindow.hxx')
-rw-r--r-- | framework/source/services/backingwindow.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/source/services/backingwindow.hxx b/framework/source/services/backingwindow.hxx index 5efe88eb6e6c..2aee21650c8d 100644 --- a/framework/source/services/backingwindow.hxx +++ b/framework/source/services/backingwindow.hxx @@ -4,9 +4,9 @@ * * $RCSfile: backingwindow.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2008-03-05 17:23:33 $ + * last change: $Author: rt $ $Date: 2008-03-12 10:10:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,6 +90,8 @@ namespace framework Size maWelcomeSize; FixedText maProduct; Size maProductSize; + FixedText maCreateText; + Size maCreateSize; FixedText maWriterText; ImageButton maWriterButton; FixedText maCalcText; |