summaryrefslogtreecommitdiff
path: root/include/drawinglayer/primitive2d/textlayoutdevice.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/drawinglayer/primitive2d/textlayoutdevice.hxx')
-rw-r--r--include/drawinglayer/primitive2d/textlayoutdevice.hxx15
1 files changed, 3 insertions, 12 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
index 3f1f189aa03a..597e1b34de09 100644
--- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx
+++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx
@@ -40,10 +40,8 @@ namespace com::sun::star::lang { struct Locale; }
// access to one global impTimedRefDev incarnation in namespace drawinglayer::primitive
-namespace drawinglayer
+namespace drawinglayer::primitive2d
{
- namespace primitive2d
- {
/** TextLayouterDevice class
This helper class exists to isolate all accesses to VCL
@@ -108,15 +106,9 @@ namespace drawinglayer
sal_uInt32 nIndex,
sal_uInt32 nLength) const;
};
- } // end of namespace primitive2d
-} // end of namespace drawinglayer
-// helper methods for vcl font handling
+ // helper methods for vcl font handling
-namespace drawinglayer
-{
- namespace primitive2d
- {
/** Create a VCL-Font based on the definitions in FontAttribute
and the given FontScaling. The FontScaling defines the FontHeight
(fFontScaleY) and the FontWidth (fFontScaleX). The combination of
@@ -141,7 +133,6 @@ namespace drawinglayer
bool bRTL,
bool bBiDiStrong);
- } // end of namespace primitive2d
-} // end of namespace drawinglayer
+} // end of namespace drawinglayer::primitive2d
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */