diff options
author | Sven Jacobi <sj@openoffice.org> | 2007-08-16 16:12:26 +0000 |
---|---|---|
committer | Sven Jacobi <sj@openoffice.org> | 2007-08-16 16:12:26 +0000 |
commit | 70ba36b0f5a31ecbd6f65d7da1a9560f85030756 (patch) | |
tree | ee7eef44e62867b77016d87c81c15bb356d7f8d7 /sdext/source/minimizer/pppoptimizertoken.cxx | |
parent | cb14cc6c1631d0679a544f428919e938623471ab (diff) |
storing setting if newly created document should be opened to configuration
Diffstat (limited to 'sdext/source/minimizer/pppoptimizertoken.cxx')
-rw-r--r-- | sdext/source/minimizer/pppoptimizertoken.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sdext/source/minimizer/pppoptimizertoken.cxx b/sdext/source/minimizer/pppoptimizertoken.cxx index 4385c8384b69..5b597ec9199c 100644 --- a/sdext/source/minimizer/pppoptimizertoken.cxx +++ b/sdext/source/minimizer/pppoptimizertoken.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pppoptimizertoken.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: sj $ $Date: 2007-08-16 16:08:04 $ + * last change: $Author: sj $ $Date: 2007-08-16 17:12:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,7 +104,6 @@ static const TokenTable pTokenTableArray[] = { "Separator0Pg4", TK_Separator0Pg4 }, { "RadioButton0Pg4", TK_RadioButton0Pg4 }, { "RadioButton1Pg4", TK_RadioButton1Pg4 }, - { "CheckBox0Pg4", TK_CheckBox0Pg4 }, { "Separator1Pg4", TK_Separator1Pg4 }, { "FixedText0Pg4", TK_FixedText0Pg4 }, { "FixedText1Pg4", TK_FixedText1Pg4 }, |