summaryrefslogtreecommitdiff
path: root/vcl/inc/textlayout.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 23:15:33 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:25:42 +0000
commit17394c18c821b6ac6d11b059335ac0c6580d36c1 (patch)
treea7b12f3e841332a075f29ad9dc56630e1264f8ab /vcl/inc/textlayout.hxx
parent8d1ca883b119857daa3b8d0ece9da90917589040 (diff)
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a Reviewed-on: https://gerrit.libreoffice.org/7738 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/textlayout.hxx')
-rw-r--r--vcl/inc/textlayout.hxx17
1 files changed, 1 insertions, 16 deletions
diff --git a/vcl/inc/textlayout.hxx b/vcl/inc/textlayout.hxx
index 14662c390ed1..dee69c690161 100644
--- a/vcl/inc/textlayout.hxx
+++ b/vcl/inc/textlayout.hxx
@@ -20,21 +20,14 @@
#ifndef INCLUDED_VCL_INC_TEXTLAYOUT_HXX
#define INCLUDED_VCL_INC_TEXTLAYOUT_HXX
+#include <memory>
#include <rtl/ustring.hxx>
-#include <tools/solar.h>
#include <vcl/outdev.hxx>
-#include <memory>
class Control;
-//........................................................................
namespace vcl
{
-//........................................................................
-
- //====================================================================
- //= ITextLayout
- //====================================================================
class SAL_NO_VTABLE ITextLayout
{
public:
@@ -49,9 +42,6 @@ namespace vcl
~ITextLayout() {}
};
- //====================================================================
- //= DefaultTextLayout
- //====================================================================
/** is an implementation of the ITextLayout interface which simply delegates its calls to the respective
methods of an OutputDevice instance, without any inbetween magic.
*/
@@ -96,9 +86,6 @@ namespace vcl
OutputDevice& m_rTargetDevice;
};
- //====================================================================
- //= ControlTextRenderer
- //====================================================================
class ReferenceDeviceTextLayout;
/** a class which allows rendering text of a Control onto a device, by taking into account the metrics of
a reference device.
@@ -122,9 +109,7 @@ namespace vcl
::std::auto_ptr< ReferenceDeviceTextLayout > m_pImpl;
};
-//........................................................................
} // namespace vcl
-//........................................................................
#endif // INCLUDED_VCL_INC_TEXTLAYOUT_HXX