diff options
author | Oliver Specht <os@openoffice.org> | 2001-07-30 10:13:57 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-07-30 10:13:57 +0000 |
commit | a10409e92fa580b4a9651dd95db8594ae66a3911 (patch) | |
tree | fdfa0bb095f212d80e0bc06b17a2313d2fd1f027 /sfx2 | |
parent | 56aed6892861c876405fa4b0e1e0436b590709b5 (diff) |
#84560# initialize bKnown in ALL Ctors
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/view/printer.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/view/printer.cxx b/sfx2/source/view/printer.cxx index 9eceddd87798..929da4da9211 100644 --- a/sfx2/source/view/printer.cxx +++ b/sfx2/source/view/printer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: printer.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: ka $ $Date: 2001-05-07 10:53:15 $ + * last change: $Author: os $ $Date: 2001-07-30 11:13:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -280,7 +280,8 @@ SfxPrinter::SfxPrinter( SfxItemSet* pTheOptions ) : Dieser Ctor erzeugt einen Standard-Drucker. */ - pOptions( pTheOptions ) + pOptions( pTheOptions ), + bKnown(sal_True) { pImpl = new SfxPrinter_Impl; |