diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-12 16:08:36 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-12 16:08:36 +0000 |
commit | ac1f2ea2e317df4493e2457d4ef9f417c4410a19 (patch) | |
tree | f4e5e0dcde50f70a288b56d2e4bf2ea2147d58a8 /svx/source/dialog/numpages.cxx | |
parent | abd354c84820c2654a0a1fff55a0bae75a21c2e7 (diff) |
#92830#: required change: std::min()/std::max()
Diffstat (limited to 'svx/source/dialog/numpages.cxx')
-rw-r--r-- | svx/source/dialog/numpages.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/dialog/numpages.cxx b/svx/source/dialog/numpages.cxx index 9bfd69ed14c8..31395f0328c0 100644 --- a/svx/source/dialog/numpages.cxx +++ b/svx/source/dialog/numpages.cxx @@ -2,9 +2,9 @@ * * $RCSfile: numpages.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: os $ $Date: 2001-10-11 11:26:32 $ + * last change: $Author: hr $ $Date: 2001-10-12 17:02:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -165,7 +165,6 @@ #include <com/sun/star/text/XNumberingTypeInfo.hpp> #endif -#include <string> #include <algorithm> #include "opengrf.hxx" |