| author | Michael Stahl <mstahl@redhat.com> | 2012-08-16 17:39:55 (GMT) |
|---|---|---|
| committer | Michael Stahl <mstahl@redhat.com> | 2012-08-16 17:40:25 (GMT) |
| commit | 0c33ffb21f7f239eb1ff07766911d21bccf9236b (patch) (side-by-side diff) | |
| tree | 7e342f4036ce6292ea16ec826522fa614f764d26 | |
| parent | af69e72e1d6c04e23f17c4d1e58aa891b95611ee (diff) | |
| download | core-0c33ffb21f7f239eb1ff07766911d21bccf9236b.zip core-0c33ffb21f7f239eb1ff07766911d21bccf9236b.tar.gz | |
svdotxat.cxx: MSVC needs set included
Change-Id: I8cc16c16c3884c5451b643b7de848aad15f02fcf
| -rw-r--r-- | svx/source/svdraw/svdotxat.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdotxat.cxx b/svx/source/svdraw/svdotxat.cxx index 9a6338f..48541e7 100644 --- a/svx/source/svdraw/svdotxat.cxx +++ b/svx/source/svdraw/svdotxat.cxx @@ -57,6 +57,8 @@ #include <editeng/numitem.hxx> #include <editeng/postitem.hxx> +#include <set> + bool SdrTextObj::AdjustTextFrameWidthAndHeight(Rectangle& rR, bool bHgt, bool bWdt) const { |
