diff options
author | Christian Lippka <cl@openoffice.org> | 2002-12-11 15:23:04 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-12-11 15:23:04 +0000 |
commit | 7f8d81b742d2c1e615a104a130af363dbcdb7bf5 (patch) | |
tree | 76329477ce24b216fd5bbf4ef13b69a079bee35c /sd/inc/drawdoc.hxx | |
parent | 6cc40f21c49992af1e8a910f4a3e3723a7118b0b (diff) |
#105871# made current page number format accessible to graphic export component in svx
Diffstat (limited to 'sd/inc/drawdoc.hxx')
-rw-r--r-- | sd/inc/drawdoc.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index cc57ce647..d2c4aaed0 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: drawdoc.hxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: thb $ $Date: 2002-11-19 18:02:25 $ + * last change: $Author: cl $ $Date: 2002-12-11 16:20:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -236,7 +236,7 @@ public: LanguageType GetLanguage( const USHORT nId ) const; void SetLanguage( const LanguageType eLang, const USHORT nId ); - SvxNumType GetPageNumType() const { return ePageNumType; } + SvxNumType GetPageNumType() const; void SetPageNumType(SvxNumType eType) { ePageNumType = eType; } String CreatePageNumValue(USHORT nNum) const; |