diff options
author | Noel Grandin <noel@peralex.com> | 2012-03-29 18:14:00 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-04-02 23:15:20 +0200 |
commit | e5a916eeeed8e79a3d105040f3fb832134bf7b32 (patch) | |
tree | 64ae3ff9d126936a8b52fa1546667028f33593db /basctl/source | |
parent | 2f657dd568ce30ec9132892080c63578e4132908 (diff) |
Convert tools/table.hxx usage to std::set in Calendar class in svtools module
Also change the API slightly, removing GetSelectedData(int index) and replacing
it with GetLastSelectedDate(), since the only usage of GetSelectedData in
the codebase only needed to get the last date.
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/baside2.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index 922be10f4aa2..c7b3f058942b 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -51,6 +51,7 @@ class SvxSearchItem; #include <sfx2/progress.hxx> #include <svtools/syntaxhighlight.hxx> #include <unotools/options.hxx> +#include <tools/table.hxx> #include "breakpoint.hxx" #include "linenumberwindow.hxx" |