diff options
author | Christian Lippka <cl@openoffice.org> | 2001-04-26 10:21:26 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-04-26 10:21:26 +0000 |
commit | 025df17765eb14dc03acf7f3eb34c337ed2f18c1 (patch) | |
tree | bbf75885ab51c5ff34f8bbb65cab74f7ff5e43b4 /sd/source/ui/inc/optsitem.hxx | |
parent | 00e08132062f69fe1346103dd6e5d9418d0a5580 (diff) |
#82045# added document and view settings api for xml
Diffstat (limited to 'sd/source/ui/inc/optsitem.hxx')
-rw-r--r-- | sd/source/ui/inc/optsitem.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/inc/optsitem.hxx b/sd/source/ui/inc/optsitem.hxx index 12c1a15e785a..7e74d9206b17 100644 --- a/sd/source/ui/inc/optsitem.hxx +++ b/sd/source/ui/inc/optsitem.hxx @@ -2,9 +2,9 @@ * * $RCSfile: optsitem.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: sj $ $Date: 2001-04-02 11:35:50 $ + * last change: $Author: cl $ $Date: 2001-04-26 11:21:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -595,6 +595,8 @@ public: SdOptionsPrint( USHORT nConfigId, BOOL bUseConfig ); ~SdOptionsPrint() {} + void SetPrinterOptions( const SdOptionsPrint* pOptions ); + void SetDefaults(); BOOL operator==( const SdOptionsPrint& rOpt ) const; |