diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2003-12-01 17:07:25 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2003-12-01 17:07:25 +0000 |
commit | b446facb82e3218f20d67a9e60cc498185fec536 (patch) | |
tree | cb39e4669e482c7bc1f89e6e63bf5de3876fc9cb /extensions/source/bibliography/bibmod.cxx | |
parent | 22b72735aec1053ae6560edbc8f980d4f0ba03da (diff) |
INTEGRATION: CWS ooo20031110 (1.5.198); FILE MERGED
2003/11/07 02:12:19 waratah 1.5.198.1: #i21906# add a couple of missing types on declarations
Diffstat (limited to 'extensions/source/bibliography/bibmod.cxx')
-rw-r--r-- | extensions/source/bibliography/bibmod.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/bibliography/bibmod.cxx b/extensions/source/bibliography/bibmod.cxx index 5bd910b21..ffeadca2a 100644 --- a/extensions/source/bibliography/bibmod.cxx +++ b/extensions/source/bibliography/bibmod.cxx @@ -2,9 +2,9 @@ * * $RCSfile: bibmod.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: os $ $Date: 2000-12-01 12:46:59 $ + * last change: $Author: rt $ $Date: 2003-12-01 18:07:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -87,7 +87,7 @@ #include "datman.hxx" #include "bibconfig.hxx" static PtrBibModul pBibModul=NULL; -static nBibModulCount=0; +static sal_uInt32 nBibModulCount=0; #ifndef _UCBHELPER_CONTENT_HXX #include <ucbhelper/content.hxx> |