diff options
author | Herbert Duerr [hdu] <herbert.duerr@oracle.com> | 2010-12-08 14:54:55 +0100 |
---|---|---|
committer | Herbert Duerr [hdu] <herbert.duerr@oracle.com> | 2010-12-08 14:54:55 +0100 |
commit | 9314c9fd9891db08d9588d8ac7e475ea1e2fee5f (patch) | |
tree | 9b89bb065187583fbd554fd2d8835a9ecb0850d9 /sd | |
parent | 9854660a3a823f55eedf3854056700f5619da58b (diff) |
vcl118: Octree and InverseColorMap are vcl-internal only
Diffstat (limited to 'sd')
-rwxr-xr-x[-rw-r--r--] | sd/source/ui/dlg/vectdlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/source/ui/dlg/vectdlg.cxx b/sd/source/ui/dlg/vectdlg.cxx index 7cd0be451c4b..88316c0f03fc 100644..100755 --- a/sd/source/ui/dlg/vectdlg.cxx +++ b/sd/source/ui/dlg/vectdlg.cxx @@ -43,9 +43,6 @@ #include "vectdlg.hxx" #include "vectdlg.hrc" #include <tools/config.hxx> -#ifndef _SV_OCTREE_HXX //autogen - #include <vcl/octree.hxx> -#endif #include <vcl/bmpacc.hxx> #include <vcl/msgbox.hxx> #include <vcl/metaact.hxx> |