diff options
author | Alexandre Vicenzi <vicenzi.alexandre@gmail.com> | 2014-02-11 22:19:45 -0200 |
---|---|---|
committer | Marcos Souza <marcos.souza.org@gmail.com> | 2014-02-12 07:23:09 +0000 |
commit | 064c628842161c88814ed175bf44c4eda5061f37 (patch) | |
tree | b39e6dfc185688c9556ca2d2d4b54e9cab2ef332 /basctl/source | |
parent | 237d2c923b77479dbdf07db7bd926c45b01b8fc8 (diff) |
fdo#63154 Remove unused solar.h ref in vcl, basctl, desktop..
Change-Id: Ic0187495d8f7f64ddf9d3c202ec41201c9ac3a8c
Reviewed-on: https://gerrit.libreoffice.org/8001
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/bastype2.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype2.hxx b/basctl/source/basicide/bastype2.hxx index 482899604d61..e20cbd5ed5f4 100644 --- a/basctl/source/basicide/bastype2.hxx +++ b/basctl/source/basicide/bastype2.hxx @@ -22,7 +22,6 @@ #include "doceventnotifier.hxx" #include <o3tl/heap_ptr.hxx> -#include <tools/solar.h> #include <svtools/treelistbox.hxx> #include <svl/lstner.hxx> @@ -161,7 +160,7 @@ public: }; -/************************************************************ +/* Classification of types and pointers in the Entries: OBJ_TYPE_DOCUMENT DocumentEntry @@ -170,7 +169,7 @@ public: OBJ_TYPE_DIALOG Entry OBJ_TYPE_METHOD Entry -**************************************************************/ +*/ class TreeListBox : public SvTreeListBox, public DocumentEventListener { |