summaryrefslogtreecommitdiff
path: root/include/svtools/ctrltool.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-03-07 01:57:34 -0300
committerCaolán McNamara <caolanm@redhat.com>2014-03-09 11:50:58 -0500
commit17c8678595298e62b602cd5c18ec2df7966164ac (patch)
tree812d0534fce2a749cf37162cff1570dff04e69bd /include/svtools/ctrltool.hxx
parentc95abf20ebd7c12570af5f7c9bc2f2b83a41dfb5 (diff)
fdo#63154 Remove old solar.h references
Remove some unused references in tools. Change sal_uLong to sal_uInt32 in filter and vcl. Change-Id: I92b928b980b2e7371edddfd74face10d5bec07df Reviewed-on: https://gerrit.libreoffice.org/8480 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools/ctrltool.hxx')
-rw-r--r--include/svtools/ctrltool.hxx8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/svtools/ctrltool.hxx b/include/svtools/ctrltool.hxx
index cd06bce505a8..0c830f3c121a 100644
--- a/include/svtools/ctrltool.hxx
+++ b/include/svtools/ctrltool.hxx
@@ -26,11 +26,12 @@
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <vcl/metric.hxx>
+#include <tools/solar.h>
class ImplFontListNameInfo;
class OutputDevice;
-/*************************************************************************
+/*
Beschreibung
============
@@ -130,10 +131,7 @@ Point. Der letzte Wert des Array ist 0. Das Array, was zurueckgegeben wird,
wird von der FontList wieder zerstoert. Nach dem Aufruf der naechsten Methode
von der FontList, sollte deshalb das Array nicht mehr referenziert werden.
-*************************************************************************/
-
-
-// - FontList -
+*/
#define FONTLIST_FONTINFO_NOTFOUND ((sal_uInt16)0xFFFF)