diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2002-05-28 14:00:24 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2002-05-28 14:00:24 +0000 |
commit | 88b13ec21dedfa640d1be5173d8cf2b146464112 (patch) | |
tree | 7b31c07a706084f465431ade7cf967846afba89f /sc/source/ui/Accessibility/AccessiblePageHeader.cxx | |
parent | 46b1804143fa0d7622745e3b1a44f0ffc92ac016 (diff) |
#65293# added STL header
Diffstat (limited to 'sc/source/ui/Accessibility/AccessiblePageHeader.cxx')
-rw-r--r-- | sc/source/ui/Accessibility/AccessiblePageHeader.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/Accessibility/AccessiblePageHeader.cxx b/sc/source/ui/Accessibility/AccessiblePageHeader.cxx index 3533370e18dd..7af810abb51c 100644 --- a/sc/source/ui/Accessibility/AccessiblePageHeader.cxx +++ b/sc/source/ui/Accessibility/AccessiblePageHeader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: AccessiblePageHeader.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: sab $ $Date: 2002-05-24 15:21:43 $ + * last change: $Author: vg $ $Date: 2002-05-28 15:00:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,6 +99,8 @@ #include <svx/editobj.hxx> #endif +#include <algorithm> + using namespace ::com::sun::star; using namespace ::drafts::com::sun::star::accessibility; |