diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:24:02 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-26 17:24:02 +0000 |
commit | 0987631fe719806c7612a12779e82ebfdbf1179e (patch) | |
tree | ae2ace35226039f1a41589305cbd885f0d9d22d0 | |
parent | 43ced957564a93d23a18f453ca2e077f54fab724 (diff) |
INTEGRATION: CWS odfversionwarning (1.15.34); FILE MERGED
2007/11/16 07:35:56 pb 1.15.34.1: fix: #i83653# BOOL bODFVersionWarningLater added
-rw-r--r-- | sfx2/source/inc/appdata.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/inc/appdata.hxx b/sfx2/source/inc/appdata.hxx index 90be2e594b91..84de7e0b0fd4 100644 --- a/sfx2/source/inc/appdata.hxx +++ b/sfx2/source/inc/appdata.hxx @@ -4,9 +4,9 @@ * * $RCSfile: appdata.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: kz $ $Date: 2007-10-09 15:33:07 $ + * last change: $Author: ihi $ $Date: 2007-11-26 18:24:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -173,6 +173,7 @@ public: BOOL bDowning:1; // TRUE ab Exit und danach BOOL bInQuit : 1; BOOL bInvalidateOnUnlock : 1; + BOOL bODFVersionWarningLater : 1; SfxAppData_Impl( SfxApplication* ); ~SfxAppData_Impl(); |